supertux
Public Types | Public Member Functions | List of all members
GameObjectIterator< T > Class Template Reference

Public Types

typedef std::vector< GameObject *>::const_iterator Iterator
 

Public Member Functions

 GameObjectIterator (Iterator it, Iterator end)
 
GameObjectIteratoroperator++ ()
 
GameObjectIterator operator++ (int)
 
T * operator-> ()
 
const T * operator-> () const
 
T & operator* () const
 
T & operator* ()
 
bool operator== (const GameObjectIterator &other) const
 
bool operator!= (const GameObjectIterator &other) const
 

The documentation for this class was generated from the following file: