|
supertux
|
Public Types | |
| typedef std::vector< GameObject *>::const_iterator | Iterator |
Public Member Functions | |
| GameObjectIterator (Iterator it, Iterator end) | |
| GameObjectIterator & | operator++ () |
| 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 |
1.8.13