Go to the source code of this file.
Namespaces |
namespace | absl |
namespace | absl::flags_internal |
Defines |
#define | IGNORE_TYPE(T) if (flag->IsOfType<T>()) return; |
Functions |
| 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 Documentation
#define IGNORE_TYPE |
( |
|
T | ) |
if (flag->IsOfType<T>()) return; |
Function Documentation
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
flagfile |
|
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
fromenv |
|
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
tryfromenv |
|
|
) |
| |
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
undefok |
|
|
) |
| |
Variable Documentation
std::vector<std::string> args_ |