17 std::cout <<
"__A__()" << std::endl;
22 std::cout <<
"~__A__()" << std::endl;
34int main(
int argc,
char **argv)
42 JParser<> zap(
"Example program to test creation and deletion of objects.");
48 catch(
const exception &error) {
49 FATAL(error.what() << endl);
74 for (
int i = 0; i != 4; ++i) {
76 cout << i <<
' ' <<
"recreate()" <<
endl;
87 cout <<
"JStorage<__A__, JNewCArray>" <<
endl;
97 cout <<
"create(" << N <<
")" <<
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)
virtual void reset() override
Reset pointer.
void recreate()
Recreate object in memory.
void create()
Create object in memory.
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).