textwolf  0.2
List of all members
textwolf::charset::UCS4BE Class Reference

UCS-4 big endian character set encoding. More...

#include <charset_ucs.hpp>

Inheritance diagram for textwolf::charset::UCS4BE:
textwolf::charset::UCS4< ByteOrder::BE >

Additional Inherited Members

- Public Types inherited from textwolf::charset::UCS4< ByteOrder::BE >
enum  
 
- Static Public Member Functions inherited from textwolf::charset::UCS4< ByteOrder::BE >
static void fetchbytes (char *buf, unsigned int &bufpos, Iterator &itr)
 See template<class Iterator>Interface::fetchbytes(char*,unsigned int&,Iterator&) More...
 
static UChar value (char *buf, unsigned int &bufpos, Iterator &itr)
 See template<class Iterator>Interface::value(char*,unsigned int&,Iterator&) More...
 
static void skip (char *, unsigned int &bufpos, Iterator &itr)
 See template<class Iterator>Interface::skip(char*,unsigned int&,Iterator&) More...
 
static signed char asciichar (char *buf, unsigned int &bufpos, Iterator &itr)
 See template<class Iterator>Interface::asciichar(char*,unsigned int&,Iterator&) More...
 
static void print (UChar chr, Buffer_ &buf)
 See template<class Buffer>Interface::print(UChar,Buffer&) More...
 
static bool is_equal (const UCS4 &, const UCS4 &)
 See template<class Buffer>Interface::is_equal( const Interface&, const Interface&) More...
 

Detailed Description

UCS-4 big endian character set encoding.


The documentation for this class was generated from the following file: