Go to the source code of this file.
Namespaces |
namespace | absl |
namespace | absl::flags_internal |
Enumerations |
enum | absl::flags_internal::HelpFormat { absl::flags_internal::kHumanReadable
} |
Functions |
| ABSL_DECLARE_FLAG (bool, help) |
| ABSL_DECLARE_FLAG (bool, helpfull) |
| ABSL_DECLARE_FLAG (bool, helpshort) |
| ABSL_DECLARE_FLAG (bool, helppackage) |
| ABSL_DECLARE_FLAG (bool, version) |
| ABSL_DECLARE_FLAG (bool, only_check_args) |
| ABSL_DECLARE_FLAG (std::string, helpon) |
| ABSL_DECLARE_FLAG (std::string, helpmatch) |
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=HelpFormat::kHumanReadable) |
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) |
Function Documentation