#include <functional>
#include "absl/base/config.h"
#include "absl/flags/commandlineflag.h"
#include "absl/flags/internal/commandlineflag.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
Classes | |
class | absl::flags_internal::RetiredFlag< T > |
Namespaces | |
absl | |
absl::flags_internal | |
Functions | |
void | absl::flags_internal::FinalizeRegistry () |
void | absl::flags_internal::ForEachFlag (std::function< void(CommandLineFlag &)> visitor) |
bool | absl::flags_internal::RegisterCommandLineFlag (CommandLineFlag &, const char *filename) |
void | absl::flags_internal::Retire (const char *name, FlagFastTypeId type_id, char *buf) |
Variables | |
constexpr size_t | absl::flags_internal::kRetiredFlagObjAlignment = alignof(void*) |
constexpr size_t | absl::flags_internal::kRetiredFlagObjSize = 3 * sizeof(void*) |