#include <CTrigger.h>
Inheritance diagram for CTrigger:

Public Methods | |
| CTrigger () | |
| Default constructor.  | |
| CTrigger (const CTrigger &rhs) | |
| Copy constructor.  | |
| ~CTrigger () | |
| Destructor.  | |
| CTrigger & | operator= (const CTrigger &rhs) | 
| Assignment.  | |
| int | operator== (const CTrigger &rhs) const | 
| Comparison for equality.  | |
| int | operator!= (const CTrigger &rhs) const | 
| virtual bool | operator() ()=0 | 
Definition at line 289 of file CTrigger.h.
      
  | 
  
| 
 Default constructor. Default constructor. This is called when declarations of the form e.g.: 
 Definition at line 290 of file CTrigger.cpp.  | 
  
      
  | 
  
| 
 Copy constructor. Copy construction. This is invoked when e.g. an object is passed by value to a function. The copy constructor makes a clone of the rhs object. Definition at line 298 of file CTrigger.cpp.  | 
  
      
  | 
  
| 
 Destructor. 
 Definition at line 298 of file CTrigger.h.  | 
  
      
  | 
  
| 
 
 Definition at line 302 of file CTrigger.h. References operator==().  | 
  
      
  | 
  
| 
 
 Implemented in CCAMACTrigger, and CVMETrigger.  | 
  
      
  | 
  
| 
 Assignment. Assignment operation. This member function supports assignment of an object of this class to an object of the same class. Definition at line 307 of file CTrigger.cpp. Referenced by CVMETrigger::operator=(), and CCAMACTrigger::operator=().  | 
  
      
  | 
  
| 
 Comparison for equality. Equality comparison: 
 Definition at line 319 of file CTrigger.cpp. Referenced by operator!=(), CVMETrigger::operator==(), and CCAMACTrigger::operator==().  | 
  
1.2.16