![]() |
nCine 2025.07.r505-e30d439
A cross-platform 2D game engine
|
A list node based on templates. More...
#include <List.h>
Public Attributes | |
T | data_ |
Data payload for the node. | |
![]() | |
BaseListNode * | previous_ |
A pointer to the previous node in the list. | |
BaseListNode * | next_ |
A pointer to the next node in the list. | |
Friends | |
class | List< T > |
Additional Inherited Members | |
![]() | |
BaseListNode (BaseListNode *previous, BaseListNode *next) | |
A list node based on templates.