Mark3 Realtime Kernel
Mark3::TypedLinkListNode< T > Class Template Reference

The TypedLinkListNode class The TypedLinkListNode class provides a linked-list node type for a specified object type. This can be used with typed link-list data structures to manage lists of objects without having to static-cast between the base type and the derived class. More...

#include <ll.h>

Inheritance diagram for Mark3::TypedLinkListNode< T >:
Mark3::LinkListNode

Public Member Functions

T * GetNext ()
 
T * GetPrev ()
 

Additional Inherited Members

Detailed Description

template<typename T>
class Mark3::TypedLinkListNode< T >

The TypedLinkListNode class The TypedLinkListNode class provides a linked-list node type for a specified object type. This can be used with typed link-list data structures to manage lists of objects without having to static-cast between the base type and the derived class.

Definition at line 108 of file ll.h.

Member Function Documentation

◆ GetNext()

template<typename T>
T* Mark3::TypedLinkListNode< T >::GetNext ( void  )
inline

Definition at line 111 of file ll.h.

◆ GetPrev()

template<typename T>
T* Mark3::TypedLinkListNode< T >::GetPrev ( void  )
inline

Definition at line 112 of file ll.h.


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