![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
Public Member Functions | |
CommandLineParser (const std::vector< std::string > &args) | |
void | addOption (const CommandLineOption &opt) |
void | parse (const std::vector< std::string > &args) |
bool | isSet (const CommandLineOption &opt) |
std::string | value (const CommandLineOption &opt) |
Protected Attributes | |
std::map< std::string, CommandLineOption > | _valueOpts |
std::map< std::string, CommandLineOption > | _singleOpts |
std::vector< std::string > | _posArgs |
std::map< std::string, std::string > | _argVals |
std::set< std::string > | _optVals |