26     __A__(
const int N, buffer_type& buffer) :
 
   33       for (
int i = 0; i != N; ++i) {
 
   34         buffer.push_back(buffer.size());
 
   46   inline void process(__A__& 
object) 
 
   59 int main(
int argc, 
char **argv)
 
   67     JParser<> zap(
"Example program to test object.");
 
   73   catch(
const exception &error) {
 
   74     FATAL(error.what() << endl);
 
   86   for (buffer_type::const_iterator i = buffer.begin(); i != buffer.end(); ++i) {