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)
#define FOREACH_CONST(VAR, LIST, LISTTYPE)


Define Documentation

#define FOREACH( 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.

#define FOREACH_CONST( VAR, LIST, LISTTYPE )
 

Value:

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

Definition at line 49 of file ixlib_base.hh.


Generated at Tue Apr 17 18:29:43 2001 for ixlib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001