#include <_time_facets.h>
Inherits locale::facet, and time_base.
Inherited by time_put_byname< _Ch, _OutIt >.
Public Types |
| typedef _Ch | char_type |
| typedef _OutIt | iter_type |
Public Member Functions |
| | time_put (size_t __refs=0) |
| _OutIt | put (iter_type __s, ios_base &__f, _Ch __fill, const tm *__tmb, const _Ch *__pat, const _Ch *__pat_end) const |
| _OutIt | put (iter_type __s, ios_base &__f, _Ch __fill, const tm *__tmb, char __format, char __modifier=0) const |
Static Public Attributes |
| static locale::id | id |
Protected Member Functions |
| | time_put (const char *__name, size_t __refs) |
| | time_put (_Locale_time *__time) |
| | ~time_put () |
| virtual iter_type | do_put (iter_type __s, ios_base &__f, char_type, const tm *__tmb, char __format, char) const |
Detailed Description
template<class _Ch, class _OutIt>
class time_put< _Ch, _OutIt >
Definition at line 248 of file _time_facets.h.
The documentation for this class was generated from the following files: