XMLBEANSXX  0.9.8
src/xmlbeansxx/defs.h File Reference
This graph shows which files directly or indirectly include this file:

Defines

#define XMLBEANSXX_FOREACH(type, it, c)   for(type it=(c).begin(); it!=(c).end(); ++it)
#define XMLBEANSXX_FOREACH_BACKWARD(type, it, c)   for(type it=(c).rbegin(); it!=(c).rend(); ++it)

Define Documentation

#define XMLBEANSXX_FOREACH (   type,
  it,
 
)    for(type it=(c).begin(); it!=(c).end(); ++it)
#define XMLBEANSXX_FOREACH_BACKWARD (   type,
  it,
 
)    for(type it=(c).rbegin(); it!=(c).rend(); ++it)