#include <locale_facets.h>
Inheritance diagram for time_put:
The time_put template uses protected virtual functions to provide the actual results. The public accessors forward the call to the virtual functions. These virtual functions are hooks for developers to implement the behavior they require from the time_put facet.
Definition at line 3324 of file locale_facets.h.
|
Public typedefs. Definition at line 3330 of file locale_facets.h. Referenced by time_put::do_put(), and time_put::put(). |
|
Public typedefs. Definition at line 3331 of file locale_facets.h. Referenced by time_put::do_put(), and time_put::put(). |
|
Constructor performs initialization. This is the constructor provided by the standard.
|
|
Destructor. Definition at line 3391 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.
References time_put::char_type, time_put::iter_type, 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().
|
|
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().
References time_put::char_type, time_put::do_put(), time_put::iter_type, and ctype_abstract_base::narrow(). |
|
Numpunct facet id. Definition at line 3416 of file locale_facets.h. |