|
Jpp
18.3.0
the software that should make you happy
|
Example program to test JLANG::JEnumeration class. More...
#include <string>#include <iostream>#include <iomanip>#include "JLang/JTypeList.hh"#include "JLang/JTypeID.hh"#include "JLang/JEnumeration.hh"#include "JROOT/JRootLabel.hh"#include "JDAQ/JDAQTimesliceIO.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Classes | |
| struct | JTypeID< int > |
| struct | JTypeID< long int > |
| struct | JTypeID< std::string > |
| struct | JTypeID< double > |
| struct | JTypeID< __A__ > |
| struct | __B__< T > |
| struct | JTypeID< KM3NETDAQ::JDAQTimeslice > |
Macros | |
| #define | PRINT(OUT, ENUMERATION, CLASS) OUT << setw(10) << left << #CLASS << " --> " << ENUMERATION.getLabel(JLANG::JType<CLASS>()).getID() << endl; |
Functions | |
| int | main (int argc, char **argv) |
Example program to test JLANG::JEnumeration class.
Definition in file JEnumeration.cc.
| #define PRINT | ( | OUT, | |
| ENUMERATION, | |||
| CLASS | |||
| ) | OUT << setw(10) << left << #CLASS << " --> " << ENUMERATION.getLabel(JLANG::JType<CLASS>()).getID() << endl; |
Definition at line 43 of file JEnumeration.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 53 of file JEnumeration.cc.
1.8.5