![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
The TForwardListNode class provides a simple node class fot TForwardList. More...
Public Member Functions | |
template<class ... Args> | |
TForwardListNode (TForwardListNode< T > *iNext, Args &&... args) | |
TForwardListNode (TForwardListNode< T > *iNext, const T &iValue) | |
TForwardListNode (TForwardListNode< T > *iNext, T &&iValue) | |
T & | Value () |
const T & | Value () const |
Public Attributes | |
TForwardListNode< T > * | mNext |
T | mValue |
Friends | |
template<typename > | |
class | TForwardList |
TForwardListNode is really a simple way to store nodes for singly linked lists, it holds the element and a pointer to the next node.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
TForwardListNode< T >* TForwardListNode< T >::mNext |
T TForwardListNode< T >::mValue |