carb::options
-
namespace options
Namespace for the options processing helper functions.
Classes
carb::options::Options: Receives the results of parsing an options string.
carb::options::Value: A multi-value type.
Enumerations
carb::options::ParseResult: The possible result codes of parsing a single option.
carb::options::ValueType: Type names for values passed to the parser functions.
Functions
carb::options::printOptionUsage: Prints out the documentation for an option table.
Structs
carb::options::Option: Information about a single option and its parser.
Typedefs
carb::options::ArgParserFunc: Prototype of a parser function to handle a single option.