#include <lib/nw4r/ut/list.hpp>
A doubly-linked list container. See Link.
Definition at line 15 of file list.hpp.
|
void * | mpHead |
| The first linked object.
|
|
void * | mpTail |
| The last linked object.
|
|
u16 | mCount |
| The linked object count.
|
|
u16 | mOffset |
| The offset of the Link structure in each object.
|
|
◆ mpHead
void* nw4r::ut::List::mpHead |
The first linked object.
Definition at line 16 of file list.hpp.
◆ mpTail
void* nw4r::ut::List::mpTail |
The last linked object.
Definition at line 17 of file list.hpp.
◆ mCount
u16 nw4r::ut::List::mCount |
The linked object count.
Definition at line 18 of file list.hpp.
◆ mOffset
u16 nw4r::ut::List::mOffset |
The offset of the Link structure in each object.
Definition at line 19 of file list.hpp.