#include "ObjectListBase.h"
#include <set>
#include "Identifier.h"
#include "Iterator.h"
#include "ObjectListIterator.h"
Namespaces | |
namespace | orxonox |
The ObjectListBase is a double-linked list, used by Identifiers to store all objects of a given class. Newly created objects are added through the RegisterObject-macro in its constructor.