Go to the source code of this file.
Namespaces | |
namespace | ixion |
Defines | |
#define | FOREACH(VAR, LIST, LISTTYPE) |
#define | FOREACH_CONST(VAR, LIST, LISTTYPE) |
|
Value: for (LISTTYPE::iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) Definition at line 47 of file ixlib_base.hh. |
|
Value: for (LISTTYPE::const_iterator VAR = (LIST).begin(),last = (LIST).end();VAR != last;VAR++) Definition at line 49 of file ixlib_base.hh. |