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

Public Member Functions | |
| CandStripSRListHandle () | |
| CandStripSRListHandle (const CandStripSRListHandle &cdh) | |
| CandStripSRListHandle (CandStripSRList *cd) | |
| virtual | ~CandStripSRListHandle () |
| virtual CandStripSRListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 30 of file CandStripSRListHandle.cxx. Referenced by DupHandle(). 00031 {
00032 }
|
|
|
Definition at line 35 of file CandStripSRListHandle.cxx. 00035 : 00036 CandStripListHandle(cdh) 00037 { 00038 }
|
|
|
Definition at line 41 of file CandStripSRListHandle.cxx. 00041 : 00042 CandStripListHandle(cd) 00043 { 00044 }
|
|
|
Definition at line 47 of file CandStripSRListHandle.cxx. 00048 {
00049 }
|
|
|
Reimplemented from CandStripListHandle. Definition at line 52 of file CandStripSRListHandle.cxx. References CandStripSRListHandle(). 00053 {
00054 return (new CandStripSRListHandle(*this));
00055 }
|
|
|
Reimplemented from CandStripListHandle. Definition at line 59 of file CandStripSRListHandle.cxx. References MSG, and CandHandle::Trace(). 00060 {
00061 MSG("Cand", Msg::kDebug)
00062 << "**********Begin CandStripSRListHandle::Trace(\"" << c << "\")" << endl
00063 << "Information from CandStripSRListHandle's CandHandle: " << endl;
00064 CandHandle::Trace(c);
00065 MSG("Cand", Msg::kDebug)
00066 << "**********End CandStripSRListHandle::Trace(\"" << c << "\")" << endl;
00067 }
|
1.3.9.1