Auxiliary class for historical event.
More...
#include <JHistory.hh>
Auxiliary class for historical event.
Definition at line 33 of file JHistory.hh.
Default constructor.
Definition at line 37 of file JHistory.hh.
int id
application identifier
JFIT::JEvent::JEvent |
( |
const int |
type, |
|
|
const int |
id |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
type | application type |
id | application identifier |
Definition at line 48 of file JHistory.hh.
static JDateAndTime getDateAndTime
Function object to get ASCII formatted date and time.
std::string getGITVersion(const std::string &tag)
Get GIT version for given GIT tag.
std::string svn
SVN revision.
int id
application identifier
virtual JFIT::JEvent::~JEvent |
( |
| ) |
|
|
inlinevirtual |
JFIT::JEvent::ClassDef |
( |
JEvent |
, |
|
|
1 |
|
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JEvent & |
event |
|
) |
| |
|
friend |
Write event to output stream.
- Parameters
-
out | output stream |
event | event |
- Returns
- output stream
Definition at line 74 of file JHistory.hh.
78 out << setw(3) << right <<
event.id <<
' '
79 << setw(2) << right <<
event.type <<
' '
80 << setw(20) << left <<
event.svn <<
' '
81 << setw(20) << left <<
event.date;
application identifier
Definition at line 89 of file JHistory.hh.
std::string JFIT::JEvent::svn |
std::string JFIT::JEvent::date |
The documentation for this struct was generated from the following file: