a run-time configurable list of data objects
More...
#include <SGIFolder.h>
|
| typedef ItemList::const_iterator | const_iterator |
| virtual const_iterator | begin () const =0 |
| virtual const_iterator | end () const =0 |
| virtual StatusCode | add (const std::string &typeName, const std::string &skey)=0 |
| | add a data object identifier to the list
|
| virtual StatusCode | add (const CLID &clid, const std::string &skey)=0 |
| | add a data object identifier to the list
|
| virtual void | clear ()=0 |
| | clear the folder contents
|
| virtual void | updateItemList (bool checkValidCLID)=0 |
| | update list of items
|
a run-time configurable list of data objects
- Author
- pcala.nosp@m.fiur.nosp@m.a@lbl.nosp@m..gov - ATLAS Collaboration
Definition at line 20 of file SGIFolder.h.
◆ const_iterator
◆ ItemList
◆ add() [1/2]
| virtual StatusCode SG::IFolder::add |
( |
const CLID & | clid, |
|
|
const std::string & | skey ) |
|
pure virtual |
add a data object identifier to the list
◆ add() [2/2]
| virtual StatusCode SG::IFolder::add |
( |
const std::string & | typeName, |
|
|
const std::string & | skey ) |
|
pure virtual |
add a data object identifier to the list
◆ begin()
◆ clear()
| virtual void SG::IFolder::clear |
( |
| ) |
|
|
pure virtual |
clear the folder contents
◆ DeclareInterfaceID()
| SG::IFolder::DeclareInterfaceID |
( |
IFolder | , |
|
|
1 | , |
|
|
0 | ) |
◆ end()
◆ updateItemList()
| virtual void SG::IFolder::updateItemList |
( |
bool | checkValidCLID | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: