Definition at line 3419 of file locale_facets.h.
|
Public typedefs.
Reimplemented from time_put. Definition at line 3423 of file locale_facets.h. |
|
Public typedefs.
Reimplemented from time_put. Definition at line 3424 of file locale_facets.h. |
|
Format and output a time or date. This function formats the data in struct tm according to the provided format char and optional modifier. This function is a hook for derived classes to change the value returned.
Definition at line 2242 of file locale_facets.tcc. References std::__write(), ios_base::_M_getloc(), __timepunct::_M_put(), and __ctype_abstract_base::widen(). Referenced by time_put::put(). |
|
Format and output a time or date. This function formats the data in struct tm according to the provided format char and optional modifier. The format and modifier are interpreted as by strftime(). It does so by returning time_put::do_put().
Definition at line 3383 of file locale_facets.h. References time_put::do_put(). |
|
Format and output a time or date. This function formats the data in struct tm according to the provided format string. The format string is interpreted as by strftime().
Definition at line 2207 of file locale_facets.tcc. References ios_base::_M_getloc(), time_put::do_put(), and __ctype_abstract_base::narrow(). |
|
Numpunct facet id.
Definition at line 3334 of file locale_facets.h. |