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

std::num_put Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::num_put:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef _OutIter iter_type

Public Methods

 num_put (size_t __refs=0)
iter_type put (iter_type __s, ios_base &__f, char_type __fill, bool __v) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, long __v) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, unsigned long __v) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, double __v) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, long double __v) const
iter_type put (iter_type __s, ios_base &__f, char_type __fill, const void *__v) const

Static Public Attributes

locale::id id

Protected Methods

virtual ~num_put ()
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, bool __v) const
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, long __v) const
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, unsigned long) const
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, double __v) const
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, long double __v) const
virtual iter_type do_put (iter_type, ios_base &, char_type __fill, const void *__v) const

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


Member Typedef Documentation

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

Definition at line 697 of file locale_facets.h.

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

Definition at line 698 of file locale_facets.h.


Constructor & Destructor Documentation

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

Definition at line 703 of file locale_facets.h.

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

Definition at line 745 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
const void * __v ) const [protected, virtual]
 

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
long double __v ) const [protected, virtual]
 

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
double __v ) const [protected, virtual]
 

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
unsigned long ) const [protected, virtual]
 

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
long __v ) const [protected, virtual]
 

template<typename _CharT, typename _OutIter>
virtual iter_type std::num_put<_CharT, _OutIter>::do_put ( iter_type,
ios_base &,
char_type __fill,
bool __v ) const [protected, virtual]
 

Referenced by put().

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
const void * __v ) const [inline]
 

Definition at line 739 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
long double ) const [inline]
 

Definition at line 734 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
double __v ) const [inline]
 

Definition at line 730 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
unsigned long __v ) const [inline]
 

Definition at line 714 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
long double ) const [inline]
 

Definition at line 710 of file locale_facets.h.

template<typename _CharT, typename _OutIter>
iter_type std::num_put<_CharT, _OutIter>::put ( iter_type __s,
ios_base & __f,
char_type __fill,
bool __v ) const [inline]
 

Definition at line 706 of file locale_facets.h.


Member Data Documentation

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

Definition at line 700 of file locale_facets.h.


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