codecvt< char, char, mbstate_t > Class Template Reference

Inheritance diagram for codecvt< char, char, mbstate_t >:

Inheritance graph
[legend]
Collaboration diagram for codecvt< char, char, mbstate_t >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef char intern_type
typedef char extern_type
typedef mbstate_t state_type
typedef codecvt_base::result result

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 ()

Static Public Attributes

static locale::id id

Protected Member Functions

 codecvt_abstract_base (size_t __refs=0)

Detailed Description

template<>
class codecvt< char, char, mbstate_t >

Definition at line 213 of file codecvt.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 26 12:22:46 2005 for libstdc++-v3 Source by  doxygen 1.4.5