#include <AltWrapperStlVecStripHandle.h>
Public Member Functions | |
| AltWrapperStlVecStripHandle () | |
| AltWrapperStlVecStripHandle (const std::vector< CandStripHandle * > &data) | |
| ~AltWrapperStlVecStripHandle () | |
| const std::vector< CandStripHandle * > & | GetVec (void) const |
| void | SetVec (const std::vector< CandStripHandle * > &data) |
Private Attributes | |
| std::vector< CandStripHandle * > | fData |
|
|
Definition at line 18 of file AltWrapperStlVecStripHandle.cxx. References MSG. 00019 {
00020 MSG("AltWrapper", Msg::kDebug)
00021 << "Begin: AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle() ctor"
00022 << endl;
00023
00024 LEA_CTOR;
00025 }
|
|
|
Definition at line 27 of file AltWrapperStlVecStripHandle.cxx. References MSG. 00028 : fData(data) 00029 { 00030 MSG("AltWrapper", Msg::kDebug) 00031 << "Begin: AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle(" 00032 << "std::vector<CandStripHandle *> ) ctor" << endl; 00033 00034 LEA_CTOR; 00035 }
|
|
|
Definition at line 37 of file AltWrapperStlVecStripHandle.cxx. References MSG. 00038 {
00039 MSG("AltWrapper", Msg::kDebug)
00040 << "Begin: AltWrapperStlVecStripHandle::~AltWrapperStlVecStripHandle() dtor"
00041 << endl;
00042
00043 LEA_DTOR;
00044 }
|
|
|
Definition at line 53 of file AltWrapperStlVecStripHandle.cxx. 00054 {
00055 return fData;
00056 }
|
|
|
Definition at line 46 of file AltWrapperStlVecStripHandle.cxx. References fData. 00048 {
00049 fData = data;
00050 }
|
|
|
Definition at line 36 of file AltWrapperStlVecStripHandle.h. Referenced by SetVec(). |
1.3.9.1