char_map Struct Reference
[generic]

Character string to integer map item. More...

#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.


Detailed Description

Character string to integer map item.

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.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:45:58 2011 for HelenOS/USB by  doxygen 1.4.7