00001 00002 00003 // $Id: CandChopListHandle.h,v 1.1.1.1 2005/05/16 15:17:11 tagg Exp $ 00004 // 00005 // CandChopListHandle.cxx 00006 // 00007 // A list of Digit-slices. 00008 // 00009 // A digit-slice (Chop) is simply a CandDigitList. 00010 // 00011 // Author: N. Tagg 00013 00014 #ifndef CANDCHOPLISTHANDLE_H 00015 #define CANDCHOPLISTHANDLE_H 00016 00017 #include "Candidate/CandHandle.h" 00018 #include "Navigation/XxxItr.h" 00019 class CandChopList; 00020 00021 class CandChopListHandle : public CandHandle 00022 { 00023 00024 public: 00025 CandChopListHandle(); 00026 CandChopListHandle(const CandChopListHandle &cdlh); 00027 CandChopListHandle(CandChopList *cdl); 00028 virtual ~CandChopListHandle(); 00029 virtual CandChopListHandle *DupHandle() const; 00030 00031 virtual void Trace(const char *c = "") const; 00032 00033 ClassDef(CandChopListHandle,1) // User access handle4 to CandChopList 00034 00035 }; 00036 00037 XXXITRDEF(CandChopListHandle) 00038 00039 #endif // CANDCHOPLISTHANDLE_H
1.3.9.1