/home/ntakagi/work/STLport-5.1.5/stlport/stl/_time_facets.h File Reference#include <stl/_ctime.h>
#include <stl/c_locale.h>
#include <stl/_ios_base.h>
Go to the source code of this file.
|
Classes |
class | _Time_Info |
class | time_base |
class | time_get< _Ch, _InIt > |
class | time_get_byname< _Ch, _InIt > |
class | time_put< _Ch, _OutIt > |
class | time_put_byname< _Ch, _OutIt > |
Defines |
#define | _MAXNAMES 64 |
#define | _MAX_NAME_LENGTH 64 |
Functions |
void _STLP_CALL | _Init_timeinfo (_Time_Info &) |
void _STLP_CALL | _Init_timeinfo (_Time_Info &, _Locale_time *) |
_STLP_MOVE_TO_PRIV_NAMESPACE
time_base::dateorder _STLP_CALL | __get_date_order (_Locale_time *) |
_Locale_time *_STLP_CALL | __acquire_time (const char *__name, _Locale_name_hint *) |
void _STLP_CALL | __release_time (_Locale_time *__time) |
_Locale_name_hint * | _Locale_time_extract_hint (time_get_byname< char, istreambuf_iterator< char, char_traits< char > > > *) |
_STLP_MOVE_TO_PRIV_NAMESPACE
char *_STLP_CALL | __write_formatted_time (char *__buf, size_t __buf_size, char __format, char __modifier, const _Time_Info &__table, const tm *__t) |
template<class _OuIt> |
_OuIt _STLP_CALL | __put_time (char *__first, char *__last, _OuIt __out_ite, const ios_base &, char) |
template<class _OuIt> |
_OuIt _STLP_CALL | __put_time (char *__first, char *__last, _OuIt __out_ite, const ios_base &__s, wchar_t) |
Define Documentation
#define _MAX_NAME_LENGTH 64 |
Function Documentation
template<class _OuIt>
_OuIt _STLP_CALL __put_time |
( |
char * |
__first, |
|
|
char * |
__last, |
|
|
_OuIt |
__out_ite, |
|
|
const ios_base & |
__s, |
|
|
wchar_t |
| |
|
) |
| | |
template<class _OuIt>
_OuIt _STLP_CALL __put_time |
( |
char * |
__first, |
|
|
char * |
__last, |
|
|
_OuIt |
__out_ite, |
|
|
const ios_base & |
, |
|
|
char |
| |
|
) |
| | [inline] |
_STLP_MOVE_TO_PRIV_NAMESPACE char* _STLP_CALL __write_formatted_time |
( |
char * |
__buf, |
|
|
size_t |
__buf_size, |
|
|
char |
__format, |
|
|
char |
__modifier, |
|
|
const _Time_Info & |
__table, |
|
|
const tm * |
__t | |
|
) |
| | |
Definition at line 143 of file time_facets.cpp.
References __CONST_CAST, __hour12, __subformat(), __write_formatted_time(), __write_integer(), _Time_Info::_M_am_pm, _Time_Info::_M_date_format, _Time_Info::_M_date_time_format, _Time_Info::_M_dayname, _Time_Info::_M_long_date_format, _Time_Info::_M_long_date_time_format, _Time_Info::_M_monthname, _Time_Info::_M_time_format, _STLP_SPRINTF, basic_string< _CharT, _Traits, _Alloc >::begin(), copy(), basic_string< _CharT, _Traits, _Alloc >::data(), basic_string< _CharT, _Traits, _Alloc >::end(), and basic_string< _CharT, _Traits, _Alloc >::size().
Referenced by __subformat(), and __write_formatted_time().
Definition at line 62 of file time_facets.cpp.
References _Locale_abbrev_dayofweek(), _Locale_abbrev_monthname(), _Locale_am_str(), _Locale_d_fmt(), _Locale_d_t_fmt(), _Locale_full_dayofweek(), _Locale_full_monthname(), _Locale_long_d_fmt(), _Locale_long_d_t_fmt(), _Locale_pm_str(), _Locale_t_fmt(), _Time_Info::_M_am_pm, _Time_Info::_M_date_format, _Time_Info::_M_date_time_format, _Time_Info::_M_dayname, _Time_Info::_M_long_date_format, _Time_Info::_M_long_date_time_format, _Time_Info::_M_monthname, locale::_M_throw_runtime_error(), and _Time_Info::_M_time_format.
Generated on Mon Mar 10 15:32:50 2008 by
1.5.1
|