Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AbsEvtObj Class Reference

#include <AbsEvtObj.h>

List of all members.

Public Member Functions

bool operator== (const AbsEvtObj &a) const
bool operator== (const AbsEvtObj &a) const
virtual void print (std::ostream &o) const
virtual void print (std::ostream &o) const
virtual void printAll (std::ostream &o) const
virtual void printAll (std::ostream &o) const
virtual ~AbsEvtObj ()
virtual ~AbsEvtObj ()

Protected Member Functions

 AbsEvtObj ()
 AbsEvtObj ()
AbsEvtObjoperator= (const AbsEvtObj &)
AbsEvtObjoperator= (const AbsEvtObj &)


Constructor & Destructor Documentation

AbsEvtObj::~AbsEvtObj  )  [virtual]
 

00033 {}

AbsEvtObj::AbsEvtObj  )  [inline, protected]
 

00089 {};

virtual AbsEvtObj::~AbsEvtObj  )  [virtual]
 

AbsEvtObj::AbsEvtObj  )  [inline, protected]
 

00089 {};


Member Function Documentation

AbsEvtObj& AbsEvtObj::operator= const AbsEvtObj  )  [inline, protected]
 

00092 {return *this;};

AbsEvtObj& AbsEvtObj::operator= const AbsEvtObj  )  [inline, protected]
 

00092 {return *this;};

bool AbsEvtObj::operator== const AbsEvtObj a  )  const [inline]
 

00083 { return this==&a; }

bool AbsEvtObj::operator== const AbsEvtObj a  )  const [inline]
 

00083 { return this==&a; }

virtual void AbsEvtObj::print std::ostream o  )  const [virtual]
 

void AbsEvtObj::print std::ostream o  )  const [virtual]
 

00035                                      {
00036   // single line print; this is a default behavior
00037   cout << "(AbsEvtObj print() called with no override; this is an error!)";
00038 }

virtual void AbsEvtObj::printAll std::ostream o  )  const [virtual]
 

void AbsEvtObj::printAll std::ostream o  )  const [virtual]
 

00040                                         {
00041   // single line print; this is a default behavior
00042   cout << "AbsEvtObj printAll() called with no override; this is an error!"<<endl;
00043 }


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 15:51:46 2011 for BOSS6.5.5 by  doxygen 1.3.9.1