TextCodec< CharT, ByteT > Member List

This is the complete list of members for TextCodec< CharT, ByteT >, including all inherited members.

always_noconv() constTextCodec< CharT, ByteT >
encoding() constTextCodec< CharT, ByteT >
extern_type typedefTextCodec< CharT, ByteT >
in(MBState &s, const ByteT *fbeg, const ByteT *fend, const ByteT *&fnext, CharT *tbeg, CharT *tend, CharT *&tnext) constTextCodec< CharT, ByteT >
intern_type typedefTextCodec< CharT, ByteT >
length(MBState &state, const ByteT *from, const ByteT *end, std::size_t max) constTextCodec< CharT, ByteT >
max_length() constTextCodec< CharT, ByteT >
out(MBState &state, const CharT *fbeg, const CharT *fend, const CharT *&fnext, ByteT *tbeg, ByteT *tend, ByteT *&tnext) constTextCodec< CharT, ByteT >
state_type typedefTextCodec< CharT, ByteT >
TextCodec(std::size_t ref=0)TextCodec< CharT, ByteT >
unshift(MBState &state, ByteT *to, ByteT *to_end, ByteT *&to_next) constTextCodec< CharT, ByteT >
~TextCodec()TextCodec< CharT, ByteT >virtual