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

AltWrapperStlVecStripHandle Class Reference

#include <AltWrapperStlVecStripHandle.h>

List of all members.

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


Constructor & Destructor Documentation

AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle  ) 
 

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 }

AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle const std::vector< CandStripHandle * > &  data  ) 
 

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 }

AltWrapperStlVecStripHandle::~AltWrapperStlVecStripHandle  ) 
 

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 }


Member Function Documentation

const std::vector< CandStripHandle * > & AltWrapperStlVecStripHandle::GetVec void   )  const
 

Definition at line 53 of file AltWrapperStlVecStripHandle.cxx.

00054 {
00055   return fData;
00056 }

void AltWrapperStlVecStripHandle::SetVec const std::vector< CandStripHandle * > &  data  ) 
 

Definition at line 46 of file AltWrapperStlVecStripHandle.cxx.

References fData.

00048 {
00049   fData = data;
00050 }


Member Data Documentation

std::vector<CandStripHandle *> AltWrapperStlVecStripHandle::fData [private]
 

Definition at line 36 of file AltWrapperStlVecStripHandle.h.

Referenced by SetVec().


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