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>

Inherits std::locale::facet, and std::time_base.

Inherited by std::time_put_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

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


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::time_put_byname.

typedef _OutIter iter_type
 

Reimplemented in std::time_put_byname.


Constructor & Destructor Documentation

time_put ( size_t __refs = 0 ) [inline, explicit]
 

~time_put ( ) [inline, protected, virtual]
 


Member Function Documentation

iter_type put ( iter_type __s,
ios_base &,
char_type,
const tm *,
const _CharT *,
const _CharT * ) const [inline]
 

iter_type put ( iter_type __s,
ios_base & __f,
char_type __fill,
const tm * __tmb,
char __format,
char __modifier = 0 ) const [inline]
 

iter_type do_put ( iter_type __s,
ios_base &,
char_type,
const tm *,
char,
char ) const [inline, protected, virtual]
 


Member Data Documentation

locale::id id [static]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001