#include <src/core/ObjectListBase.h>
Public Member Functions | |
ObjectListBaseElement (OrxonoxClass *objectBase) | |
Constructor: Creates the list-element with an object. | |
Public Attributes | |
ObjectListBaseElement * | next_ |
The next element in the list. | |
OrxonoxClass * | objectBase_ |
ObjectListBaseElement * | prev_ |
The previous element in the list. |
orxonox::ObjectListBaseElement::ObjectListBaseElement | ( | OrxonoxClass * | objectBase | ) | [inline] |
Constructor: Creates the list-element with an object.
object | The object to store |
The next element in the list.
Referenced by orxonox::ObjectListBase::add(), orxonox::Iterator< orxonox::BaseObject >::operator++(), orxonox::MetaObjectListElement::~MetaObjectListElement(), and orxonox::ObjectListBase::~ObjectListBase().
The previous element in the list.
Referenced by orxonox::ObjectListBase::add(), orxonox::Iterator< orxonox::BaseObject >::operator--(), and orxonox::MetaObjectListElement::~MetaObjectListElement().