|
template<class CharT > |
detail::time_manip< CharT > | boost::chrono::time_fmt (timezone tz, const CharT *fmt) |
|
template<class CharT > |
detail::time_manip< CharT > | boost::chrono::time_fmt (timezone tz, std::basic_string< CharT > fmt) |
|
detail::time_man | boost::chrono::time_fmt (timezone f) |
|
template<class CharT , class Traits , class Clock , class Duration > |
std::basic_ostream< CharT,
Traits > & | boost::chrono::operator<< (std::basic_ostream< CharT, Traits > &os, const time_point< Clock, Duration > &tp) |
|
template<class CharT , class Traits , class Clock , class Duration > |
std::basic_istream< CharT,
Traits > & | boost::chrono::operator>> (std::basic_istream< CharT, Traits > &is, time_point< Clock, Duration > &tp) |
|
int32_t | boost::chrono::detail::is_leap (int32_t year) |
|
int32_t | boost::chrono::detail::days_from_0 (int32_t year) |
|
int32_t | boost::chrono::detail::days_from_1970 (int32_t year) |
|
int32_t | boost::chrono::detail::days_from_1jan (int32_t year, int32_t month, int32_t day) |
|
time_t | boost::chrono::detail::internal_timegm (std::tm const *t) |
|
unsigned | boost::chrono::detail::days_before_years (int32_t y) |
| from_ymd could be made more efficient by using a table day_count_table indexed by the y%400. More...
|
|
template<class Int > |
void | boost::chrono::detail::civil_from_days (Int z, Int &y, unsigned &m, unsigned &d) BOOST_NOEXCEPT |
|
std::tm * | boost::chrono::detail::internal_gmtime (std::time_t const *t, std::tm *tm) |
|
template<class CharT , class InputIterator > |
minutes | boost::chrono::detail::extract_z (InputIterator &b, InputIterator e, std::ios_base::iostate &err, const std::ctype< CharT > &ct) |
|