23int main(
int argc,
char **argv)
31 JParser<> zap(
"Example program to test object output.");
37 catch(
const exception &error) {
38 FATAL(error.what() << endl);
51 const float fval = 3.1415;
52 const string sval =
"aap";
62 io >> __ival >> __fval >> __sval;
General purpose messaging.
#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
Template interface of object output for single data type.
virtual bool put(const T &object)=0
Object output.
Template implementation of stream output for single data type.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).