Multibyte character table. More...
#include "mbtable.h"
Data Fields | |
| char * | orig_str |
| Original string used to generate this object. | |
| int | len |
| Number of characters. | |
| char ** | chars |
| The array of multibyte character strings. | |
| char * | segmented_str |
| Each chars entry points inside this string. | |
Multibyte character table.
Allows for direct access to the individual multibyte characters in a string. This is used for the $flag_chars, $from_chars, $status_chars and $to_chars option types.
| char* MbTable::orig_str |
| char** MbTable::chars |
| char* MbTable::segmented_str |