Functions
parse_test.cc File Reference
#include "absl/flags/parse.h"
#include <fstream>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/base/internal/raw_logging.h"
#include "absl/base/internal/scoped_set_env.h"
#include "absl/flags/flag.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/substitute.h"
#include "absl/types/span.h"
Include dependency graph for parse_test.cc:

Go to the source code of this file.

Functions

 ABSL_FLAG (int, int_flag, 1,"")
 ABSL_FLAG (double, double_flag, 1.1,"")
 ABSL_FLAG (std::string, string_flag,"a","")
 ABSL_FLAG (bool, bool_flag, false,"")
 ABSL_FLAG (UDT, udt_flag,-1,"")
 ABSL_RETIRED_FLAG (int, legacy_int, 1,"")
 ABSL_RETIRED_FLAG (bool, legacy_bool, false,"")
 ABSL_RETIRED_FLAG (std::string, legacy_str,"l","")

Function Documentation

ABSL_FLAG ( int  ,
int_flag  ,
,
""   
)
ABSL_FLAG ( double  ,
double_flag  ,
1.  1,
""   
)
ABSL_FLAG ( std::string  ,
string_flag  ,
"a"  ,
""   
)
ABSL_FLAG ( bool  ,
bool_flag  ,
false  ,
""   
)
ABSL_FLAG ( UDT  ,
udt_flag  ,
1,
""   
)
ABSL_RETIRED_FLAG ( int  ,
legacy_int  ,
,
""   
)
ABSL_RETIRED_FLAG ( bool  ,
legacy_bool  ,
false  ,
""   
)
ABSL_RETIRED_FLAG ( std::string  ,
legacy_str  ,
"l"  ,
""   
)


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16