#include <cel_unicode.h>
List of all members.
Detailed Description
template<typename T>
struct Celartem::UnicodeCharTraits< T >
This structure works as a proxy to StringUtil defined in cel_stringutil.h.
- See also:
- DefaultCharTraits, StringUtil
Member Typedef Documentation
The type returned by getCharcode function.
Member Function Documentation
This function obtains the character code of the current pointer position.
For the character sets that stores a character into an entry uniformly, this function only returns *p .
- Parameters:
-
- Returns:
- The charcode of the character on the pointer position.
This function moves the pointer to the next character.
For the character sets that stores a character into an entry uniformly, this function only increments the pointer.
- Parameters:
-
- Returns:
- The next pointer position.
The documentation for this struct was generated from the following file: