| STXXL
    1.4-dev
    | 
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, stxxl::uint32 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_bytes(char key, const std::string &longkey, const std::string &keytype, stxxl::uint64 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_bytes(char key, const std::string &longkey, stxxl::uint32 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_bytes(char key, const std::string &longkey, stxxl::uint64 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_double(char key, const std::string &longkey, const std::string &keytype, double &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_double(char key, const std::string &longkey, double &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_flag(char key, const std::string &longkey, const std::string &keytype, bool &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_flag(char key, const std::string &longkey, bool &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_int(char key, const std::string &longkey, const std::string &keytype, int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_int(char key, const std::string &longkey, int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_bytes(const std::string &name, uint32 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_bytes(const std::string &name, uint64 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_double(const std::string &name, double &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_int(const std::string &name, int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_string(const std::string &name, std::string &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_stringlist(const std::string &name, std::vector< std::string > &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_opt_param_uint(const std::string &name, unsigned int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_bytes(const std::string &name, uint32 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_bytes(const std::string &name, uint64 &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_double(const std::string &name, double &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_int(const std::string &name, int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_string(const std::string &name, std::string &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_stringlist(const std::string &name, std::vector< std::string > &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_param_uint(const std::string &name, unsigned int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_string(char key, const std::string &longkey, const std::string &keytype, std::string &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_string(char key, const std::string &longkey, std::string &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_stringlist(char key, const std::string &longkey, const std::string &keytype, std::vector< std::string > &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_stringlist(char key, const std::string &longkey, std::vector< std::string > &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_uint(char key, const std::string &longkey, const std::string &keytype, unsigned int &dest, const std::string &desc) | stxxl::cmdline_parser | inline | 
| add_uint(char key, const std::string &longkey, unsigned int &dest, const std::string &desc) | 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 |