|
STXXL
1.4.0
|
This is the complete list of members for stxxl::cmdline_parser, including all inherited members.
| add_bytes(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, stxxl::uint64 &dest) | stxxl::cmdline_parser | inline |
| add_bytes(char key, const std::string &longkey, const std::string &desc, stxxl::uint64 &dest) | stxxl::cmdline_parser | inline |
| add_flag(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, bool &dest) | stxxl::cmdline_parser | inline |
| add_flag(char key, const std::string &longkey, const std::string &desc, bool &dest) | stxxl::cmdline_parser | inline |
| add_int(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, int &dest) | stxxl::cmdline_parser | inline |
| add_int(char key, const std::string &longkey, const std::string &desc, int &dest) | stxxl::cmdline_parser | inline |
| add_opt_param_bytes(const std::string &name, const std::string &desc, uint64 &dest) | stxxl::cmdline_parser | inline |
| add_opt_param_int(const std::string &name, const std::string &desc, int &dest) | stxxl::cmdline_parser | inline |
| add_opt_param_string(const std::string &name, const std::string &desc, std::string &dest) | stxxl::cmdline_parser | inline |
| add_opt_param_stringlist(const std::string &name, const std::string &desc, std::vector< std::string > &dest) | stxxl::cmdline_parser | inline |
| add_opt_param_uint(const std::string &name, const std::string &desc, unsigned int &dest) | stxxl::cmdline_parser | inline |
| add_param_bytes(const std::string &name, const std::string &desc, uint64 &dest) | stxxl::cmdline_parser | inline |
| add_param_int(const std::string &name, const std::string &desc, int &dest) | stxxl::cmdline_parser | inline |
| add_param_string(const std::string &name, const std::string &desc, std::string &dest) | stxxl::cmdline_parser | inline |
| add_param_stringlist(const std::string &name, const std::string &desc, std::vector< std::string > &dest) | stxxl::cmdline_parser | inline |
| add_param_uint(const std::string &name, const std::string &desc, unsigned int &dest) | stxxl::cmdline_parser | inline |
| add_string(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, std::string &dest) | stxxl::cmdline_parser | inline |
| add_string(char key, const std::string &longkey, const std::string &desc, std::string &dest) | stxxl::cmdline_parser | inline |
| add_stringlist(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, std::vector< std::string > &dest) | stxxl::cmdline_parser | inline |
| add_stringlist(char key, const std::string &longkey, const std::string &desc, std::vector< std::string > &dest) | stxxl::cmdline_parser | inline |
| add_uint(char key, const std::string &longkey, const std::string &keytype, const std::string &desc, unsigned int &dest) | stxxl::cmdline_parser | inline |
| add_uint(char key, const std::string &longkey, const std::string &desc, unsigned int &dest) | stxxl::cmdline_parser | inline |
| arglist_type typedef | stxxl::cmdline_parser | protected |
| calc_opt_max(const argument *arg) | stxxl::cmdline_parser | inlineprivate |
| calc_param_max(const argument *arg) | stxxl::cmdline_parser | inlineprivate |
| cmdline_parser() | stxxl::cmdline_parser | inline |
| m_author | stxxl::cmdline_parser | protected |
| m_description | stxxl::cmdline_parser | protected |
| m_linewrap | stxxl::cmdline_parser | protected |
| m_maxtypename | stxxl::cmdline_parser | protectedstatic |
| m_opt_maxlong | stxxl::cmdline_parser | protected |
| m_optlist | stxxl::cmdline_parser | protected |
| m_param_maxlong | stxxl::cmdline_parser | protected |
| m_paramlist | stxxl::cmdline_parser | protected |
| m_progname | stxxl::cmdline_parser | protected |
| m_verbose_process | stxxl::cmdline_parser | protected |
| noncopyable() | stxxl::noncopyable | inlineprivate |
| output_wrap(std::ostream &os, const std::string &text, size_t wraplen, size_t indent_first=0, size_t indent_rest=0, size_t current=0, size_t indent_newline=0) | stxxl::cmdline_parser | static |
| print_option_error(int argc, const char *const *argv, const argument *arg, std::ostream &os) | stxxl::cmdline_parser | private |
| print_param_error(int argc, const char *const *argv, const argument *arg, std::ostream &os) | stxxl::cmdline_parser | private |
| print_result(std::ostream &os=std::cout) | stxxl::cmdline_parser | |
| print_usage(std::ostream &os=std::cout) | stxxl::cmdline_parser | |
| process(int argc, const char *const *argv, std::ostream &os=std::cout) | stxxl::cmdline_parser | |
| set_author(const std::string &author) | stxxl::cmdline_parser | inline |
| set_description(const std::string &description) | stxxl::cmdline_parser | inline |
| set_verbose_process(bool verbose_process) | stxxl::cmdline_parser | inline |
| ~cmdline_parser() | stxxl::cmdline_parser | inline |