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

Public Member Functions | |
| CandChopListHandle () | |
| CandChopListHandle (const CandChopListHandle &cdlh) | |
| CandChopListHandle (CandChopList *cdl) | |
| virtual | ~CandChopListHandle () |
| virtual CandChopListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 26 of file CandChopListHandle.cxx. Referenced by DupHandle(). 00027 {
00028 }
|
|
|
Definition at line 31 of file CandChopListHandle.cxx. 00031 : 00032 CandHandle(cdh) 00033 { 00034 }
|
|
|
Definition at line 37 of file CandChopListHandle.cxx. 00037 : 00038 CandHandle(cd) 00039 { 00040 }
|
|
|
Definition at line 43 of file CandChopListHandle.cxx. 00044 {
00045 }
|
|
|
Reimplemented from CandHandle. Definition at line 48 of file CandChopListHandle.cxx. References CandChopListHandle(). 00049 {
00050 return (new CandChopListHandle(*this));
00051 }
|
|
|
Reimplemented from CandHandle. Definition at line 55 of file CandChopListHandle.cxx. References MSG, and CandHandle::Trace(). 00056 {
00057 MSG("Cand", Msg::kDebug)
00058 << "**********Begin CandChopListHandle::Trace(\"" << c << "\")" << endl
00059 << "Information from CandChopListHandle's CandHandle: " << endl;
00060 CandHandle::Trace(c);
00061 MSG("Cand", Msg::kDebug)
00062 << "**********End CandChopListHandle::Trace(\"" << c << "\")" << endl;
00063 }
|
1.3.9.1