![]() |
Project
|
#include <string>#include <sstream>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | qConfig |
Macros | |
| #define | qon_mcat(a, b) a##b |
| #define | qon_mxcat(a, b) qon_mcat(a, b) |
| #define | qon_mcat3(a, b, c) a##b##c |
| #define | qon_mxcat3(a, b, c) qon_mcat3(a, b, c) |
| #define | qon_mstr(a) #a |
| #define | qon_mxstr(a) qon_mstr(a) |
| #define | qon_mexp(...) __VA_ARGS__ |
| #define | qon_mxexp(X) qon_mexp X |
Functions | |
| template<class T > | |
| std::string | qConfig::print_type (T val, bool precise=false) |
| template<> | |
| std::string | qConfig::print_type< char > (char val, bool precise) |
| template<> | |
| std::string | qConfig::print_type< int8_t > (int8_t val, bool precise) |
| template<> | |
| std::string | qConfig::print_type< uint8_t > (uint8_t val, bool precise) |
| template<> | |
| std::string | qConfig::print_type< bool > (bool val, bool precise) |
Definition in file qconfig_helpers.h.
| #define qon_mexp | ( | ... | ) | __VA_ARGS__ |
Definition at line 28 of file qconfig_helpers.h.
Definition at line 26 of file qconfig_helpers.h.
| #define qon_mxexp | ( | X | ) | qon_mexp X |
Definition at line 29 of file qconfig_helpers.h.
Definition at line 27 of file qconfig_helpers.h.