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

Public Member Functions | |
| FarDetShieldPlankListHandle () | |
| FarDetShieldPlankListHandle (const FarDetShieldPlankListHandle &rhs) | |
| FarDetShieldPlankListHandle (FarDetShieldPlankList *candidate) | |
| virtual | ~FarDetShieldPlankListHandle () |
| virtual FarDetShieldPlankListHandle * | DupHandle () const |
| ClassDef (FarDetShieldPlankListHandle, 1) | |
|
|
Definition at line 6 of file FarDetShieldPlankListHandle.cxx. Referenced by DupHandle(). 00007 {
00008
00009 }
|
|
|
Definition at line 11 of file FarDetShieldPlankListHandle.cxx. 00012 : CandHandle(handle) 00013 { 00014 00015 }
|
|
|
Definition at line 17 of file FarDetShieldPlankListHandle.cxx. 00018 : CandHandle(candidate) 00019 { 00020 00021 }
|
|
|
Definition at line 23 of file FarDetShieldPlankListHandle.cxx. 00024 {
00025
00026 }
|
|
||||||||||||
|
|
|
|
Reimplemented from CandHandle. Definition at line 28 of file FarDetShieldPlankListHandle.cxx. References FarDetShieldPlankListHandle(). 00029 {
00030 return new FarDetShieldPlankListHandle(*this);
00031 }
|
1.3.9.1