Home
last modified time | relevance | path

Searched defs:decomposed_time (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/detail/
Ddecomposed_time.hpp43 struct decomposed_time struct
46 enum _ enum
52 uint32_t year, month, day, hours, minutes, seconds, subseconds;
53 bool negative;
55decomposed_time() : year(0), month(1), day(1), hours(0), minutes(0), seconds(0), subseconds(0), ne… in decomposed_time() function
59decomposed_time(uint32_t y, uint32_t mo, uint32_t d, uint32_t h, uint32_t mi, uint32_t s, uint32_t… in decomposed_time() argument
64 unsigned int week_day() const in week_day()
72 unsigned int year_day() const in year_day()