18 int main(
int argc, 
char **argv)
 
   27     JParser<> zap(
"Example program to test UUID.");
 
   33   catch(
const exception& error) {
 
   34     FATAL(error.what() << endl);
 
   48   ASSERT(id1 == id2, 
"Test inequality of UUIDs.");
 
   56   ASSERT(id1 != id3, 
"Test inequality of UUIDs.");
 
   60   ASSERT(id1 == id3, 
"Test inequality of UUIDs.");
 
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
bool is_valid() const
Check validity.