Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::MethodCommandLineOption< T > Member List

This is the complete list of members for Realm::MethodCommandLineOption< T >, 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
methodRealm::MethodCommandLineOption< T >protected
MethodCommandLineOption(const std::string &_optname, bool _keep, T *_target, bool(T::*_method)(const std::string &))Realm::MethodCommandLineOption< T >
optnameRealm::CommandLineOptionprotected
parse_argument(std::vector< std::string > &cmdline, std::vector< std::string >::iterator &pos)Realm::MethodCommandLineOption< T >virtual
parse_argument(int &pos, int argc, const char *argv[])Realm::MethodCommandLineOption< T >virtual
targetRealm::MethodCommandLineOption< T >protected
~CommandLineOption(void)Realm::CommandLineOptionvirtual