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

Public Member Functions | |
| CandRmMuListHandle () | |
| CandRmMuListHandle (const CandRmMuListHandle &ch) | |
| CandRmMuListHandle (CandRmMuList *c) | |
| virtual | ~CandRmMuListHandle () |
| virtual CandRmMuListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 22 of file CandRmMuListHandle.cxx. Referenced by DupHandle(). 00023 {
00024 }
|
|
|
Definition at line 27 of file CandRmMuListHandle.cxx. 00027 : 00028 CandHandle(ch) 00029 { 00030 }
|
|
|
Definition at line 33 of file CandRmMuListHandle.cxx. 00033 : 00034 CandHandle(c) 00035 { 00036 }
|
|
|
Definition at line 39 of file CandRmMuListHandle.cxx. 00040 {
00041 }
|
|
|
Reimplemented from CandHandle. Definition at line 44 of file CandRmMuListHandle.cxx. References CandRmMuListHandle(). 00045 {
00046 return (new CandRmMuListHandle(*this));
00047 }
|
|
|
Reimplemented from CandHandle. Definition at line 51 of file CandRmMuListHandle.cxx. References MSG, and CandHandle::Trace(). 00052 {
00053 MSG("Cand", Msg::kDebug)
00054 << "**********Begin CandRmMuListHandle::Trace(\"" << c << "\")" << endl
00055 << "Information from CandRmMuListHandle's CandHandle: " << endl;
00056 CandHandle::Trace(c);
00057 MSG("Cand", Msg::kDebug)
00058 << "**********End CandRmMuListHandle::Trace(\"" << c << "\")" << endl;
00059 }
|
1.3.9.1