Adbase
Adinf C++ base library V2
|
Public Attributes | |
std::vector< detail::Transition > | transitions |
std::vector< detail::Localtime > | localtimes |
std::vector< std::string > | names |
std::string | abbreviation |
Definition at line 72 of file TimeZone.cpp.
std::string adbase::TimeZone::Data::abbreviation |
Definition at line 76 of file TimeZone.cpp.
Referenced by adbase::detail::readTimeZoneFile(), and adbase::TimeZone::toLocalTime().
std::vector<detail::Localtime> adbase::TimeZone::Data::localtimes |
Definition at line 74 of file TimeZone.cpp.
Referenced by adbase::detail::findLocaltime(), and adbase::detail::readTimeZoneFile().
std::vector<std::string> adbase::TimeZone::Data::names |
Definition at line 75 of file TimeZone.cpp.
std::vector<detail::Transition> adbase::TimeZone::Data::transitions |
Definition at line 73 of file TimeZone.cpp.
Referenced by adbase::detail::findLocaltime(), and adbase::detail::readTimeZoneFile().