The child doesn't actually receive the information from its parent upon construction. More...
#include <ComponentGroup.h>
Static Public Member Functions | |
template<class Parent , class Child > | |
static Child * | CreateObject (int id, const Parent &) |
The child doesn't actually receive the information from its parent upon construction.
Type meant to be used within the detector hierarchy as a policy template argument for det::ComponentGroup. Typically, friendship will be granted to this type by the necessary type. It shouldn't be used by client code to construct objects explictitly.
\par Template parameters: - \a Parent Parent's type, ignored. - \a Child Type from which an instance will be created.
Definition at line 46 of file Detector/ComponentGroup.h.
|
inlinestatic |
Definition at line 48 of file Detector/ComponentGroup.h.