#include <cmdline.h>
◆ StringCommandLineOption() [1/2]
| Realm::StringCommandLineOption::StringCommandLineOption |
( |
const std::string & |
_optname, |
|
|
bool |
_keep, |
|
|
std::string & |
_target |
|
) |
| |
◆ StringCommandLineOption() [2/2]
| Realm::StringCommandLineOption::StringCommandLineOption |
( |
const std::string & |
_optname, |
|
|
bool |
_keep, |
|
|
char * |
_target, |
|
|
size_t |
_maxlen |
|
) |
| |
◆ parse_argument() [1/2]
| virtual int Realm::StringCommandLineOption::parse_argument |
( |
int & |
pos, |
|
|
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
|
virtual |
◆ parse_argument() [2/2]
| virtual int Realm::StringCommandLineOption::parse_argument |
( |
std::vector< std::string > & |
cmdline, |
|
|
std::vector< std::string >::iterator & |
pos |
|
) |
| |
|
virtual |
◆ target_array
| char* Realm::StringCommandLineOption::target_array |
|
protected |
◆ target_arrlen
| size_t Realm::StringCommandLineOption::target_arrlen |
|
protected |
◆ target_str
| std::string* Realm::StringCommandLineOption::target_str |
|
protected |
The documentation for this class was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/cmdline.h