Adbase
Adinf C++ base library V2
adbase::detail::Transition Struct Reference

Public Member Functions

 Transition (time_t t, time_t l, int localIdx)
 

Public Attributes

time_t gmttime
 
time_t localtime
 
int localtimeIdx
 

Detailed Description

Definition at line 7 of file TimeZone.cpp.

Constructor & Destructor Documentation

adbase::detail::Transition::Transition ( time_t  t,
time_t  l,
int  localIdx 
)
inline

Definition at line 12 of file TimeZone.cpp.

Referenced by adbase::detail::readTimeZoneFile().

Member Data Documentation

time_t adbase::detail::Transition::gmttime

Definition at line 8 of file TimeZone.cpp.

Referenced by adbase::detail::Comp::equal(), and adbase::detail::Comp::operator()().

time_t adbase::detail::Transition::localtime
int adbase::detail::Transition::localtimeIdx

Definition at line 10 of file TimeZone.cpp.


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