#include <string>
#include "absl/flags/flag.h"
Go to the source code of this file.
|
| ABSL_FLAG (bool, flag_on_separate_file, false, "") |
|
| ABSL_FLAG (int, mistyped_int_flag, 0, "") |
|
| ABSL_FLAG (std::string, mistyped_string_flag, "", "") |
|
| ABSL_RETIRED_FLAG (bool, retired_flag_on_separate_file, false, "") |
|
◆ ABSL_FLAG() [1/3]
ABSL_FLAG |
( |
bool |
, |
|
|
flag_on_separate_file |
, |
|
|
false |
, |
|
|
"" |
|
|
) |
| |
◆ ABSL_FLAG() [2/3]
ABSL_FLAG |
( |
int |
, |
|
|
mistyped_int_flag |
, |
|
|
0 |
, |
|
|
"" |
|
|
) |
| |
◆ ABSL_FLAG() [3/3]
ABSL_FLAG |
( |
std::string |
, |
|
|
mistyped_string_flag |
, |
|
|
"" |
, |
|
|
"" |
|
|
) |
| |
◆ ABSL_RETIRED_FLAG()
ABSL_RETIRED_FLAG |
( |
bool |
, |
|
|
retired_flag_on_separate_file |
, |
|
|
false |
, |
|
|
"" |
|
|
) |
| |