18int main(
int argc,
char **argv)
26 JParser<> zap(
"Example program to test referencing of objects.");
32 catch(
const exception &error) {
33 FATAL(error.what() << endl);
39 cout <<
"JPointer <int> p(new int());" <<
endl;
43 cout <<
"JReference<int* const> o(p);" <<
endl;
51 cout <<
setw(3) << left <<
"*o" <<
" == " <<
setw(3) << left <<
"*p" <<
"?" <<
endl;
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).