16 int main(
int argc,
char **argv)
25 JParser<> zap(
"Example program to mimic shell ls command");
31 catch(
const exception &error) {
32 FATAL(error.what() << endl);
37 for (
int i = 1; i != argc; ++i) {
42 ls buffer(option.c_str());
44 for (ls::const_iterator i = buffer.begin(); i != buffer.end(); ++i) {
int main(int argc, char **argv)
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure to list files in directory.