Classes | |
class | E_Exception |
class | E_MaxMin |
class | E_NoValue |
class | E_OutOfRange |
class | E_OutOfRange< std::string > |
class | E_OutOfRange< char > |
class | E_Duplicate |
class | Option |
class | OptionsType |
class | OptionsINT |
class | OptionsFLOAT |
class | OptionsBOOL |
class | OptionsCHAR |
class | OptionsSTRING |
class | Parser |
Typedefs | |
typedef long double | FLOAT |
typedef long | INT |
Enumerations | |
enum | { NONE = 0, SILENT = 1, OUT_OF_RANGE = 2, NO_VALUE = 4, DUPLICATE = 8, FIRSTONLY = 16 } |
Functions | |
std::ostream & | operator<< (std::ostream &o, const E_Exception &e) |
typedef long double CmdLine::FLOAT |
Default type for the float options
typedef long CmdLine::INT |
Default type for the integer options
anonymous enum |
std::ostream& CmdLine::operator<< | ( | std::ostream & | o, | |
const E_Exception & | e | |||
) | [inline] |
References CmdLine::E_Exception::what().