ROSE  0.11.96.11
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.
 
std::string 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 > & input_format_t ()
 Return all nlohmann::detail::input_format_t member values as a vector.
 
const char * cbor_tag_handler_t (int64_t)
 Convert nlohmann::detail::cbor_tag_handler_t enum constant to a string.
 
std::string 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 > & cbor_tag_handler_t ()
 Return all nlohmann::detail::cbor_tag_handler_t member values as a vector.
 
const char * error_handler_t (int64_t)
 Convert nlohmann::detail::error_handler_t enum constant to a string.
 
std::string 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 > & error_handler_t ()
 Return all nlohmann::detail::error_handler_t member values as a vector.