Go to the documentation of this file.
   16 int main(
int argc, 
char **argv)
 
   31     if (zap.
read(argc, argv) != 0)
 
   34   catch(
const exception &error) {
 
   35     FATAL(error.what() << endl);
 
   43   istringstream is(buffer);
 
   45   is.imbue(locale(cout.getloc(), cpp.clone()));
 
   48     cout << 
"<" << var << 
">" << endl;
 
  
Utility class to parse command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
int main(int argc, char **argv)
Auxiliary program to test JCppFacet class.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
int read(const int argc, const char *const argv[])
Parse the program's command line options.