Jpp
18.0.0-rc.2
the software that should make you happy
|
Auxiliary class for historical event. More...
#include <JHistory.hh>
Public Member Functions | |
JEvent () | |
Default constructor. More... | |
JEvent (const int type) | |
Constructor. More... | |
virtual | ~JEvent () |
Virtual destructor. More... | |
ClassDef (JEvent, 2) | |
Public Attributes | |
int | type |
application type More... | |
JUUID | uuid |
UUID. More... | |
std::string | git |
GIT revision. More... | |
std::string | date |
date More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JEvent &event) |
Write event to output stream. More... | |
Auxiliary class for historical event.
Definition at line 36 of file JHistory.hh.
|
inline |
|
inline |
Constructor.
type | application type |
Definition at line 50 of file JHistory.hh.
|
inlinevirtual |
JFIT::JEvent::ClassDef | ( | JEvent | , |
2 | |||
) |
|
friend |
Write event to output stream.
out | output stream |
event | event |
Definition at line 75 of file JHistory.hh.
int JFIT::JEvent::type |
application type
Definition at line 89 of file JHistory.hh.
JUUID JFIT::JEvent::uuid |
UUID.
Definition at line 90 of file JHistory.hh.
std::string JFIT::JEvent::git |
GIT revision.
Definition at line 91 of file JHistory.hh.
std::string JFIT::JEvent::date |
date
Definition at line 92 of file JHistory.hh.