textwolf  0.2
Classes | Namespaces
charset_utf16.hpp File Reference

Definition of UTF-16 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::UTF16< encoding >
 Character set UTF16 (little/big endian) More...
 
class  textwolf::charset::UTF16LE
 UTF-16 little endian character set encoding. More...
 
class  textwolf::charset::UTF16BE
 UTF-16 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 UTF-16 encodings.