Pyrogenesis
13997
|
#include <string>
#include <memory.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | utf16_traits |
Typedefs | |
typedef uint16_t | utf16_t |
typedef std::basic_string < utf16_t, utf16_traits > | utf16string |
typedef std::basic_stringstream < utf16_t, utf16_traits > | utf16stringstream |
Definition at line 32 of file utf16string.h.
typedef std::basic_string<utf16_t, utf16_traits> utf16string |
Definition at line 109 of file utf16string.h.
typedef std::basic_stringstream<utf16_t, utf16_traits> utf16stringstream |
Definition at line 110 of file utf16string.h.