#include <char_map.h>
Data Fields | |
uint8_t | c |
Actually mapped character. | |
char_map_t ** | items |
Next character array. | |
int | magic |
Consistency check magic value. | |
int | next |
First free position in the next character array. | |
int | size |
Next character array size. | |
int | value |
Stored integral value. |
This structure recursivelly contains itself as a character by character tree. The actually mapped character string consists of all the parent characters and the actual one.
Definition at line 56 of file char_map.h.