libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
clod_tree_location Struct Reference

#include <tree.h>

Public Attributes

struct clod_tree_nodenode
const void * key
void * val

Detailed Description

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.

Definition at line 109 of file tree.h.

Member Data Documentation

◆ node

struct clod_tree_node* clod_tree_location::node

Definition at line 110 of file tree.h.

◆ key

const void* clod_tree_location::key

Definition at line 111 of file tree.h.

◆ val

void* clod_tree_location::val

Definition at line 112 of file tree.h.


The documentation for this struct was generated from the following file:
  • include/clod/structures/tree.h