is_event(const JHistory &history)
Constructor.
 
friend std::ostream & operator<<(std::ostream &out, const JHistory &history)
Write history to output stream.
 
Auxiliary class to test history.
 
Auxiliary class to test history.
 
JHistory(const JHistory &history, const int type)
Constructor.
 
bool operator()(const JHistory &history) const
Test history.
 
JPredicate< JResult_t T::*, JComparison::eq > make_predicate(JResult_t T::*member, const JResult_t value)
Helper method to create predicate for data member.
 
bool operator()(const JHistory &history) const
Test history.
 
Container for historical events.
 
JHistory & add(const int type)
Add event to history.
 
const JHistory & getHistory() const
Get history.