Go to the source code of this file.
Namespaces | |
variable_info_implementation | |
Macros | |
#define | DEFAULTHANDLER(name) |
Typedefs | |
template<typename V , typename TResult > | |
using | variable_info_implementation::info_visitor = info_visitor_base< TResult, variable_info_state< V > > |
template<typename V , typename TResult > | |
using | variable_info_implementation::info_visitor_const = info_visitor_base< TResult, const variable_info_state< V > > |
Functions | |
template<typename TConfig > | |
auto | variable_info_implementation::get_child_range (TConfig &cfg, const std::string &key, int start, int count) -> decltype(cfg.child_range(key)) |
void | variable_info_implementation::resolve_negative_value (int size, int &val) |
int | variable_info_implementation::parse_index (const char *index_str) |
Parses a ']' terminated string. More... | |
Variables | |
const config | variable_info_implementation::non_empty_const_cfg ("_") |
#define DEFAULTHANDLER | ( | name | ) |
Definition at line 93 of file variable_info_private.hpp.