This is the complete list of members for comlinehandler, including all inherited members.
| _arghelp | comlinehandler | protected |
| _argname | comlinehandler | protected |
| _args | comlinehandler | protected |
| _description | comlinehandler | protected |
| _error_messages | comlinehandler | protected |
| _help | comlinehandler | protected |
| _line | comlinehandler | protected |
| _nonops | comlinehandler | protected |
| _notes | comlinehandler | protected |
| _options | comlinehandler | protected |
| _program_name | comlinehandler | protected |
| _toks | comlinehandler | protected |
| _type | comlinehandler | protected |
| AddArgHelp(const std::string &a, const std::string &help) | comlinehandler | inline |
| AddArgument(const std::string &a, int reqd=0) | comlinehandler | inline |
| AddHelp(char s, const std::string &help) | comlinehandler | inline |
| AddHelp(const std::string &l, const std::string &help) | comlinehandler | inline |
| AddOption(char s, const std::string &l, int=0) | comlinehandler | |
| AddOption(char s, const std::string &l, int, const std::string argname) | comlinehandler | |
| comlinehandler() | comlinehandler | inline |
| comlinehandler(const char *args[]) | comlinehandler | inline |
| comlinehandler(comlinehandler &incom) | comlinehandler | |
| Copy(comlinehandler &incom) | comlinehandler | |
| ErrorReport() | comlinehandler | |
| GetArgs() const | comlinehandler | inline |
| GetHelp(char s) | comlinehandler | inline |
| GetHelp(const std::string &l) | comlinehandler | inline |
| GetLong(const char &s) | comlinehandler | |
| GetOpStringByType(int mintype, int maxtype) | comlinehandler | |
| GetOption(const char &s) | comlinehandler | inline |
| GetOption(const std::string &l) | comlinehandler | inline |
| GetRawComLine() const | comlinehandler | inline |
| GetShort(const std::string &l) | comlinehandler | |
| Initialize(void) | comlinehandler | inlinevirtual |
| LongUsage() | comlinehandler | |
| operator<<(std::ostream &Out, const comlinehandler &cl) | comlinehandler | friend |
| operator>>(std::istream &In, comlinehandler &cl) | comlinehandler | friend |
| ProcessCommandLine(const char *args[]) | comlinehandler | inline |
| ProcessOptions() | comlinehandler | |
| ProcessRange(NumType &t1, NumType &t2, const std::string stinter) | comlinehandler | inline |
| ProgramName() const | comlinehandler | inline |
| ReadRC(const std::string &RCString) | comlinehandler | |
| Record(const char *args[]) | comlinehandler | |
| ResolveOption(NumType &t2, const std::string stinter) | comlinehandler | inline |
| SetArgName(const std::string opstr, const std::string argname) | comlinehandler | inline |
| SetArgName(char s, const std::string &argname) | comlinehandler | inline |
| SetDescription(const std::string &desc) | comlinehandler | inline |
| SetNotes(const std::string ¬es) | comlinehandler | inline |
| SetRawComLine(const std::string &incl) | comlinehandler | |
| ShortUsage() | comlinehandler | |
| UserInitialize(void) | comlinehandler | inlinevirtual |
| WriteRC(std::ostream &Ostr) const | comlinehandler | |
| ~comlinehandler() | comlinehandler | inlinevirtual |