29 inline void print(std::ostream& out,
const JType<T>& type,
const std::true_type opton)
33 out << getTag<T>() << endl;
44 inline void print(std::ostream& out,
const JType<T>& type,
const std::false_type opton)
67int main(
int argc,
char **argv)
76 JParser<> zap(
"Program to test JTagAvailable.");
82 catch(
const exception& error) {
83 FATAL(error.what() << endl);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
I/O formatting auxiliaries.
Utility class to parse command line options.
Test availability of JNET::JTag value for given class.
int main(int argc, char **argv)
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).
Auxiliary class for a type holder.