codecvt_abstract_base< InternT, ExternT, StateT > Class Template Reference

Inheritance diagram for codecvt_abstract_base< InternT, ExternT, StateT >:

Inheritance graph
[legend]
Collaboration diagram for codecvt_abstract_base< InternT, ExternT, StateT >:

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 Member Functions

result out (state_type &state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const
result unshift (state_type &state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const
result in (state_type &state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const
int encoding () const throw ()
bool always_noconv () const throw ()
int length (const state_type &state, const extern_type *__from, const extern_type *__end, size_t __max) const
int max_length () const throw ()

Protected Member Functions

 codecvt_abstract_base (size_t __refs=0)
virtual ~codecvt_abstract_base ()

Detailed Description

template<typename InternT, typename ExternT, typename StateT>
class codecvt_abstract_base< InternT, ExternT, StateT >

Definition at line 64 of file codecvt.h.


The documentation for this class was generated from the following file:
Generated on Fri Oct 20 15:47:50 2006 for libstdc++-v3 Source by  doxygen 1.4.7