Auxiliary class to test history.  
 More...
#include <JHistory.hh>
Auxiliary class to test history. 
Definition at line 149 of file JHistory.hh.
 
◆ is_not_event()
  
  
      
        
          | JFIT::JHistory::is_not_event::is_not_event  | 
          ( | 
          int  | 
          type | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
  
  
      
        
          | bool JFIT::JHistory::is_not_event::operator()  | 
          ( | 
          const JHistory &  | 
          history | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Test history. 
- Parameters
 - 
  
  
 
- Returns
 - true if given history does not contain specified event type; else false 
 
Definition at line 167 of file JHistory.hh.
  170         using namespace JLANG;
 
 
 
 
◆ type
      
        
          | int JFIT::JHistory::is_not_event::type | 
        
      
 
 
The documentation for this struct was generated from the following file:
 
JPredicate< JResult_t T::*, JComparison::eq > make_predicate(JResult_t T::*member, const JResult_t value)
Helper method to create predicate for data member.