![]() |
nCine 2025.07.r505-0369b0c
A cross-platform 2D game engine
|
The base list node used as sentinel. More...
#include <List.h>
Public Attributes | |
BaseListNode * | previous_ |
A pointer to the previous node in the list. | |
BaseListNode * | next_ |
A pointer to the next node in the list. | |
Protected Member Functions | |
BaseListNode (BaseListNode *previous, BaseListNode *next) | |
Friends | |
template<class T > | |
class | List |
The base list node used as sentinel.