Defines |
| #define | __hour12(hour) (((hour) % 12 == 0) ? (12) : (hour) % 12) |
| #define | _STLP_SPRINTF sprintf |
Functions |
| static void | _Init_timeinfo_base (_Time_Info_Base &table) |
| static void | _Init_timeinfo (_Time_Info &table) |
| static void | _Init_timeinfo (_WTime_Info &table) |
| static void | _Init_timeinfo_base (_Time_Info_Base &table, _Locale_time *time) |
| static void | _Init_timeinfo (_Time_Info &table, _Locale_time *time) |
| static void | _Init_timeinfo (_WTime_Info &table, _Locale_time *time) |
| template<class _Ch , class _TimeInfo > |
| void | __subformat (_STLP_BASIC_IOSTRING(_Ch)&buf, const ctype< _Ch > &ct, const string &format, const _TimeInfo &table, const tm *t) |
| static void | __append (__iostring &buf, const string &name) |
| static void | __append (__iowstring &buf, const wstring &name) |
| static void | __append (__iostring &buf, char *first, char *last, const ctype< char > &) |
| static void | __append (__iowstring &buf, char *first, char *last, const ctype< wchar_t > &ct) |
| template<class _Ch , class _TimeInfo > |
| void _STLP_CALL | __write_formatted_timeT (_STLP_BASIC_IOSTRING(_Ch)&buf, const ctype< _Ch > &ct, char format, char modifier, const _TimeInfo &table, const tm *t) |
| void _STLP_CALL | __write_formatted_time (__iostring &buf, const ctype< char > &ct, char format, char modifier, const _Time_Info &table, const tm *t) |
| void _STLP_CALL | __write_formatted_time (__iowstring &buf, const ctype< wchar_t > &ct, char format, char modifier, const _WTime_Info &table, const tm *t) |
| static time_base::dateorder | __get_date_order (_Locale_time *time) |
Variables |
_STLP_BEGIN_NAMESPACE
_STLP_MOVE_TO_PRIV_NAMESPACE
const char | default_dayname [][14] |
| const char | default_monthname [][24] |
| const wchar_t | default_wdayname [][14] |
| const wchar_t | default_wmonthname [][24] |
_STLP_MOVE_TO_STD_NAMESPACE
template class | time_get< char, istreambuf_iterator< char, char_traits< char > > > |