Spellforce-Spell-framework
Loading...
Searching...
No Matches
uint_list_node Struct Reference

#include <sf_general_structures.h>

Public Attributes

uint32_t * first
uint32_t * data
uint32_t * post_last

Detailed Description

Definition at line 928 of file sf_general_structures.h.

Member Data Documentation

◆ data

uint32_t* uint_list_node::data

Pointer to the data element within the list.

Definition at line 931 of file sf_general_structures.h.

◆ first

uint32_t* uint_list_node::first

Pointer to the first element in the list.

Definition at line 930 of file sf_general_structures.h.

◆ post_last

uint32_t* uint_list_node::post_last

Pointer to the element following the last in the list.

Definition at line 932 of file sf_general_structures.h.


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