Go to the source code of this file.
Data Structures | |
| struct | lwes_hash |
| Structure containing a hashtable, used to store key value pairs in the event. This is opaque in case of future extension. More... | |
| struct | lwes_hash_element |
| struct | lwes_hash_enumeration |
| Structure for enumerating over the hash. This is opaque in case of future extension. More... | |
Functions | |
| lwes_hash * | lwes_hash_create (void) |
| Create the memory for a hashtable. | |
|
|
Create the memory for a hashtable. Creates the memory for a hash, use lwes_hash_destroy to free memory.
|
1.4.6