nCine 2025.07.r505-e30d439
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
nctl::ListNode< T > Class Template Reference

A list node based on templates. More...

#include <List.h>

Inheritance diagram for nctl::ListNode< T >:
Inheritance graph
[legend]
Collaboration diagram for nctl::ListNode< T >:
Collaboration graph
[legend]

Public Attributes

data_
 Data payload for the node.
 
- Public Attributes inherited from nctl::BaseListNode
BaseListNodeprevious_
 A pointer to the previous node in the list.
 
BaseListNodenext_
 A pointer to the next node in the list.
 

Friends

class List< T >
 

Additional Inherited Members

- Protected Member Functions inherited from nctl::BaseListNode
 BaseListNode (BaseListNode *previous, BaseListNode *next)
 

Detailed Description

template<class T>
class nctl::ListNode< T >

A list node based on templates.


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