CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <McCnvSvc.h>
Friends | |
class | SvcFactory< McCnvSvc > |
Allow the factory class access to the constructor. | |
: Object implementation | |
| |
McCnvSvc (const std::string &name, ISvcLocator *svc) | |
Standard Constructor. | |
virtual | ~McCnvSvc () |
Standard Destructor. | |
McCnvSvc overrides | |
| |
virtual StatusCode | initialize () |
Initialize the service. | |
virtual StatusCode | finalize () |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface) |
Override inherited queryInterface due to enhanced interface. | |
virtual StatusCode | updateServiceState (IOpaqueAddress *pAddress) |
Update state of the service. | |
static unsigned char | storageType () |
storage type | |
Definition at line 23 of file McCnvSvc.h.
|
protected |
Standard Constructor.
Standard constructor.
Definition at line 34 of file McCnvSvc.cxx.
|
protectedvirtual |
|
virtual |
Definition at line 50 of file McCnvSvc.cxx.
|
virtual |
Initialize the service.
Definition at line 44 of file McCnvSvc.cxx.
|
virtual |
Override inherited queryInterface due to enhanced interface.
Definition at line 59 of file McCnvSvc.cxx.
|
static |
storage type
Definition at line 90 of file McCnvSvc.cxx.
Referenced by McEventCnv::repSvcType(), and McEventCnv::storageType().
|
virtual |
Update state of the service.
Definition at line 73 of file McCnvSvc.cxx.
|
friend |
Allow the factory class access to the constructor.
Definition at line 20 of file McCnvSvc.h.