#include <AbsEvtObj.h>
Definition at line 60 of file AbsEvtObj.h.
◆ ~AbsEvtObj()
AbsEvtObj::~AbsEvtObj |
( |
| ) |
|
|
virtual |
◆ AbsEvtObj()
◆ operator=()
◆ operator==()
◆ print()
void AbsEvtObj::print |
( |
std::ostream & | o | ) |
const |
|
virtual |
Definition at line 35 of file AbsEvtObj.cxx.
35 {
36
37 cout << "(AbsEvtObj print() called with no override; this is an error!)";
38}
Referenced by operator<<().
◆ printAll()
void AbsEvtObj::printAll |
( |
std::ostream & | o | ) |
const |
|
virtual |
Definition at line 40 of file AbsEvtObj.cxx.
40 {
41
42 cout << "AbsEvtObj printAll() called with no override; this is an error!"<<endl;
43}
The documentation for this class was generated from the following files: