Namespaces |
namespace | absl |
namespace | absl::flags_internal |
Functions |
| ABSL_FLAG (bool, help, false,"show help on important flags for this binary [tip: all flags can ""have two dashes]") |
| ABSL_FLAG (bool, helpfull, false,"show help on all flags") |
| ABSL_FLAG (bool, helpshort, false,"show help on only the main module for this program") |
| ABSL_FLAG (bool, helppackage, false,"show help on all modules in the main package") |
| ABSL_FLAG (bool, version, false,"show version and build info and exit") |
| ABSL_FLAG (bool, only_check_args, false,"exit after checking all flags") |
| ABSL_FLAG (std::string, helpon,"","show help on the modules named by this flag value") |
| ABSL_FLAG (std::string, helpmatch,"","show help on modules whose name contains the specified substr") |
void | absl::flags_internal::FlagHelp (std::ostream &out, const flags_internal::CommandLineFlag &flag, HelpFormat format) |
void | absl::flags_internal::FlagsHelp (std::ostream &out, absl::string_view filter, HelpFormat format) |
int | absl::flags_internal::HandleUsageFlags (std::ostream &out) |
absl::string_view | absl::flags_internal::ProgramUsageMessage () |
void | absl::flags_internal::SetProgramUsageMessage (absl::string_view new_usage_message) |