#include <commandline.h>
|
| 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.
◆ CommandLine()
OpenMEEG::CommandLine::CommandLine |
( |
const int | argc, |
|
|
char * | argv[], |
|
|
const std::string & | usage = "" ) |
|
inline |
◆ help_mode()
bool OpenMEEG::CommandLine::help_mode |
( |
| ) |
const |
|
inline |
◆ option() [1/7]
template<typename T >
T OpenMEEG::CommandLine::option |
( |
const std::string & | name, |
|
|
const T | defaultvalue, |
|
|
const std::string | usage ) const |
|
inline |
◆ option() [2/7]
bool OpenMEEG::CommandLine::option |
( |
const std::string & | name, |
|
|
const bool | defaultvalue, |
|
|
const std::string | usage ) const |
|
inline |
◆ option() [3/7]
char ** OpenMEEG::CommandLine::option |
( |
const std::string & | option, |
|
|
const Strings & | parms, |
|
|
const std::size_t | num_mandatory_parms ) const |
|
inline |
◆ option() [4/7]
char ** OpenMEEG::CommandLine::option |
( |
const std::string & | name, |
|
|
const Strings & | parms ) const |
|
inline |
◆ option() [5/7]
char ** OpenMEEG::CommandLine::option |
( |
const Strings & | options, |
|
|
const Strings & | parms ) const |
|
inline |
◆ option() [6/7]
char ** OpenMEEG::CommandLine::option |
( |
const std::string & | name, |
|
|
const List & | parms ) const |
|
inline |
◆ option() [7/7]
char ** OpenMEEG::CommandLine::option |
( |
const List & | options, |
|
|
const List & | parms ) const |
|
inline |
◆ num_args()
unsigned OpenMEEG::CommandLine::num_args |
( |
char ** | argument | ) |
const |
|
inline |
◆ print()
void OpenMEEG::CommandLine::print |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/openmeeg-2.5.8-build/openmeeg-2.5.8/OpenMEEG/include/commandline.h