MLIB
|
This is the complete list of members for mlib::OptParser, including all inherited members.
add_option(const char *descr) | mlib::OptParser | |
appname() const | mlib::OptParser | inline |
description(size_t indent_size=2) const | mlib::OptParser | |
getopt(const std::string &option, std::string &optarg, char sep='|') const | mlib::OptParser | |
getopt(const std::string &option, std::vector< std::string > &optarg) const | mlib::OptParser | inline |
getopt(char option, std::string &optarg, char sep='|') const | mlib::OptParser | |
getopt(char option, std::vector< std::string > &optarg) const | mlib::OptParser | inline |
hasopt(const std::string &option) const | mlib::OptParser | inline |
hasopt(char option) const | mlib::OptParser | inline |
next(std::string &opt, std::string &optarg, char sep='|') | mlib::OptParser | |
next(std::string &opt, std::vector< std::string > &optarg) | mlib::OptParser | |
OptParser() | mlib::OptParser | explicit |
OptParser(std::vector< const char * > &list) | mlib::OptParser | |
OptParser(std::initializer_list< const char * > list) | mlib::OptParser | |
OptParser(const char **list) | mlib::OptParser | |
parse(int argc, const char *const *argv, int *stop=nullptr) | mlib::OptParser | |
parse(const std::vector< std::string > &args, int *stop=nullptr) | mlib::OptParser | |
set_options(std::vector< const char * > &list) | mlib::OptParser | |
synopsis() const | mlib::OptParser |