65 JParser<> zap(
"Auxiliary program to test object selection methods.");
71 catch(
const exception &error) {
77 buffer.push_back(__A__(3));
78 buffer.push_back(__A__(4));
79 buffer.push_back(__A__(2));
80 buffer.push_back(__A__(1));
81 buffer.push_back(__A__(5));
91 DEBUG(
"has " << x <<
"? " << (p != buffer.end() ?
"yes" :
"no") <<
endl);
93 ASSERT(p != buffer.end() && p->a == x);
99 DEBUG(
"has " << x <<
"? " << (p != buffer.end() ?
"yes" :
"no") <<
endl);
101 ASSERT(p != buffer.end() && p->get() == x);