Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::StringCommandLineOption Member List

This is the complete list of members for Realm::StringCommandLineOption, including all inherited members.

CommandLineOption(const std::string &_optname, bool _keep)Realm::CommandLineOption
keepRealm::CommandLineOptionprotected
keep_arg(void) constRealm::CommandLineOptionvirtual
match(const std::string &s)Realm::CommandLineOptionvirtual
optnameRealm::CommandLineOptionprotected
parse_argument(std::vector< std::string > &cmdline, std::vector< std::string >::iterator &pos)Realm::StringCommandLineOptionvirtual
parse_argument(int &pos, int argc, const char *argv[])Realm::StringCommandLineOptionvirtual
StringCommandLineOption(const std::string &_optname, bool _keep, std::string &_target)Realm::StringCommandLineOption
StringCommandLineOption(const std::string &_optname, bool _keep, char *_target, size_t _maxlen)Realm::StringCommandLineOption
target_arrayRealm::StringCommandLineOptionprotected
target_arrlenRealm::StringCommandLineOptionprotected
target_strRealm::StringCommandLineOptionprotected
~CommandLineOption(void)Realm::CommandLineOptionvirtual