Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CdbBdbShared Class Reference

This utility class provides common definitions for the classes of this package. More...

#include <CdbBdbShared.hh>

List of all members.

Static Public Member Functions

void forceLoad ()
 Force loading...

const char * technology ()
 Implemented technology name.

const char * implementation ()
 Implementation name.


Detailed Description

This utility class provides common definitions for the classes of this package.

The one role of this class is to supply a static method forcing loading (at link time) the concrete fatories & implementations of abstract classes defined at core packages.

The other role is to provide the technology and implementation names associated with this implementation.

See also:
Cdb

Definition at line 20 of file CdbBdbShared.hh.


Member Function Documentation

void CdbBdbShared::forceLoad   [static]
 

Force loading...

Calling this method from clients code will provoke the instantiation of concrete factories.

Definition at line 31 of file CdbBdbShared.cc.

Referenced by CdbBdbInit::CdbBdbInit(), CdbBdb2RooPayloadConversionFwk::doConversion(), CdbBdbWrapper::forceLoad(), main(), and CdbBdb2RooPayloadConversionFwk::testConversion().

const char * CdbBdbShared::implementation   [static]
 

Implementation name.

This is a unique name identifying this particular implementation of of the technology above. Note, that this name is required to be unique only withing the scope of the corresponding technology.

Definition at line 47 of file CdbBdbShared.cc.

Referenced by CdbBdbSCdb::CdbBdbSCdb(), and CdbBdbSCdb::implementationName().

const char * CdbBdbShared::technology   [static]
 

Implemented technology name.

This name refferes to the technology implemented with this specific implementation.

Definition at line 41 of file CdbBdbShared.cc.

References CdbBdb::technology().

Referenced by CdbBdbSCdb::CdbBdbSCdb(), and CdbBdbSCdb::technologyName().


The documentation for this class was generated from the following files:
Generated on Mon Dec 5 18:22:19 2005 for CDB by doxygen1.3-rc3