nux-0.9.48

NListNoDyn< T >::Node Class Reference

#include <NuxCore/DataStruct/NList.h>

Public Member Functions

 Node ()
 ~Node ()
void Clear ()
bool IsLinked () const

Data Fields

T * m_Next
T * m_Prev

template<typename T>
class NListNoDyn< T >::Node


Constructor & Destructor Documentation

template<typename T >
NListNoDyn< T >::Node::Node ( ) [inline]
template<typename T >
NListNoDyn< T >::Node::~Node ( ) [inline]

Member Function Documentation

template<typename T >
void NListNoDyn< T >::Node::Clear ( ) [inline]
template<typename T >
bool NListNoDyn< T >::Node::IsLinked ( ) const [inline]

Field Documentation


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