Namespaces | Enumerations | Functions
parse.h File Reference
#include <string>
#include <vector>
#include "absl/flags/declare.h"
Include dependency graph for internal/parse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  absl
namespace  absl::flags_internal

Enumerations

enum  absl::flags_internal::ArgvListAction { absl::flags_internal::kRemoveParsedArgs, absl::flags_internal::kKeepParsedArgs }
enum  absl::flags_internal::OnUndefinedFlag { absl::flags_internal::kIgnoreUndefined, absl::flags_internal::kReportUndefined, absl::flags_internal::kAbortIfUndefined }
enum  absl::flags_internal::UsageFlagsAction { absl::flags_internal::kHandleUsage, absl::flags_internal::kIgnoreUsage }

Functions

 ABSL_DECLARE_FLAG (std::vector< std::string >, flagfile)
 ABSL_DECLARE_FLAG (std::vector< std::string >, fromenv)
 ABSL_DECLARE_FLAG (std::vector< std::string >, tryfromenv)
 ABSL_DECLARE_FLAG (std::vector< std::string >, undefok)
std::vector< char * > absl::flags_internal::ParseCommandLineImpl (int argc, char *argv[], ArgvListAction arg_list_act, UsageFlagsAction usage_flag_act, OnUndefinedFlag on_undef_flag)

Function Documentation

ABSL_DECLARE_FLAG ( std::vector< std::string >  ,
flagfile   
)
ABSL_DECLARE_FLAG ( std::vector< std::string >  ,
fromenv   
)
ABSL_DECLARE_FLAG ( std::vector< std::string >  ,
tryfromenv   
)
ABSL_DECLARE_FLAG ( std::vector< std::string >  ,
undefok   
)


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