#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JLang/JString.hh"
#include "JLang/JCppFacet.hh"
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| | Auxiliary program to test JCppFacet class.
|
| |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Auxiliary program to test JCppFacet class.
Definition at line 16 of file JCppFacet.cc.
17{
20
21 string buffer;
23
24 try {
25
27
30
32 return 1;
33 }
34 catch(const exception &error) {
36 }
37
38
40
42
44
46
49 }
50}
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Facet class to specify parsing of a C[++] variable name.
Wrapper class around STL string class.
Template definition of a multi-dimensional oscillation probability interpolation table.
JReader & read(JReader &in) override final
Read from input.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
virtual clone_type clone() const override
Get clone of this object.