20 int main(
int argc, 
char **argv)
 
   30     JParser<> zap(
"Example program to test white spaces handling using facet.");
 
   38   catch(
const exception &error) {
 
   39     FATAL(error.what() << endl);
 
   46   if (inputFile == 
"") {
 
   50       cout << 
"> " << flush;
 
   58         istringstream is(buffer);
 
   64         for (
string key; is >> key; ) {
 
   75     ifstream in(inputFile.c_str());
 
   79     for (
string key; in >> key; ) {
 
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)
 
Auxiliary class to specify white space character(s) in currect locale.
 
Utility class to parse command line options.
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).