Public Types | |
typedef CharT | char_type |
typedef OutIter | iter_type |
enum | dateorder { no_order, dmy, mdy, ymd, ydm } |
Public Member Functions | |
time_put_byname (const char *, size_t __refs=0) | |
iter_type | put (iter_type s, ios_base &__io, char_type __fill, const tm *__tm, const CharT *__beg, const CharT *__end) const |
iter_type | put (iter_type s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const |
Static Public Attributes | |
static locale::id | id |
Protected Member Functions | |
virtual | ~time_put_byname () |
virtual iter_type | do_put (iter_type s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const |
Static Protected Attributes | |
static c_locale | S_c_locale |
static char | S_c_name [2] |
Friends | |
class | locale::Impl |
Definition at line 1461 of file locale_facets.h.
enum std::time_base::dateorder [inherited] |