| appendOptions(int argc, char **argv) | smf::Options | |
| appendOptions(const std::string &strang) | smf::Options | |
| appendOptions(const std::vector< std::string > &argv) | smf::Options | |
| argc(void) const | smf::Options | |
| argv(void) const | smf::Options | |
| define(const std::string &aDefinition) | smf::Options | |
| define(const std::string &aDefinition, const std::string &description) | smf::Options | |
| getArg(int index) | smf::Options | |
| getArgCount(void) | smf::Options | |
| getArgList(void) | smf::Options | |
| getArgument(int index) | smf::Options | |
| getArgumentCount(void) | smf::Options | |
| getArgumentList(void) | smf::Options | |
| getBoolean(const std::string &optionName) | smf::Options | |
| getChar(const std::string &optionName) | smf::Options | |
| getCommand(void) | smf::Options | |
| getCommandLine(void) | smf::Options | |
| getDefinition(const std::string &optionName) | smf::Options | |
| getDouble(const std::string &optionName) | smf::Options | |
| getFlag(void) | smf::Options | |
| getFloat(const std::string &optionName) | smf::Options | |
| getInt(const std::string &optionName) | smf::Options | |
| getInteger(const std::string &optionName) | smf::Options | |
| getRegIndex(const std::string &optionName) | smf::Options | private |
| getString(const std::string &optionName) | smf::Options | |
| getType(const std::string &optionName) | smf::Options | |
| isDefined(const std::string &name) | smf::Options | |
| m_argument | smf::Options | protected |
| m_commandString | smf::Options | protected |
| m_extraArgv | smf::Options | protected |
| m_extraArgv_strings | smf::Options | protected |
| m_oargc | smf::Options | protected |
| m_oargv | smf::Options | protected |
| m_optionFlag | smf::Options | protected |
| m_optionList | smf::Options | protected |
| m_optionRegister | smf::Options | protected |
| m_options_error_check | smf::Options | protected |
| m_optionsArgument | smf::Options | protected |
| m_processedQ | smf::Options | protected |
| m_suppressQ | smf::Options | protected |
| optionQ(const std::string &aString, int &argp) | smf::Options | private |
| Options(void) | smf::Options | |
| Options(int argc, char **argv) | smf::Options | |
| optionsArg(void) | smf::Options | |
| print(std::ostream &out) | smf::Options | |
| printOptionList(std::ostream &out) | smf::Options | |
| printOptionListBooleanState(std::ostream &out) | smf::Options | |
| printRegister(std::ostream &out) | smf::Options | |
| process(int error_check=1, int suppress=0) | smf::Options | |
| process(int argc, char **argv, int error_check=1, int suppress=0) | smf::Options | |
| reset(void) | smf::Options | |
| setFlag(char aFlag) | smf::Options | |
| setModified(const std::string &optionName, const std::string &optionValue) | smf::Options | |
| setOptions(int argc, char **argv) | smf::Options | |
| storeOption(int gargp, int &position, int &running) | smf::Options | private |
| xverify(int argc, char **argv, int error_check=1, int suppress=0) | smf::Options | |
| xverify(int error_check=1, int suppress=0) | smf::Options | |
| ~Options() | smf::Options | |