Jpp
|
Container for historical events. More...
#include <JHistory.hh>
Classes | |
struct | is_event |
Auxiliary class to test history. More... | |
struct | is_not_event |
Auxiliary class to test history. More... | |
Public Member Functions | |
JHistory () | |
Default constructor. More... | |
JHistory (const JFitApplication_t &type) | |
Constructor. More... | |
JHistory (const JHistory &history, const JFitApplication_t &type) | |
Constructor. More... | |
virtual | ~JHistory () |
Virtual destructor. More... | |
const JHistory & | getHistory () const |
Get history. More... | |
JHistory & | getHistory () |
Get history. More... | |
JHistory & | add (const JFitApplication_t &type) |
Add event to history. More... | |
ClassDef (JHistory, 1) | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JHistory &history) |
Write history to output stream. More... | |
Container for historical events.
Definition at line 95 of file JHistory.hh.
|
inline |
Default constructor.
Definition at line 182 of file JHistory.hh.
|
inline |
Constructor.
type | application type |
Definition at line 192 of file JHistory.hh.
|
inline |
Constructor.
history | history |
type | application type |
Definition at line 205 of file JHistory.hh.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Add event to history.
type | application type |
Definition at line 248 of file JHistory.hh.
JFIT::JHistory::ClassDef | ( | JHistory | , |
1 | |||
) |
|
friend |
Write history to output stream.
out | output stream |
history | history |
Definition at line 263 of file JHistory.hh.