src/object/objects_list.h File Reference

#include "../include/base.h"
#include "../object/physical_obj.h"
#include <list>

Include dependency graph for objects_list.h:

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

Go to the source code of this file.

Classes

class  ObjectsList

Defines

#define FOR_ALL_OBJECTS(object)
#define FOR_EACH_OBJECT(object)

Variables

ObjectsList lst_objects


Define Documentation

#define FOR_ALL_OBJECTS ( object   ) 

Value:

for (ObjectsList::iterator object=lst_objects.begin(), \
       end=lst_objects.end(); \
       object != end; \
       ++object)

Definition at line 31 of file objects_list.h.

#define FOR_EACH_OBJECT ( object   ) 

Value:

FOR_ALL_OBJECTS(object) \
  if (!(*object)->IsGhost())

Definition at line 40 of file objects_list.h.


Variable Documentation

ObjectsList lst_objects

Definition at line 39 of file objects_list.cpp.


Generated on Mon Jan 1 13:23:02 2007 for Wormux by  doxygen 1.4.7