#include <string>
#include <vector>
#include "absl/flags/declare.h"
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