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

codecvt Class Template Reference

#include <codecvt.h>

Inheritance diagram for codecvt:

Inheritance graph
[legend]
Collaboration diagram for codecvt:

Collaboration graph
[legend]
List of all members.

Public Types

typedef codecvt_base::result result
typedef _InternT intern_type
typedef _ExternT extern_type
typedef _StateT state_type

Public Methods

 codecvt (size_t __refs=0)

Static Public Attributes

locale::id id

Protected Methods

virtual ~codecvt ()

template<typename _InternT, typename _ExternT, typename _StateT> class codecvt


Member Typedef Documentation

template<typename _InternT, typename _ExternT, typename _StateT>
typedef _ExternT codecvt<_InternT, _ExternT, _StateT>::extern_type
 

Reimplemented from __codecvt_abstract_base.

Definition at line 290 of file codecvt.h.

template<typename _InternT, typename _ExternT, typename _StateT>
typedef _InternT codecvt<_InternT, _ExternT, _StateT>::intern_type
 

Reimplemented from __codecvt_abstract_base.

Definition at line 289 of file codecvt.h.

template<typename _InternT, typename _ExternT, typename _StateT>
typedef codecvt_base::result codecvt<_InternT, _ExternT, _StateT>::result
 

Reimplemented from __codecvt_abstract_base.

Definition at line 288 of file codecvt.h.

template<typename _InternT, typename _ExternT, typename _StateT>
typedef _StateT codecvt<_InternT, _ExternT, _StateT>::state_type
 

Reimplemented from __codecvt_abstract_base.

Definition at line 291 of file codecvt.h.


Constructor & Destructor Documentation

template<typename _InternT, typename _ExternT, typename _StateT>
codecvt<_InternT, _ExternT, _StateT>::codecvt<_InternT, _ExternT, _StateT> ( size_t __refs = 0 ) [inline, explicit]
 

Definition at line 297 of file codecvt.h.

template<typename _InternT, typename _ExternT, typename _StateT>
codecvt<_InternT, _ExternT, _StateT>::~codecvt<_InternT, _ExternT, _StateT> ( ) [inline, protected, virtual]
 

Definition at line 302 of file codecvt.h.


Member Data Documentation

template<typename _InternT, typename _ExternT, typename _StateT>
locale::id codecvt<_InternT, _ExternT, _StateT>::id [static]
 

Definition at line 294 of file codecvt.h.


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