arg  1.2
a C++ command-line parser
Classes | Typedefs
arg Namespace Reference

Classes

class  Argument
 Positional arguments on command line. More...
 
class  ListValue
 list of values seperated by comma or something More...
 
class  Option
 options to be parsed More...
 
class  Parser
 The command-line parser. More...
 
class  RelValue
 double that can be relative (if it begins with '+' sign) More...
 
class  SetValue
 int values represent choices from a set of names in strings More...
 
class  SubParser
 A Parser that is a Value itself. More...
 
class  TermValue
 string values from a set of terms More...
 
class  Value
 proxy to values of command line options, need to know where to store the values More...
 

Typedefs

typedef bool() CallBack(int, std::string const &, void *)
 signature for callback functions
 

Detailed Description

Base namespace for the library