#include <baselist.h>
This supports c4d style list code that iterates through a list with GetNext()/GetPrev() and stops when null is returned.
Public Member Functions | |
T * | GetNext () const |
T * | GetPrev () const |
T* GetNext | ( | ) | const |
Returns the pointer to the next element or null (this is the last element of the list)
T* GetPrev | ( | ) | const |
Returns the pointer to the previous element or null (this is the first element of the list)