17int main(
int argc,
char* argv[])
32 catch(
const exception &error) {
33 FATAL(error.what() << endl);
39 for (
int i = 0; i != 10; ++i) {
44 cout <<
"JEEPZ " <<
JEEPZ() << buffer << endl;
50 for (
int i = 0; i != 10; ++i) {
55 cout <<
"JEEPZ " <<
JEEPZ() << buffer << endl;
59 string buffer =
MAKE_STRING(
"hello world " << 1 <<
' ' << 123.456);
61 cout << buffer << endl;
65 const char*
const buffer =
MAKE_CSTRING(
"hello world " << 1 <<
' ' << 123.456);
67 cout << buffer << endl;
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
I/O formatting auxiliaries.
#define MAKE_CSTRING(A)
Make C-string.
#define MAKE_STRING(A)
Make string.
Utility class to parse command line options.
int main(int argc, char *argv[])
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for streaming of STL containers.