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

CandChopListHandle Class Reference

#include <CandChopListHandle.h>

Inheritance diagram for CandChopListHandle:

CandHandle List of all members.

Public Member Functions

 CandChopListHandle ()
 CandChopListHandle (const CandChopListHandle &cdlh)
 CandChopListHandle (CandChopList *cdl)
virtual ~CandChopListHandle ()
virtual CandChopListHandleDupHandle () const
virtual void Trace (const char *c="") const

Constructor & Destructor Documentation

CandChopListHandle::CandChopListHandle  ) 
 

Definition at line 26 of file CandChopListHandle.cxx.

Referenced by DupHandle().

00027 {
00028 }

CandChopListHandle::CandChopListHandle const CandChopListHandle cdlh  ) 
 

Definition at line 31 of file CandChopListHandle.cxx.

00031                                                                     :
00032   CandHandle(cdh)
00033 {
00034 }

CandChopListHandle::CandChopListHandle CandChopList cdl  ) 
 

Definition at line 37 of file CandChopListHandle.cxx.

00037                                                        :
00038   CandHandle(cd)
00039 {
00040 }

CandChopListHandle::~CandChopListHandle  )  [virtual]
 

Definition at line 43 of file CandChopListHandle.cxx.

00044 {
00045 }


Member Function Documentation

CandChopListHandle * CandChopListHandle::DupHandle  )  const [virtual]
 

Reimplemented from CandHandle.

Definition at line 48 of file CandChopListHandle.cxx.

References CandChopListHandle().

00049 {
00050   return (new CandChopListHandle(*this));
00051 }

void CandChopListHandle::Trace const char *  c = ""  )  const [virtual]
 

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 }


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:08:53 2010 for loon by  doxygen 1.3.9.1