18 int main(
int argc, 
char **argv)
 
   27     JParser<> zap(
"Example program to test comments.");
 
   33   catch(
const exception &error) {
 
   34     FATAL(error.what() << endl);
 
   39   comment.
add(
"This is a comment");
 
General purpose messaging.
 
#define DEBUG(A)
Message macros.
 
#define ASSERT(A,...)
Assert macro.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Utility class to parse command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).