In file hash.c:

boa.h _hash_struct_

a fairly simple hash structure, with a key, a value, and a next pointer

[more]char* key
the key
[more]_hash_struct_* next
the next hash structure
[more]char* value
the value


Documentation

a fairly simple hash structure, with a key, a value, and a next pointer
ochar* key
the key

ochar* value
the value

o_hash_struct_* next
the next hash structure

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.