![]() |
PandaRoot
|
#include <PndConstContainer.h>
Public Member Functions | |
PndConstContainer () | |
Construct a new PndConstContainer object. More... | |
virtual | ~PndConstContainer () |
Destroy the PndConstContainer object. More... | |
void | SetConstContainer (PndConstContainerI< T > *t_container) |
Set the Input Container object. More... | |
virtual ssize_t | GetSize () const final |
Get the number of members in internal data. More... | |
virtual T const * | GetElement (Int_t t_index) const final |
Get the Element object at t_index. More... | |
![]() | |
PndConstContainerI () | |
Construct a new PndConstContainerI object. More... | |
virtual T const * | GetConstElementPtr (Int_t t_index) const |
Get the Element object at t_index. More... | |
std::vector< T const * > | GetVector () const |
return vector of ptrs pointing at internal data, to be used to access data independent of underlying data container More... | |
![]() | |
PndContainerI () | |
Construct a new PndContainerI object. More... | |
virtual | ~PndContainerI () |
Destroy the PndContainerI object. More... | |
std::vector< T const * > | GetVectorOfPtrToConst () const |
return vector of const ptrs pointing at internal data, to be used to access data independent of underlying data container More... | |
TString | GetClassName () const |
![]() | |
PndContainerBaseI () | |
Construct a new PndContainerBaseI object. More... | |
virtual | ~PndContainerBaseI () |
Destroy the PndContainerBaseI object. More... | |
const TString & | GetBranchName () const |
Get the BranchName. More... | |
void | SetBranchName (const TString &t_branchname) |
Set the Branch Name. More... | |
Protected Attributes | |
std::unique_ptr< PndConstContainerI< T > > | fImp {nullptr} |
![]() | |
TString | fBranchName {""} |
Definition at line 24 of file PndConstContainer.h.
|
inline |
Construct a new PndConstContainer object.
const | TString &t_foldername : Name of folder |
Bool_t | t_persistency : Should date be stored to file |
Definition at line 33 of file PndConstContainer.h.
|
inlinevirtual |
|
inlinefinalvirtual |
Get the Element object at t_index.
t_index |
Implements PndConstContainerI< T >.
Definition at line 67 of file PndConstContainer.h.
|
inlinefinalvirtual |
Get the number of members in internal data.
Implements PndContainerBaseI.
Definition at line 53 of file PndConstContainer.h.
Referenced by TestInTask::Exec().
|
inline |
Set the Input Container object.
t_container |
Definition at line 46 of file PndConstContainer.h.
Referenced by TestInTask::Init().
|
protected |
Definition at line 76 of file PndConstContainer.h.
Referenced by PndConstContainer< FairTimeStamp >::GetElement(), PndConstContainer< FairTimeStamp >::GetSize(), and PndConstContainer< FairTimeStamp >::SetConstContainer().