#include <flag.h>
|
bool | ExtractFlagAndValue (const std::string &token, std::string *flag_name, std::string *value_string) |
|
bool | ExtractFlag (const std::string &token, std::string *flag_name) |
|
Definition at line 130 of file flag.h.
◆ FlagParser()
yaze::util::FlagParser::FlagParser |
( |
FlagRegistry * |
registry | ) |
|
|
inlineexplicit |
◆ Parse() [1/2]
void yaze::util::FlagParser::Parse |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
◆ Parse() [2/2]
void yaze::util::FlagParser::Parse |
( |
std::vector< std::string > * |
tokens | ) |
|
◆ ExtractFlagAndValue()
bool yaze::util::FlagParser::ExtractFlagAndValue |
( |
const std::string & |
token, |
|
|
std::string * |
flag_name, |
|
|
std::string * |
value_string |
|
) |
| |
|
private |
◆ ExtractFlag()
bool yaze::util::FlagParser::ExtractFlag |
( |
const std::string & |
token, |
|
|
std::string * |
flag_name |
|
) |
| |
|
private |
◆ registry_
The documentation for this class was generated from the following files: