Functions
commandlineflag_test.cc File Reference
#include "absl/flags/internal/commandlineflag.h"
#include "gtest/gtest.h"
#include "absl/flags/flag.h"
#include "absl/flags/internal/registry.h"
#include "absl/memory/memory.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
Include dependency graph for commandlineflag_test.cc:

Go to the source code of this file.

Functions

 ABSL_FLAG (int, int_flag, 201, "int_flag help")
 
 ABSL_FLAG (std::string, string_flag, "dflt", absl::StrCat("string_flag", " help"))
 
 ABSL_RETIRED_FLAG (bool, bool_retired_flag, false, "bool_retired_flag help")
 

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( int  ,
int_flag  ,
201  ,
"int_flag help"   
)

◆ ABSL_FLAG() [2/2]

ABSL_FLAG ( std::string  ,
string_flag  ,
"dflt"  ,
absl::StrCat("string_flag", " help")   
)

◆ ABSL_RETIRED_FLAG()

ABSL_RETIRED_FLAG ( bool  ,
bool_retired_flag  ,
false  ,
"bool_retired_flag help"   
)


abseil_cpp
Author(s):
autogenerated on Mon Feb 28 2022 21:31:22