#include "CorePrereqs.h"
#include "Identifier.h"
#include "ObjectListIterator.h"
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::ObjectList< T > |
The ObjectList contains all objects of the given class. More... |
The ObjectList is a wrapper of an ObjectListBase of a given class. Use Iterator<class> to iterate through all objects of the class.