#include "objlist.h"Include dependency graph for objiter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | T_Safe_object_iterator< T > |
| class | T_Object_iterator< T > |
| class | T_Nonflat_object_iterator< T, L > |
| class | T_Flat_object_iterator< T, L > |
| class | T_Object_iterator_backwards< T, L > |
| class | D_Recursive_object_iterator< D > |
Defines | |
| #define | INCL_OBJITER 1 |
| Objiter.h - Game objects iterator. | |
Typedefs | |
| typedef T_Object_iterator< Game_object * > | Object_iterator |
| typedef T_Nonflat_object_iterator< Game_object *, Map_chunk * > | Nonflat_object_iterator |
| typedef T_Flat_object_iterator< Game_object *, Map_chunk * > | Flat_object_iterator |
| typedef T_Object_iterator_backwards< Game_object *, Map_chunk * > | Object_iterator_backwards |
| typedef D_Recursive_object_iterator< Object_iterator_backwards > | Recursive_object_iterator_backwards |
| typedef D_Recursive_object_iterator< Object_iterator > | Recursive_object_iterator |
| #define INCL_OBJITER 1 |
| typedef T_Flat_object_iterator<Game_object *, Map_chunk *> Flat_object_iterator |
| typedef T_Nonflat_object_iterator<Game_object *, Map_chunk *> Nonflat_object_iterator |
| typedef T_Object_iterator<Game_object *> Object_iterator |
1.5.1