#include <cel_stringutil.h>
Public Types | |
| typedef T | CharCodeType |
| The type returned by getCharcode function. | |
Static Public Member Functions | |
| static const T * | next (const T *p) |
| static const CharCodeType | getCharcode (const T *p) |
Definition at line 18 of file cel_stringutil.h.
| typedef T Celartem::DefaultCharTraits< T >::CharCodeType |
| static const T* Celartem::DefaultCharTraits< T >::next | ( | const T * | p | ) | [inline, static] |
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.
| p | The pointer to move. |
Definition at line 32 of file cel_stringutil.h.
| static const CharCodeType Celartem::DefaultCharTraits< T >::getCharcode | ( | const T * | p | ) | [inline, static] |
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 .
| p | The current pointer. |
Definition at line 44 of file cel_stringutil.h.