Whole document tree
    

Whole document tree

Templatestd::num_put class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::num_put< _CharT, _OutIter > Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::num_put:

Inheritance graph
[legend]
Collaboration diagram for std::num_put< _CharT, _OutIter >:

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< _CharT, _OutIter >


Member Typedef Documentation

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

Definition at line 744 of file locale_facets.h.

Referenced by std::num_put< _CharT, _OutIter >::do_put(), and std::num_put< _CharT, __ostreambuf_iter >::put().

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

Definition at line 745 of file locale_facets.h.

Referenced by std::num_put< _CharT, __ostreambuf_iter >::put().


Constructor & Destructor Documentation

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

Definition at line 750 of file locale_facets.h.

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

Definition at line 792 of file locale_facets.h.


Member Function Documentation

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

Definition at line 1080 of file locale_facets.tcc.

References std::__output_integer(), __throw_exception_again, and std::ios_base::flags().

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>
_OutIter std::num_put< _CharT, _OutIter >::do_put iter_type   ,
ios_base  ,
char_type    __fill,
double    __v
const [protected, virtual]
 

Definition at line 1032 of file locale_facets.tcc.

References std::__build_float_format(), std::__output_float(), and std::ios_base::precision().

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

Definition at line 938 of file locale_facets.tcc.

References std::__output_integer().

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

Definition at line 923 of file locale_facets.tcc.

References std::__output_integer().

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

Definition at line 795 of file locale_facets.tcc.

References std::__output_integer(), std::_Format_cache< _CharT >::_M_falsename, std::_Format_cache< _CharT >::_M_truename, std::num_put< _CharT, _OutIter >::char_type, std::copy(), and std::ios_base::flags().

Referenced by std::num_put< _CharT, __ostreambuf_iter >::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 786 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    __v
const [inline]
 

Definition at line 781 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 777 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 761 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    __v
const [inline]
 

Definition at line 757 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 753 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 824 of file locale_facets.h.


The documentation for this class was generated from the following files:
Generated on Mon Apr 8 03:19:16 2002 for libstdc++-v3 Source by doxygen1.2.15