20int main(
int argc,
char **argv)
28 JParser<> zap(
"Example program to test object iteration.");
34 catch(
const exception &error) {
35 FATAL(error.what() << endl);
43 for (
int i = 1; i != 5; ++i) {
51 for (
int i = 1; in.
hasNext(); ++i) {
53 int value = *in.
next();
General purpose messaging.
#define DEBUG(A)
Message macros.
#define ASSERT(A,...)
Assert macro.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
virtual const pointer_type & next() override
Get next element.
virtual bool hasNext() override
Check availability of next element.
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).