u5e
UnicodeTextC++Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
u5e
utf32ne_string_grapheme.hpp
1
#
ifndef
INCLUDED_U5E_UTF32NE_STRING_GRAPHEME
2
#
define
INCLUDED_U5E_UTF32NE_STRING_GRAPHEME
3
4
#
include
<
u5e
/
basic_grapheme
.
hpp
>
5
#
include
<
u5e
/
utf32ne_string
.
hpp
>
6
7
namespace
u5e
{
8
/**
9
* \class u5e::utf32ne_string_grapheme
10
* \brief Typedef: basic_grapheme of utf32ne_string
11
*
12
* Although this is a typedef, it shows up in doxygen as a class for
13
* better discoverability.
14
*
15
* \typedef u5e::utf32ne_string_grapheme
16
* \brief A basic_grapheme of utf32ne_string
17
*/
18
typedef
basic_grapheme
<
utf32ne_string
>
utf32ne_string_grapheme
;
19
};
20
21
#
endif
u5e::utf32ne_string_grapheme
basic_grapheme< utf32ne_string > utf32ne_string_grapheme
A basic_grapheme of utf32ne_string.
Definition:
utf32ne_string_grapheme.hpp:18
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::basic_grapheme
Represents a single grapheme cluster.
Definition:
basic_grapheme.hpp:15
Generated by
1.8.11