Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces

Definition of the ObjectList class, a wrapper of ObjectListBase. More...

#include "core/CorePrereqs.h"
#include "ObjectListBase.h"
#include "ObjectListIterator.h"
#include "Context.h"

Go to the source code of this file.

Classes

class  orxonox::ObjectList< T >
 The ObjectList contains all objects of the given class. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Detailed Description

Definition of the ObjectList class, a wrapper of ObjectListBase.

ObjectList<T> is a wrapper of an ObjectListBase of class T. Use ObjectListIterator<T> to iterate through the list.