15 struct __B__ :
public __A__ {};
24 template<
class U,
class V>
25 inline void print(std::ostream& out,
const char* uname,
const char* vname)
30 out <<
setw(36) << left << string(
"<") + string(
uname) + string(
",") + string(
vname) + string(
">");
45#define PRINT(OUT, U, V) print<U,V>(OUT, #U, #V)
63 JParser<> zap(
"Example program to test class inspection.");
69 catch(
const exception &error) {
73 if (
debug >= debug_t) {
#define PRINT(OUT, U, V)
Print class parameters.
int main(int argc, char **argv)
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void print(const TH1 &h1, std::ostream &out)
Print histogram parameters.
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).
Template class test for polymorphism.