SphinxBase 0.6
sorted_list_t Struct Reference

The sorted list. More...

#include <lm3g_model.h>

Data Fields

sorted_entry_tlist
 
int32 free
 first free element in list
 
int32 size
 

Detailed Description

The sorted list.

list is a (64K long) array. The first entry is the root of the tree and is created during initialization.

Definition at line 82 of file lm3g_model.h.

Field Documentation

◆ free

int32 sorted_list_t::free

first free element in list

Definition at line 84 of file lm3g_model.h.

◆ list

sorted_entry_t* sorted_list_t::list

Definition at line 83 of file lm3g_model.h.

◆ size

int32 sorted_list_t::size

Definition at line 85 of file lm3g_model.h.


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