char_map Struct Reference
[Networking Stack]

Character string to integer map item. More...

#include <char_map.h>

Collaboration diagram for char_map:
Collaboration graph
[legend]

Data Fields

char c
 Actually mapped character.
int value
 Stored integral value.
int size
 Next character array size.
int next
 First free position in the next character array.
char_map_refitems
 Next character array.
int magic
 Consistency check magic 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 o fall the parent characters and the actual one.


Field Documentation

Actually mapped character.

Referenced by char_map_add_item(), and char_map_find_node().

Next character array.

Referenced by char_map_add_item(), and char_map_find_node().

Consistency check magic value.

Referenced by char_map_is_valid().

First free position in the next character array.

Referenced by char_map_add_item(), and char_map_find_node().

Next character array size.

Referenced by char_map_add_item().

Stored integral value.

Referenced by char_map_add_item(), and char_map_get_value().


The documentation for this struct was generated from the following file:

Generated on Thu Mar 11 20:48:26 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1