#include "gwnavruntime/base/types.h"
#include "gwnavruntime/containers/pool.h"
#include "gwnavruntime/base/memory.h"
Classes | |
class | Kaim::SPListNode< T > |
This is the list node used in SharedPoolList implementation (SP stands for SharedPool). More... | |
class | Kaim::SPL_Iterator< T > |
Iterator on SharedPoolList nodes (SPL stands for SharedPoolList). More... | |
class | Kaim::SPL_ConstIterator< T > |
Const iterator on SharedPoolList nodes (SPL stands for SharedPoolList). More... | |
class | Kaim::SharedPoolList< T > |
SharedPoolList represents an ordered list of elements of a single type, drawn as needed from a pre-allocated pool that you provide. More... | |
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |