Home | History | Annotate | Download | only in bits

Lines Matching defs:time_get

355    *  @brief  Primary class template time_get.
362 * The time_get template uses protected virtual functions to provide the
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base
390 time_get(size_t __refs = 0)
415 * calling time_get::do_get_time().
440 * calling time_get::do_get_date().
465 * time_get::do_get_weekday().
493 * time_get::do_get_monthname().
522 * returned by calling time_get::do_get_year().
546 ~time_get() { }
682 locale::id time_get<_CharT, _InIter>::id;
686 class time_get_byname : public time_get<_CharT, _InIter>
695 : time_get<_CharT, _InIter>(__refs) { }