FACT++
1.0
|
#include <iostream>
#include <boost/program_options.hpp>
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) |