u5e
UnicodeTextC++Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
u5e
utf32ne_string.hpp
1
#
ifndef
INCLUDED_U5E_UTF32NE_STRING
2
#
define
INCLUDED_U5E_UTF32NE_STRING
3
4
#
include
<
string
>
5
#
include
<
u5e
/
basic_encodedstring
.
hpp
>
6
#
include
<
u5e
/
utf32ne
.
hpp
>
7
8
namespace
u5e
{
9
/**
10
* \class u5e::utf32ne_string
11
* \brief Typedef: basic_encodedstring of utf32ne and std::basic_string<int>
12
*
13
* Although this is a typedef, it shows up in doxygen as a class for
14
* better discoverability.
15
*
16
* \typedef utf32ne_string
17
* \brief A basic_encodedstring of utf32ne and std::basic_string<int>
18
*/
19
typedef
basic_encodedstring
<
utf32ne
,
20
std::basic_string<
int
>>
21
utf32ne_string
;
22
};
23
24
#
endif
u5e
main u5e namespace
Definition:
basic_encodedstring.hpp:10
u5e::utf32ne_string
basic_encodedstring< utf32ne, std::basic_string< int > > utf32ne_string
A basic_encodedstring of utf32ne and std::basic_string<int>
Definition:
utf32ne_string.hpp:21
u5e::utf32ne
Architecture-specific type to interface UTF32BE or UTF32LE.
Definition:
utf32ne.hpp:20
u5e::basic_encodedstring
basic encoding support over string-like objects.
Definition:
basic_encodedstring.hpp:37
Generated by
1.8.11