time_get< _Ch, _InIt > Class Template Reference#include <_time_facets.h>
Inheritance diagram for time_get< _Ch, _InIt >: ![]()
Detailed Descriptiontemplate<class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> >>
|
typedef _Ch time_get< _Ch, _InIt >::char_type |
Definition at line 117 of file _time_facets.h.
time_get< _Ch, _InIt >::time_get | ( | size_t | __refs = 0 |
) | [inline, explicit] |
Definition at line 120 of file _time_facets.h.
References _Init_timeinfo(), time_get< _Ch, _InIt >::_M_timeinfo, and _STLP_PRIV.
time_get< _Ch, _InIt >::time_get | ( | _Locale_time * | , | |
size_t | __refs | |||
) | [inline, protected] |
Definition at line 142 of file _time_facets.h.
time_get< _Ch, _InIt >::~time_get | ( | ) | [inline, protected] |
Definition at line 144 of file _time_facets.h.
iter_type time_get< _Ch, _InIt >::get_monthname | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [inline] |
Definition at line 132 of file _time_facets.h.
References time_get< _Ch, _InIt >::do_get_monthname().
virtual dateorder time_get< _Ch, _InIt >::do_date_order | ( | ) | const [inline, protected, virtual] |
Reimplemented in time_get_byname< _Ch, _InIt >.
Definition at line 146 of file _time_facets.h.
References time_base::no_order.
Referenced by time_get< _Ch, _InIt >::date_order().
_InIt time_get< _Ch, _InIt >::do_get_time | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | , | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [protected, virtual] |
Definition at line 391 of file _time_facets.c.
References __STATIC_CAST, _Time_Info::_M_time_format, time_get< _Ch, _InIt >::_M_timeinfo, _STLP_PRIV, basic_string< _CharT, _Traits, _Alloc >::begin(), basic_string< _CharT, _Traits, _Alloc >::end(), ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
Referenced by time_get< _Ch, _InIt >::get_time().
_STLP_MOVE_TO_STD_NAMESPACE _InIt time_get< _Ch, _InIt >::do_get_date | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | , | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [protected, virtual] |
Definition at line 367 of file _time_facets.c.
References __STATIC_CAST, _Time_Info::_M_date_format, time_get< _Ch, _InIt >::_M_timeinfo, _STLP_PRIV, basic_string< _CharT, _Traits, _Alloc >::begin(), basic_string< _CharT, _Traits, _Alloc >::end(), ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
Referenced by time_get< _Ch, _InIt >::get_date().
_InIt time_get< _Ch, _InIt >::do_get_weekday | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | , | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [protected, virtual] |
Definition at line 430 of file _time_facets.c.
References __get_short_or_long_dayname(), __STATIC_CAST, ios_base::_M_ctype_facet(), time_get< _Ch, _InIt >::_M_timeinfo, _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
Referenced by time_get< _Ch, _InIt >::get_weekday().
_InIt time_get< _Ch, _InIt >::do_get_monthname | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | , | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [protected, virtual] |
Definition at line 448 of file _time_facets.c.
References __get_short_or_long_monthname(), __STATIC_CAST, ios_base::_M_ctype_facet(), time_get< _Ch, _InIt >::_M_timeinfo, _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
Referenced by time_get< _Ch, _InIt >::get_monthname().
_InIt time_get< _Ch, _InIt >::do_get_year | ( | iter_type | __s, | |
iter_type | __end, | |||
ios_base & | , | |||
ios_base::iostate & | __err, | |||
tm * | __t | |||
) | const [protected, virtual] |
Definition at line 411 of file _time_facets.c.
References __get_decimal_integer(), __STATIC_CAST, _STLP_PRIV, ios_base::eofbit, ios_base::failbit, and ios_base::goodbit.
Referenced by time_get< _Ch, _InIt >::get_year().
friend class _Locale_impl [friend] |
_STLP_STATIC_MEMBER_DECLSPEC locale::id time_get< _Ch, _InIt >::id [static] |
Definition at line 139 of file _time_facets.h.
_STLP_PRIV _Time_Info time_get< _Ch, _InIt >::_M_timeinfo [protected] |
Definition at line 169 of file _time_facets.h.
Referenced by time_get< _Ch, _InIt >::do_get_date(), time_get< _Ch, _InIt >::do_get_monthname(), time_get< _Ch, _InIt >::do_get_time(), time_get< _Ch, _InIt >::do_get_weekday(), and time_get< _Ch, _InIt >::time_get().