|
Jpp
15.0.0-rc.2
the software that should make you happy
|
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 int type) | |
| Constructor. More... | |
| JHistory (const JHistory &history, const int type) | |
| Constructor. More... | |
| virtual | ~JHistory () |
| Virtual destructor. More... | |
| const JHistory & | getHistory () const |
| Get history. More... | |
| JHistory & | getHistory () |
| Get history. More... | |
| JHistory & | add (const int 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 98 of file JHistory.hh.
|
inline |
Default constructor.
Definition at line 185 of file JHistory.hh.
|
inline |
|
inline |
Constructor.
| history | history |
| type | application type |
Definition at line 208 of file JHistory.hh.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Add event to history.
| type | application type |
Definition at line 251 of file JHistory.hh.
| JFIT::JHistory::ClassDef | ( | JHistory | , |
| 1 | |||
| ) |
|
friend |
Write history to output stream.
| out | output stream |
| history | history |
Definition at line 266 of file JHistory.hh.
1.8.5