#include <src/core/ObjectList.h>
Public Types | |
typedef ObjectListIterator< T > | iterator |
Static Public Member Functions | |
static ObjectListElement< T > * | begin () |
Returns an Iterator to the first element in the list. | |
static ObjectListElement< T > * | end () |
Returns an Iterator to the element after the last element in the list. | |
static ObjectListElement< T > * | rbegin () |
Returns an Iterator to the last element in the list. | |
static ObjectListElement< T > * | rend () |
Returns an Iterator to the element before the first element in the list. |
Wraps the ObjectListBase of the corresponding Identifier. Use ObjectListIterator<class> to iterate through all objects in the list.
typedef ObjectListIterator<T> orxonox::ObjectList< T >::iterator |
static ObjectListElement<T>* orxonox::ObjectList< T >::begin | ( | ) | [inline, static] |
static ObjectListElement<T>* orxonox::ObjectList< T >::end | ( | ) | [inline, static] |
static ObjectListElement<T>* orxonox::ObjectList< T >::rbegin | ( | ) | [inline, static] |
static ObjectListElement<T>* orxonox::ObjectList< T >::rend | ( | ) | [inline, static] |