Jpp 19.3.0-rc.1
the software that should make you happy
|
Auxiliary class for historical event. More...
#include <JHistory.hh>
Public Member Functions | |
JEvent () | |
Default constructor. | |
JEvent (const int type) | |
Constructor. | |
virtual | ~JEvent () |
Virtual destructor. | |
const JEvent & | operator() () |
Make this event unique. | |
ClassDef (JEvent, 2) | |
Public Attributes | |
int | type |
application type | |
JUUID | uuid |
UUID. | |
std::string | git |
GIT revision. | |
std::string | date |
date | |
uint32_t | counter = 0 |
internal counter | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JEvent &event) |
Write event to output stream. | |
Auxiliary class for historical event.
Definition at line 36 of file JHistory.hh.
|
inline |
|
inline |
Constructor.
type | application type |
Definition at line 51 of file JHistory.hh.
|
inlinevirtual |
|
inline |
Make this event unique.
Definition at line 86 of file JHistory.hh.
JFIT::JEvent::ClassDef | ( | JEvent | , |
2 | ) |
|
friend |
Write event to output stream.
out | output stream |
event | event |
Definition at line 103 of file JHistory.hh.
int JFIT::JEvent::type |
application type
Definition at line 117 of file JHistory.hh.
JUUID JFIT::JEvent::uuid |
UUID.
Definition at line 118 of file JHistory.hh.
std::string JFIT::JEvent::git |
GIT revision.
Definition at line 119 of file JHistory.hh.
std::string JFIT::JEvent::date |
date
Definition at line 120 of file JHistory.hh.
uint32_t JFIT::JEvent::counter = 0 |
internal counter
Definition at line 121 of file JHistory.hh.