3#include "../FoundationBase.h"
#define COGSFOUNDATION_API
Definition: FoundationBase.h:31
Main Cogs namespace.
Definition: MortonCode.h:5
Definition: IntrusiveList.h:16
bool operator!=(const Iterator &other) const
Definition: IntrusiveList.h:18
IntrusiveNode * ptr
Definition: IntrusiveList.h:17
Iterator & operator++()
Definition: IntrusiveList.h:19
IntrusiveNode * operator*() const
Definition: IntrusiveList.h:20
Definition: IntrusiveList.h:15
Iterator begin()
Definition: IntrusiveList.h:27
Iterator end()
Definition: IntrusiveList.h:28
IntrusiveNode * popBack()
IntrusiveNode * tailPrev
Definition: IntrusiveList.h:25
IntrusiveNode * tail
Definition: IntrusiveList.h:24
IntrusiveNode * head
Definition: IntrusiveList.h:23
Definition: IntrusiveList.h:9
IntrusiveNode * next
Definition: IntrusiveList.h:10