nCine 2025.07.r505-0369b0c
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Attributes | Protected Member Functions | Friends | List of all members
nctl::BaseListNode Class Reference

The base list node used as sentinel. More...

#include <List.h>

Inheritance diagram for nctl::BaseListNode:
Inheritance graph
[legend]
Collaboration diagram for nctl::BaseListNode:
Collaboration graph
[legend]

Public Attributes

BaseListNodeprevious_
 A pointer to the previous node in the list.
 
BaseListNodenext_
 A pointer to the next node in the list.
 

Protected Member Functions

 BaseListNode (BaseListNode *previous, BaseListNode *next)
 

Friends

template<class T >
class List
 

Detailed Description

The base list node used as sentinel.


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