|
cbase 1.50.0
C/C++ Static Template
|

Public Attributes | |
| BaseMapNode * | next |
| String8 | key |
| void * | val |
Definition at line 88 of file base_map.h.
| String8 BaseMapNode::key |
The string key.
Definition at line 90 of file base_map.h.
| BaseMapNode* BaseMapNode::next |
Next node in the same bucket chain, or NULL.
Definition at line 89 of file base_map.h.
| void* BaseMapNode::val |
The generic payload value.
Definition at line 91 of file base_map.h.