Go to the source code of this file.
|
#define | IGNORE_TYPE(T) if (flag->IsOfType<T>()) return; |
|
|
| ABSL_FLAG (std::vector< std::string >, flagfile,{},"comma-separated list of files to load flags from").OnUpdate([]() |
|
| ABSL_FLAG (std::vector< std::string >, fromenv,{},"comma-separated list of flags to set from the environment"" [use 'export FLAGS_flag1=value']").OnUpdate([]() |
|
| ABSL_FLAG (std::vector< std::string >, tryfromenv,{},"comma-separated list of flags to try to set from the environment if ""present").OnUpdate([]() |
|
| ABSL_FLAG (std::vector< std::string >, undefok,{},"comma-separated list of flag names that it is okay to specify ""on the command line even if the program does not define a flag ""with that name") |
|
std::vector< char * > | absl::ParseCommandLine (int argc, char *argv[]) |
|
std::vector< char * > | absl::flags_internal::ParseCommandLineImpl (int argc, char *argv[], ArgvListAction arg_list_act, UsageFlagsAction usage_flag_act, OnUndefinedFlag on_undef_flag) |
|
#define IGNORE_TYPE |
( |
|
T | ) |
if (flag->IsOfType<T>()) return; |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
flagfile |
, |
|
|
{} |
, |
|
|
"comma-separated list of files to load flags from" |
|
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
fromenv |
, |
|
|
{} |
, |
|
|
"comma-separated list of flags to set from the environment"" " |
[use 'export FLAGS_flag1=value'] |
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
tryfromenv |
, |
|
|
{} |
, |
|
|
"comma-separated list of flags to try to set from the environment if ""present" |
|
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
undefok |
, |
|
|
{} |
, |
|
|
"comma-separated list of flag names that it is okay to specify ""on the command line even if the program does not define a flag ""with that name" |
|
|
) |
| |
std::vector<std::string> args_ |
|
private |