#include <SimG4Core/Notification/interface/SimActivityRegistryEnroller.h>
Static Public Member Functions | |
static void | enroll (SimActivityRegistry &, void *) |
static void | enroll (SimActivityRegistry &iReg, Observer< const T * > *iObs) |
Definition at line 39 of file SimActivityRegistryEnroller.h.
static void enroller_helper::Enrollment< T >::enroll | ( | SimActivityRegistry & | , | |
void * | ||||
) | [inline, static] |
static void enroller_helper::Enrollment< T >::enroll | ( | SimActivityRegistry & | iReg, | |
Observer< const T * > * | iObs | |||
) | [inline, static] |
Definition at line 40 of file SimActivityRegistryEnroller.h.
References SimActivityRegistry::connect().
00040 { 00041 iReg.connect(iObs); 00042 }