NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ut::List Struct Reference

#include <lib/nw4r/ut/list.h>

Description

A doubly-linked list container. See Link.

Definition at line 15 of file list.h.

Public Attributes

void * headObject
 The first linked object.
 
void * tailObject
 The last linked object.
 
u16 numObjects
 The linked object count.
 
u16 offset
 The offset of the Link structure in each object.
 

Member Data Documentation

◆ headObject

void* nw4r::ut::List::headObject

The first linked object.

Definition at line 16 of file list.h.

◆ tailObject

void* nw4r::ut::List::tailObject

The last linked object.

Definition at line 17 of file list.h.

◆ numObjects

u16 nw4r::ut::List::numObjects

The linked object count.

Definition at line 18 of file list.h.

◆ offset

u16 nw4r::ut::List::offset

The offset of the Link structure in each object.

Definition at line 19 of file list.h.