16int main(
int argc, 
char **argv)
 
   27    JParser<> zap(
"Example program to test command line parser.");
 
   38  catch(
const exception &error) {
 
   39    FATAL(error.what() << endl);
 
 
General purpose messaging.
 
int main(int argc, char **argv)
 
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.
 
Empty structure for specification of parser element that is initialised (i.e. does not require input)...