#include <cstddef>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | absl::time_internal::cctz::ZoneInfoSource |
Namespaces | |
absl | |
absl::time_internal | |
absl::time_internal::cctz | |
absl::time_internal::cctz_extension | |
Typedefs | |
using | absl::time_internal::cctz_extension::ZoneInfoSourceFactory = std::unique_ptr< absl::time_internal::cctz::ZoneInfoSource >(*)(const std::string &, const std::function< std::unique_ptr< absl::time_internal::cctz::ZoneInfoSource >(const std::string &)> &) |
Variables | |
ZoneInfoSourceFactory | absl::time_internal::cctz_extension::zone_info_source_factory = DefaultFactory |