18 int main(
int argc, 
char **argv)
 
   26     JParser<> zap(
"Example program to test getSize.");
 
   32   catch(
const exception &error) {
 
   33     FATAL(error.what() << endl);
 
   41     cout << 
getSize(buffer) << endl;
 
   44     const int buffer[] = { 1, 2, 3 };
 
   46     cout << 
getSize(buffer) << 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)
 
Utility class to parse command line options.
 
size_t getSize(T(&array)[N])
Get size of c-array.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).