Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::time_put Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::time_put:

Inheritance graph
[legend]
Collaboration diagram for std::time_put:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef _OutIter iter_type

Public Methods

 time_put (size_t __refs=0)
iter_type put (iter_type __s, ios_base &, char_type, const tm *, const _CharT *, const _CharT *) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, const tm *__tmb, char __format, char __modifier=0) const

Static Public Attributes

locale::id id

Protected Methods

virtual ~time_put ()
virtual iter_type do_put (iter_type __s, ios_base &, char_type, const tm *, char, char) const

template<typename _CharT, typename _OutIter> class std::time_put


Member Typedef Documentation

template<typename _CharT, typename _OutIter>
typedef _CharT std::time_put<_CharT, _OutIter>::char_type
 

Reimplemented in std::time_put_byname.

Definition at line 1103 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
typedef _OutIter std::time_put<_CharT, _OutIter>::iter_type
 

Reimplemented in std::time_put_byname.

Definition at line 1104 of file locale_facets.h.


Constructor & Destructor Documentation

template<typename _CharT, typename _OutIter>
std::time_put<_CharT, _OutIter>::time_put<_CharT, _OutIter> ( size_t __refs = 0 ) [inline, explicit]
 

Definition at line 1109 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
std::time_put<_CharT, _OutIter>::~time_put<_CharT, _OutIter> ( ) [inline, protected, virtual]
 

Definition at line 1125 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _OutIter>
iter_type std::time_put<_CharT, _OutIter>::do_put ( iter_type __s,
ios_base &,
char_type,
const tm *,
char,
char ) const [inline, protected, virtual]
 

Definition at line 1128 of file locale_facets.h.

Referenced by put().

template<typename _CharT, typename _OutIter>
iter_type std::time_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
const tm * __tmb,
char __format,
char __modifier = 0 ) const [inline]
 

Definition at line 1119 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::time_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base &,
char_type,
const tm *,
const _CharT *,
const _CharT * ) const [inline]
 

Definition at line 1113 of file locale_facets.h.


Member Data Documentation

template<typename _CharT, typename _OutIter>
locale::id std::time_put<_CharT, _OutIter>::id [static]
 

Definition at line 1106 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:32 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001