|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <tree.h>
Public Attributes | |
| struct clod_tree_node * | node |
| const void * | key |
| void * | val |
Represents a specific location within the tree, allowing adjacent elements to be quickly found, or the same element to be interacted with multiple times, without multiple redundant searches of the tree.
| struct clod_tree_node* clod_tree_location::node |