FACT++  1.0
Configuration.h File Reference
#include <iostream>
#include <boost/program_options.hpp>
+ Include dependency graph for Configuration.h:

Go to the source code of this file.

Classes

class  Configuration
 Commandline parsing, resource file parsing and database access. More...
 
struct  Hex< T >
 

Functions

template<typename T >
std::istream & operator>> (std::istream &in, Hex< T > &rc)
 
template<class T >
po::typed_value< T > * var (T *ptr=0)
 
template<class T >
po::typed_value< T > * var (const T &val, T *ptr=0)
 
template<class T >
po::typed_value< std::vector< T > > * vars ()
 
po::typed_value< bool > * po_switch ()
 
po::typed_value< bool > * po_bool (bool def=false)