textwolf  0.2
Classes | Namespaces
charset_ucs.hpp File Reference

Definition of UCS-2/UCS-4 encodings. More...

#include "textwolf/char.hpp"
#include "textwolf/charset_interface.hpp"
#include "textwolf/exception.hpp"
#include <cstddef>

Go to the source code of this file.

Classes

class  textwolf::charset::UCS2< byteorder >
 Character set UCS-2 (little/big endian) More...
 
class  textwolf::charset::UCS4< byteorder >
 Character set UCS-4 (little/big endian) More...
 
class  textwolf::charset::UCS2LE
 UCS-2 little endian character set encoding. More...
 
class  textwolf::charset::UCS2BE
 UCS-2 big endian character set encoding. More...
 
class  textwolf::charset::UCS4LE
 UCS-4 little endian character set encoding. More...
 
class  textwolf::charset::UCS4BE
 UCS-4 big endian character set encoding. More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 
 textwolf::charset
 namespace of character set encoding definitions
 

Detailed Description

Definition of UCS-2/UCS-4 encodings.