BaseListLegacyNode< T > Class Template Reference Data Structures

#include <baselist.h>

详细描述

template<typename T>
class maxon::BaseListLegacyNode< T >

This supports c4d style list code that iterates through a list with GetNext() /GetPrev() and stops when null is returned.

公共成员函数

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

成员函数文档编制

◆  GetNext()

T* GetNext ( ) const

Returns the pointer to the next element or null (this is the last element of the list)

◆  GetPrev()

T* GetPrev ( ) const

Returns the pointer to the previous element or null (this is the first element of the list)