#include "gu_string_utils.hpp"
#include "gu_exception.hpp"
#include "gu_utils.hpp"
#include "gu_throw.hpp"
#include "gu_logger.hpp"
#include <map>
#include <climits>
Go to the source code of this file.
|
const char * | gu_str2ll (const char *str, long long *ll) |
|
const char * | gu_str2dbl (const char *str, double *dbl) |
|
const char * | gu_str2bool (const char *str, bool *bl) |
|
const char * | gu_str2ptr (const char *str, void **ptr) |
|
std::ostream & | gu::operator<< (std::ostream &, const gu::Config &) |
|
Configuration management class
- Id
- gu_config.hpp 3482 2014-03-11 13:46:45Z alex