ROSE  0.11.145.0
Namespaces | Functions
stringify::nlohmann::detail Namespace Reference

Description

Stringification.

Namespaces

 lexer_base
 Stringification.
 

Functions

const char * input_format_t (int64_t)
 Convert nlohmann::detail::input_format_t enum constant to a string. More...
 
std::string input_format_t (int64_t, const std::string &strip)
 Convert nlohmann::detail::input_format_t enum constant to a string. More...
 
const std::vector< int64_t > & input_format_t ()
 Return all nlohmann::detail::input_format_t member values as a vector. More...
 
const char * cbor_tag_handler_t (int64_t)
 Convert nlohmann::detail::cbor_tag_handler_t enum constant to a string. More...
 
std::string cbor_tag_handler_t (int64_t, const std::string &strip)
 Convert nlohmann::detail::cbor_tag_handler_t enum constant to a string. More...
 
const std::vector< int64_t > & cbor_tag_handler_t ()
 Return all nlohmann::detail::cbor_tag_handler_t member values as a vector. More...
 
const char * error_handler_t (int64_t)
 Convert nlohmann::detail::error_handler_t enum constant to a string. More...
 
std::string error_handler_t (int64_t, const std::string &strip)
 Convert nlohmann::detail::error_handler_t enum constant to a string. More...
 
const std::vector< int64_t > & error_handler_t ()
 Return all nlohmann::detail::error_handler_t member values as a vector. More...
 

Function Documentation

const char* stringify::nlohmann::detail::input_format_t ( int64_t  )

Convert nlohmann::detail::input_format_t enum constant to a string.

std::string stringify::nlohmann::detail::input_format_t ( int64_t  ,
const std::string &  strip 
)

Convert nlohmann::detail::input_format_t enum constant to a string.

const std::vector<int64_t>& stringify::nlohmann::detail::input_format_t ( )

Return all nlohmann::detail::input_format_t member values as a vector.

const char* stringify::nlohmann::detail::cbor_tag_handler_t ( int64_t  )

Convert nlohmann::detail::cbor_tag_handler_t enum constant to a string.

std::string stringify::nlohmann::detail::cbor_tag_handler_t ( int64_t  ,
const std::string &  strip 
)

Convert nlohmann::detail::cbor_tag_handler_t enum constant to a string.

const std::vector<int64_t>& stringify::nlohmann::detail::cbor_tag_handler_t ( )

Return all nlohmann::detail::cbor_tag_handler_t member values as a vector.

const char* stringify::nlohmann::detail::error_handler_t ( int64_t  )

Convert nlohmann::detail::error_handler_t enum constant to a string.

std::string stringify::nlohmann::detail::error_handler_t ( int64_t  ,
const std::string &  strip 
)

Convert nlohmann::detail::error_handler_t enum constant to a string.

const std::vector<int64_t>& stringify::nlohmann::detail::error_handler_t ( )

Return all nlohmann::detail::error_handler_t member values as a vector.