XMLBEANSXX
0.9.8
|
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 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) |