This class defines a protocol to register boolean decisions and.
More...
#include <IItemListSvc.h>
This class defines a protocol to register boolean decisions and.
and retrieve them and their combined result
Definition at line 31 of file IItemListSvc.h.
◆ ~IItemListSvc()
IItemListSvc::~IItemListSvc |
( |
| ) |
|
|
virtual |
◆ addStreamItem()
virtual StatusCode IItemListSvc::addStreamItem |
( |
const std::string & |
stream, |
|
|
const std::string & |
itemname |
|
) |
| |
|
pure virtual |
◆ containsItem()
virtual bool IItemListSvc::containsItem |
( |
const std::string & |
itemname, |
|
|
const std::string & |
stream = "ANY" |
|
) |
| const |
|
pure virtual |
◆ DeclareInterfaceID()
◆ getItemsForStream()
virtual std::vector<std::string> IItemListSvc::getItemsForStream |
( |
const std::string & |
stream | ) |
const |
|
pure virtual |
◆ getStreamsForItem()
virtual std::vector<std::string> IItemListSvc::getStreamsForItem |
( |
const std::string & |
itemname | ) |
const |
|
pure virtual |
◆ removeStreamItem()
virtual StatusCode IItemListSvc::removeStreamItem |
( |
const std::string & |
stream, |
|
|
const std::string & |
itemname |
|
) |
| |
|
pure virtual |
◆ streamMutex()
std::mutex & IItemListSvc::streamMutex |
( |
| ) |
|
|
inlinevirtual |
◆ m_stream_mut
std::mutex IItemListSvc::m_stream_mut |
|
private |
The documentation for this class was generated from the following files: