|
| DeclareInterfaceID (INTupleSvc, 2, 0) |
| InterfaceID. More...
|
|
virtual StatusCode | create (const CLID &typ, const std::string &title, NTuple::Tuple *&refpTuple)=0 |
| Create requested N tuple (Hide constructor) More...
|
|
virtual NTuple::Tuple * | book (const std::string &fullPath, const CLID &type, const std::string &title)=0 |
| Book Ntuple and register it with the data store. More...
|
|
virtual NTuple::Tuple * | book (const std::string &dirPath, const std::string &relPath, const CLID &type, const std::string &title)=0 |
| Book Ntuple and register it with the data store. More...
|
|
virtual NTuple::Tuple * | book (const std::string &dirPath, long id, const CLID &type, const std::string &title)=0 |
| Book Ntuple and register it with the data store. More...
|
|
virtual NTuple::Tuple * | book (DataObject *pParent, const std::string &relPath, const CLID &type, const std::string &title)=0 |
| Book Ntuple and register it with the data store. More...
|
|
virtual NTuple::Tuple * | book (DataObject *pParent, long id, const CLID &type, const std::string &title)=0 |
| Book Ntuple and register it with the data store. More...
|
|
virtual NTuple::Directory * | createDirectory (DataObject *pParent, const std::string &title)=0 |
| Create Ntuple directory and register it with the data store. More...
|
|
virtual NTuple::Directory * | createDirectory (DataObject *pParent, long id)=0 |
| Create Ntuple directory and register it with the data store. More...
|
|
virtual NTuple::Directory * | createDirectory (const std::string &dirPath, long id)=0 |
| Create Ntuple directory and register it with the data store. More...
|
|
virtual NTuple::Directory * | createDirectory (const std::string &dirPath, const std::string &title)=0 |
| Create Ntuple directory and register it with the data store. More...
|
|
virtual NTuple::Directory * | createDirectory (const std::string &fullPath)=0 |
| Create Ntuple directory and register it with the data store. More...
|
|
virtual NTuple::Tuple * | access (const std::string &fullPath, const std::string &filename)=0 |
| Access N tuple on disk. More...
|
|
virtual StatusCode | save (const std::string &fullPath)=0 |
| Save N tuple to disk. More...
|
|
virtual StatusCode | save (NTuple::Tuple *tuple)=0 |
| Save N tuple to disk. More...
|
|
virtual StatusCode | save (DataObject *pParent, const std::string &relPath)=0 |
| Save N tuple to disk. More...
|
|
virtual StatusCode | writeRecord (NTuple::Tuple *tuple)=0 |
| Write single record to N tuple. More...
|
|
virtual StatusCode | writeRecord (const std::string &fullPath)=0 |
| Write single record to N tuple. More...
|
|
virtual StatusCode | writeRecord (DataObject *pParent, const std::string &relPath)=0 |
| Write single record to N tuple. More...
|
|
virtual StatusCode | readRecord (NTuple::Tuple *tuple)=0 |
| Read single record from N tuple. More...
|
|
virtual StatusCode | readRecord (const std::string &fullPath)=0 |
| Read single record from N tuple. More...
|
|
virtual StatusCode | readRecord (DataObject *pParent, const std::string &relPath)=0 |
| Read single record from N tuple. More...
|
|
| DeclareInterfaceID (IDataProviderSvc, 4, 0) |
| InterfaceID. More...
|
|
virtual StatusCode | registerObject (boost::string_ref fullPath, DataObject *pObject)=0 |
| Register object with the data store. More...
|
|
virtual StatusCode | registerObject (boost::string_ref parentPath, boost::string_ref objectPath, DataObject *pObject)=0 |
| Register object with the data store. More...
|
|
virtual StatusCode | registerObject (boost::string_ref parentPath, int item, DataObject *pObject)=0 |
| Register object with the data store. More...
|
|
virtual StatusCode | registerObject (DataObject *parentObj, boost::string_ref objectPath, DataObject *pObject)=0 |
| Register object with the data store. More...
|
|
virtual StatusCode | registerObject (DataObject *parentObj, int item, DataObject *pObject)=0 |
| Register object with the data store. More...
|
|
virtual StatusCode | unregisterObject (boost::string_ref fullPath)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | unregisterObject (boost::string_ref parentPath, boost::string_ref objPath)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | unregisterObject (boost::string_ref parentPath, int item)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | unregisterObject (DataObject *pObject)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | unregisterObject (DataObject *pParent, boost::string_ref objPath)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | unregisterObject (DataObject *pParent, int item)=0 |
| Unregister object from the data store. More...
|
|
virtual StatusCode | retrieveObject (IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0 |
| Retrieve object identified by its directory entry. More...
|
|
virtual StatusCode | retrieveObject (boost::string_ref fullPath, DataObject *&pObject)=0 |
| Retrieve object identified by its full path from the data store. More...
|
|
virtual StatusCode | retrieveObject (boost::string_ref parentPath, boost::string_ref objectPath, DataObject *&pObject)=0 |
| Retrieve object from data store. More...
|
|
virtual StatusCode | retrieveObject (boost::string_ref parentPath, int item, DataObject *&pObject)=0 |
| Retrieve object from data store. More...
|
|
virtual StatusCode | retrieveObject (DataObject *parentObj, boost::string_ref objectPath, DataObject *&pObject)=0 |
| Retrieve object from data store. More...
|
|
virtual StatusCode | retrieveObject (DataObject *parentObj, int item, DataObject *&pObject)=0 |
| Retrieve object from data store. More...
|
|
virtual StatusCode | findObject (IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0 |
| Find object identified by its directory entry. More...
|
|
virtual StatusCode | findObject (boost::string_ref fullPath, DataObject *&pObject)=0 |
| Find object identified by its full path in the data store. More...
|
|
virtual StatusCode | findObject (boost::string_ref parentPath, boost::string_ref objectPath, DataObject *&pObject)=0 |
| Find object identified by its parent object and the path to the object relative to the parent. More...
|
|
virtual StatusCode | findObject (boost::string_ref parentPath, int item, DataObject *&pObject)=0 |
| Find object identified by its parent object and an integer identifier in the data store. More...
|
|
virtual StatusCode | findObject (DataObject *pNode, boost::string_ref objectPath, DataObject *&pObject)=0 |
| Find object identified by its parent object and the path to the object relative to the parent. More...
|
|
virtual StatusCode | findObject (DataObject *parentObj, int item, DataObject *&pObject)=0 |
| Find object identified by its parent object and an integer identifier in the data store. More...
|
|
virtual StatusCode | updateObject (IRegistry *pDirectory)=0 |
| Update object identified by its directory entry. More...
|
|
virtual StatusCode | updateObject (boost::string_ref fullPath)=0 |
| Update object identified by its full path in the data store. More...
|
|
virtual StatusCode | updateObject (DataObject *toUpdate)=0 |
| Update object identified by its pointer. More...
|
|
virtual StatusCode | updateObject (boost::string_ref parentPath, boost::string_ref updatePath)=0 |
| Update object identified by its parent's path and the path relative to the parent. More...
|
|
virtual StatusCode | updateObject (DataObject *pParent, boost::string_ref updatePath)=0 |
| Update object identified by its parent's pointer and the path relative to the parent. More...
|
|
virtual StatusCode | addPreLoadItem (const DataStoreItem &item)=0 |
| Add an item to the preload list. More...
|
|
virtual StatusCode | addPreLoadItem (std::string itemPath)=0 |
| Add an item to the preload list. More...
|
|
virtual StatusCode | removePreLoadItem (const DataStoreItem &item)=0 |
| Remove an item from the preload list. More...
|
|
virtual StatusCode | removePreLoadItem (std::string itemPath)=0 |
| Remove an item from the preload list. More...
|
|
virtual StatusCode | resetPreLoad ()=0 |
| Clear the preload list. More...
|
|
virtual StatusCode | preLoad ()=0 |
| Load all preload items of the list. More...
|
|
virtual StatusCode | linkObject (IRegistry *from, boost::string_ref objPath, DataObject *toObj)=0 |
| Add a link to another object. More...
|
|
virtual StatusCode | linkObject (boost::string_ref fromPath, boost::string_ref objPath, DataObject *toObj)=0 |
| Add a link to another object. More...
|
|
virtual StatusCode | linkObject (DataObject *fromObj, boost::string_ref objPath, DataObject *toObj)=0 |
| Add a link to another object. More...
|
|
virtual StatusCode | linkObject (boost::string_ref fullPath, DataObject *toObj)=0 |
| Add a link to another object. More...
|
|
virtual StatusCode | unlinkObject (IRegistry *from, boost::string_ref objPath)=0 |
| Remove a link to another object. More...
|
|
virtual StatusCode | unlinkObject (boost::string_ref fromPath, boost::string_ref objPath)=0 |
| Remove a link to another object. More...
|
|
virtual StatusCode | unlinkObject (DataObject *fromObj, boost::string_ref objPath)=0 |
| Remove a link to another object. More...
|
|
virtual StatusCode | unlinkObject (boost::string_ref fullPath)=0 |
| Remove a link to another object. More...
|
|
virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function More...
|
|
virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. More...
|
|
virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. More...
|
|
virtual unsigned long | release ()=0 |
| Release Interface instance. More...
|
|
virtual unsigned long | refCount () const =0 |
| Current reference count. More...
|
|
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. More...
|
|
virtual | ~IInterface ()=default |
| Virtual destructor. More...
|
|
The ntuple service interface allows to:
-
Export the data provider's functionality.
-
Extend the functionality in order to book abstract N tuples:
-
Book COLUMN WISE N tuples.
-
Book ROW WISE N tuples.
-
Access a persistent N tuple within a file
-
Save the N tuple after filling.
-
Write individual records from to a N tuple.
-
Read individual records from an existing N tuple.
created N tuples are automatically put onto the N tuple data store.
- Author
- Markus Frank
- Version
- 1.0
Definition at line 37 of file INTupleSvc.h.