80 if ( 0 != pObject ) { this->m_pDirectory = pObject->
registry(); }
112 template <
class OTHER>
114 this->
m_pObject =
dynamic_cast<TYPE*
>( pObj );
119 template <
class OTHER>
121 this->
m_pObject =
dynamic_cast<TYPE*
>(
const_cast<OTHER*
>( pObj ) );
A DataObject is the base class of any identifiable object on any data store.
IRegistry * registry() const
Get pointer to Registry.
Data provider interface definition.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
SmartDataLocator(IDataProviderSvc *pService, IRegistry *pDirectory)
Standard constructor: Construct an SmartDataLocator instance which is able to connect to a DataObject...
SmartDataLocator(IDataProviderSvc *pService, const std::string &fullPath)
Standard constructor: Construct an SmartDataLocator instance which is able to connect to a DataObject...
SmartDataLocator(IDataProviderSvc *pService, DataObject *pObject, const std::string &path)
Standard constructor: Construct an SmartDataLocator instance which is able to connect to a DataObject...
SmartDataLocator(SmartDataObjectPtr &refObject, const std::string &path)
Standard constructor: Construct an SmartDataLocator instance which is able to connect to a DataObject...
SmartDataLocator(SmartDataObjectPtr &refObject, IRegistry *pDirectory)
Standard constructor: Construct an SmartDataLocator instance which is able to connect to a DataObject...
virtual ~SmartDataLocator()
Standard destructor.
SmartDataPtr< OTHER > & operator=(OTHER *pObj)
Automatic conversion to data type.
SmartDataPtr< OTHER > & operator=(const OTHER *pObj)
Automatic conversion to data type.
Helper class to configure smart pointer functionality.
const std::string & path() const
Path name.
IDataProviderSvc * service()
Retrieve data service.
SmartDataObjectPtr(AccessFunction access, IDataProviderSvc *pService, IRegistry *pDir, std::string path)
Standard constructor: Construct an SmartDataObjectPtr instance.
IRegistry * directory()
Access to data directory.
A small class used to access easily (and efficiently) data items residing in data stores.
SmartDataStorePtr(IDataProviderSvc *pService, IRegistry *pRegistry, std::string path)