Jpp 19.3.0-rc.1
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) |
Functions | |
int | main (int argc, char **argv) |
Example program to test JLANG::JEnumeration class.
Definition in file JEnumeration.cc.
#define PRINT | ( | OUT, | |
ENUMERATION, | |||
CLASS ) |
Definition at line 43 of file JEnumeration.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 53 of file JEnumeration.cc.