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++) |
|
Definition at line 47 of file ixlib_base.hh. |
|
Definition at line 49 of file ixlib_base.hh. Referenced by ixion::drawing_functions::drawPolygon().
|