Proud::CListNode< T > Class Template Reference

Classes

class  CListOwner
 

Public Member Functions

CListOwnerGetListOwner () const
 
T * GetNext () const
 
T * GetPrev () const
 

Friends

class CListOwner
 

Detailed Description

template<typename T>
class Proud::CListNode< T >

node that consist double linked list

  • A linkage can be set only if attached to CListOwner.

Member Function Documentation

template<typename T >
CListOwner* Proud::CListNode< T >::GetListOwner ( ) const
inline

Return the owner who has this node

template<typename T >
T* Proud::CListNode< T >::GetNext ( ) const
inline

Get the next node returned

template<typename T >
T* Proud::CListNode< T >::GetPrev ( ) const
inline

Get the previous node returned