Contains(const char *option) const | SgCmdLineOpt | |
GetArguments() const | SgCmdLineOpt | |
GetDouble(const char *option) const | SgCmdLineOpt | |
GetDouble(const char *option, double defaultValue) const | SgCmdLineOpt | |
GetInteger(const char *option) const | SgCmdLineOpt | |
GetInteger(const char *option, int defaultValue) const | SgCmdLineOpt | |
GetString(const char *option) const | SgCmdLineOpt | |
GetString(const char *option, const std::string &defaultValue) const | SgCmdLineOpt | |
m_args | SgCmdLineOpt | [private] |
m_map | SgCmdLineOpt | [private] |
Parse(int argc, char *argv[], const std::vector< std::string > &specs) | SgCmdLineOpt | |
Parse(int argc, const char *argv[], const std::vector< std::string > &specs) | SgCmdLineOpt | |
SgCmdLineOpt() | SgCmdLineOpt |