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

Public Member Functions | |
| FarDetStripListHandle () | |
| FarDetStripListHandle (const FarDetStripListHandle &csh) | |
| FarDetStripListHandle (FarDetStripList *cs) | |
| virtual | ~FarDetStripListHandle () |
| virtual FarDetStripListHandle * | DupHandle () const |
| virtual void | Trace (const char *c) const |
|
|
Definition at line 6 of file FarDetStripListHandle.cxx. Referenced by DupHandle(). 00007 {
00008
00009 }
|
|
|
Definition at line 11 of file FarDetStripListHandle.cxx. 00011 : 00012 CandStripListHandle(csh) 00013 { 00014 00015 }
|
|
|
Definition at line 17 of file FarDetStripListHandle.cxx. 00017 : 00018 CandStripListHandle(cs) 00019 { 00020 00021 }
|
|
|
Definition at line 23 of file FarDetStripListHandle.cxx. 00024 {
00025
00026 }
|
|
|
Reimplemented from CandStripListHandle. Definition at line 28 of file FarDetStripListHandle.cxx. References FarDetStripListHandle(). 00029 {
00030 return (new FarDetStripListHandle(*this));
00031 }
|
|
|
Reimplemented from CandStripListHandle. Definition at line 33 of file FarDetStripListHandle.cxx. References CandHandle::Trace(). 00034 {
00035 CandHandle::Trace(c);
00036 }
|
1.3.9.1