26 template<
class T,
class JMultiPo
inter_t>
29 T* __p = ps.template
get<T>();
46 template<
class JMultiPo
inter_t>
63 template<
class T,
class JMultiPo
inter_t>
66 out <<
"JMultiPointer: <";
70 out <<
">" << std::endl;
95 catch(
const exception &error) {
107 delete ps.get<
int>();
120 ps.reset(
new int(1));
121 ps.reset(
new double(123.456));
123 *ps.get<
int>() += 10;
129 delete ps.get<
int> ();
130 delete ps.get<
double>();
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
Template definition of a multi-dimensional oscillation probability interpolation table.
std::ostream & print(std::ostream &out, const JTestSummary &summary, T __begin, T __end, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed))
Print test summary.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).