Adbase
Adinf C++ base library V2
adbase::TimeZone::Data Struct Reference

Public Attributes

std::vector< detail::Transitiontransitions
 
std::vector< detail::Localtimelocaltimes
 
std::vector< std::string > names
 
std::string abbreviation
 

Detailed Description

Definition at line 72 of file TimeZone.cpp.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: