17 #include <pia/common/common_definitions.h> 35 friend class ListBase;
52 ListNode* Prev()
const 63 ListNode* Next()
const 69 bool IsFreeListNode()
const 71 return (m_pPrev == NULL) || (m_pNext == NULL);
This is the common base class used inside the Pia library.
Definition: common_RootObject.h:40