Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ixlib_base.hh File Reference

Go to the source code of this file.

Namespaces

namespace  ixion

Defines

#define FOREACH(VAR, LIST, LISTTYPE)   for (LISTTYPE::iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++)
#define FOREACH_CONST(VAR, LIST, LISTTYPE)   for (LISTTYPE::const_iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++)


Define Documentation

#define FOREACH VAR,
LIST,
LISTTYPE       for (LISTTYPE::iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++)
 

Definition at line 47 of file ixlib_base.hh.

#define FOREACH_CONST VAR,
LIST,
LISTTYPE       for (LISTTYPE::const_iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++)
 

Definition at line 49 of file ixlib_base.hh.

Referenced by ixion::drawing_functions::drawPolygon().


Generated on Wed Oct 31 17:12:24 2001 for ixlib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001