#include <time.h>
Classes | |
struct | CivilInfo |
struct | CivilTransition |
struct | TimeInfo |
Public Member Functions | |
CivilInfo | At (Time t) const |
TimeInfo | At (CivilSecond ct) const |
std::string | name () const |
bool | NextTransition (Time t, CivilTransition *trans) const |
operator time_internal::cctz::time_zone () const | |
TimeZone & | operator= (const TimeZone &)=default |
bool | PrevTransition (Time t, CivilTransition *trans) const |
TimeZone (time_internal::cctz::time_zone tz) | |
TimeZone ()=default | |
TimeZone (const TimeZone &)=default | |
Private Attributes | |
time_internal::cctz::time_zone | cz_ |
Friends | |
template<typename H > | |
H | AbslHashValue (H h, TimeZone tz) |
bool | operator!= (TimeZone a, TimeZone b) |
std::ostream & | operator<< (std::ostream &os, TimeZone tz) |
bool | operator== (TimeZone a, TimeZone b) |
|
inlineexplicit |
|
default |
|
default |
absl::TimeZone::CivilInfo absl::TimeZone::At | ( | Time | t | ) | const |
absl::TimeZone::TimeInfo absl::TimeZone::At | ( | CivilSecond | ct | ) | const |
bool absl::TimeZone::NextTransition | ( | Time | t, |
CivilTransition * | trans | ||
) | const |
|
inlineexplicit |
bool absl::TimeZone::PrevTransition | ( | Time | t, |
CivilTransition * | trans | ||
) | const |
|
friend |
|
friend |
|
private |