#include <cmdline.h>
◆ CommandLineOption()
| Realm::CommandLineOption::CommandLineOption |
( |
const std::string & |
_optname, |
|
|
bool |
_keep |
|
) |
| |
◆ ~CommandLineOption()
| virtual Realm::CommandLineOption::~CommandLineOption |
( |
void |
| ) |
|
|
virtual |
◆ keep_arg()
| virtual bool Realm::CommandLineOption::keep_arg |
( |
void |
| ) |
const |
|
virtual |
◆ match()
| virtual bool Realm::CommandLineOption::match |
( |
const std::string & |
s | ) |
|
|
virtual |
◆ parse_argument() [1/2]
| virtual int Realm::CommandLineOption::parse_argument |
( |
int & |
pos, |
|
|
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
|
pure virtual |
◆ parse_argument() [2/2]
| virtual int Realm::CommandLineOption::parse_argument |
( |
std::vector< std::string > & |
cmdline, |
|
|
std::vector< std::string >::iterator & |
pos |
|
) |
| |
|
pure virtual |
◆ keep
| bool Realm::CommandLineOption::keep |
|
protected |
◆ optname
| std::string Realm::CommandLineOption::optname |
|
protected |
The documentation for this class was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/cmdline.h