GCS  0.2.3
Data Structures | Namespaces | Functions
gu_config.hpp File Reference
#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.

Data Structures

class  gu::Config
 
class  gu::Config::Parameter
 

Namespaces

 gu
 

Functions

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 &)
 

Detailed Description

Configuration management class

Id
gu_config.hpp 3482 2014-03-11 13:46:45Z alex