Functor to convert id to Counter. More...
Public Member Functions | |
InternalFunctor (ComponentGroup< P, C, Creator, ManagerProvider > &p) | |
Initialize with a reference to the containing object so as to have a reference to which invoke the Get method. More... | |
C & | operator() (const IdList::value_type &id) const |
Converts the integral id to the object. Resolve the id through the container: Id it's an integer at the end. More... | |
Private Attributes | |
ComponentGroup< P, C, Creator, ManagerProvider > & | fContainer |
Functor to convert id to Counter.
Definition at line 167 of file Detector/ComponentGroup.h.
|
inline |
Initialize with a reference to the containing object so as to have a reference to which invoke the Get method.
Definition at line 172 of file Detector/ComponentGroup.h.
|
inline |
Converts the integral id to the object. Resolve the id through the container: Id it's an integer at the end.
Definition at line 180 of file Detector/ComponentGroup.h.
References det::ComponentGroup< P, C, Creator, ManagerProvider >::InternalFunctor::fContainer.
|
private |
Definition at line 184 of file Detector/ComponentGroup.h.
Referenced by det::ComponentGroup< P, C, Creator, ManagerProvider >::InternalFunctor::operator()().