16int main(
int argc,
char* argv[])
24 JParser<> zap(
"Example program to print status of file.");
30 catch(
const exception &error) {
31 FATAL(error.what() << endl);
39 if (
jas.getError() == 0) {
44 cout <<
"Last access " <<
jas.getTimeOfLastAccess() <<
endl;
45 cout <<
"Last modified " <<
jas.getTimeOfLastModification() <<
endl;
46 cout <<
"Last changed " <<
jas.getTimeOfLastChange() <<
endl;
50 cout <<
"error: " << file_name << std::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).
Auxiliary class for file status.