MOAB: Mesh Oriented datABase
(version 5.4.1)
|
add_flag(CLArgFlag *flag) | CLArgImpl | |
add_opt_arg(const char *name) | CLArgImpl | [inline] |
add_parsed_arg(const char *arg) | CLArgImpl | |
add_req_arg(const char *name) | CLArgImpl | [inline] |
CLArgImpl(const char *progname, const char *brief, const char *desc) | CLArgImpl | [inline] |
find_flag(char flag) | CLArgImpl | |
find_flag(char flag) const | CLArgImpl | [inline] |
get_args(std::vector< std::string > &result) | CLArgImpl | [inline] |
have_required_args() const | CLArgImpl | [inline] |
longDesc | CLArgImpl | [private] |
mFlags | CLArgImpl | [private] |
optArg | CLArgImpl | [private] |
optArgNames | CLArgImpl | [private] |
print_arg_names(std::ostream &stream) | CLArgImpl | |
print_brief_help(std::ostream &stream) | CLArgImpl | |
print_help(std::ostream &stream) | CLArgImpl | |
print_man(std::ostream &stream) | CLArgImpl | |
progName | CLArgImpl | [private] |
reqArg | CLArgImpl | [private] |
reqArgNames | CLArgImpl | [private] |
shortDesc | CLArgImpl | [private] |