cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
BaseMapNode Struct Reference
Collaboration diagram for BaseMapNode:

Public Attributes

BaseMapNodenext
String8 key
void * val

Detailed Description

Definition at line 88 of file base_map.h.

Member Data Documentation

◆ key

String8 BaseMapNode::key

The string key.

Definition at line 90 of file base_map.h.

◆ next

BaseMapNode* BaseMapNode::next

Next node in the same bucket chain, or NULL.

Definition at line 89 of file base_map.h.

◆ val

void* BaseMapNode::val

The generic payload value.

Definition at line 91 of file base_map.h.


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