#include "CorePrereqs.h"
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::MetaObjectList |
The MetaObjectList contains ObjectListBaseElements and their ObjectListBases. More... | |
class | orxonox::MetaObjectListElement |
The list-element of the MetaObjectList. More... |
The MetaObjectList is a single-linked list, containing all list-elements and their lists wherein the object, owning the MetaObjectList, is registered. This allows much faster deletion of objects because no iteration is needed.