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

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

add_option_bool(const std::string &optname, bool &target, bool keep=false)Realm::CommandLineParser
add_option_int(const std::string &optname, T &target, bool keep=false)Realm::CommandLineParser
add_option_int_units(const std::string &optname, T &target, char default_unit=0, bool binary=true, bool keep=false)Realm::CommandLineParser
add_option_method(const std::string &optname, T *target, bool(T::*method)(const std::string &), bool keep=false)Realm::CommandLineParser
add_option_string(const std::string &optname, T &target, bool keep=false)Realm::CommandLineParser
add_option_string(const std::string &optname, char *target, size_t maxlen, bool keep=false)Realm::CommandLineParser
add_option_stringlist(const std::string &optname, T &target, bool keep=false)Realm::CommandLineParser
CommandLineParser(void)=defaultRealm::CommandLineParser
optionsRealm::CommandLineParserprotected
parse_command_line(std::vector< std::string > &cmdline)Realm::CommandLineParser
parse_command_line(int argc, const char *argv[])Realm::CommandLineParser
parse_command_line(int argc, char *argv[])Realm::CommandLineParser
parse_command_line_v2(std::vector< std::string > &cmdline)Realm::CommandLineParser
parse_command_line_v2(int argc, const char *argv[])Realm::CommandLineParser
parse_command_line_v2(int argc, char *argv[])Realm::CommandLineParser
~CommandLineParser(void)Realm::CommandLineParser