|
OpenMEEG
|
#include <commandline.h>
Public Member Functions | |
| CommandLine (const int argc, char *argv[], const std::string &usage="") | |
| bool | help_mode () const |
| template<typename T> | |
| T | option (const std::string &name, const T defaultvalue, const std::string usage) const |
| bool | option (const std::string &name, const bool defaultvalue, const std::string usage) const |
| char ** | option (const std::string &option, const Strings &parms, const std::size_t num_mandatory_parms) const |
| char ** | option (const std::string &name, const Strings &parms) const |
| char ** | option (const Strings &options, const Strings &parms) const |
| char ** | option (const std::string &name, const List &parms) const |
| char ** | option (const List &options, const List &parms) const |
| unsigned | num_args (char **argument) const |
| void | print () const |
Definition at line 32 of file commandline.h.
|
inline |
Definition at line 51 of file commandline.h.
|
inline |
Definition at line 61 of file commandline.h.
|
inline |
Definition at line 64 of file commandline.h.
|
inline |
Definition at line 73 of file commandline.h.
|
inline |
Definition at line 82 of file commandline.h.
|
inline |
Definition at line 102 of file commandline.h.
|
inline |
Definition at line 104 of file commandline.h.
|
inline |
Definition at line 127 of file commandline.h.
|
inline |
Definition at line 128 of file commandline.h.
|
inline |
Definition at line 132 of file commandline.h.
|
inline |
Definition at line 140 of file commandline.h.