time_put Class Reference

#include <stdapis/stlportv5/stl/_time_facets.h>

class time_put : public locale::facet, public time_base
Public Member Type Definitions
typedef_Ch char_type
typedef_OutIt iter_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Protected Attributes
_STLP_PRIV _Time_Info_M_timeinfo
Public Member Functions
time_put(size_t)
locale::id id()
_OutItput(iter_type, ios_base &, _Ch, const tm *, const _Ch *, const _Ch *)
_OutItput(iter_type, ios_base &, _Ch, const tm *, char, char)
Protected Member Functions
time_put(_Locale_time *, size_t)
~time_put()
virtual iter_type do_put(iter_type, ios_base &, char_type, const tm *, char, char)
Inherited Enumerations
time_base:dateorder
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::facet(size_t)
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef _Chchar_type

Typedef iter_type

typedef _OutItiter_type

Member Attribute Documentation

_M_timeinfo

_STLP_PRIV _Time_Info_M_timeinfo[protected]

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

time_put ( size_t )

time_put(size_t__refs = 0)[inline, explicit]

time_put ( _Locale_time *, size_t )

time_put(_Locale_time *,
size_t__refs
)[protected, inline]

~time_put ( )

~time_put()[protected, inline]

Member Function Documentation

do_put ( iter_type, ios_base &, char_type, const tm *, char, char )

iter_type do_put(iter_type__s,
ios_base &__f,
char_type,
const tm *__tmb,
char__format,
char
)const [protected, virtual]

id ( )

put ( iter_type, ios_base &, _Ch, const tm *, const _Ch *, const _Ch * )

_OutItput(iter_type__s,
ios_base &__f,
_Ch__fill,
const tm *__tmb,
const _Ch *__pat,
const _Ch *__pat_end
)const

put ( iter_type, ios_base &, _Ch, const tm *, char, char )

_OutItput(iter_type__s,
ios_base &__f,
_Ch__fill,
const tm *__tmb,
char__format,
char__modifier = 0
)const [inline]