Typedefs | |
using | 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 | zone_info_source_factory = DefaultFactory |
using absl::time_internal::cctz_extension::ZoneInfoSourceFactory = typedef 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&)>&) |
Definition at line 56 of file zone_info_source.h.
ZoneInfoSourceFactory absl::time_internal::cctz_extension::zone_info_source_factory = DefaultFactory |
Definition at line 73 of file zone_info_source.cc.