1 #ifndef GAUDIKERNEL_DATASTREAMTOOL_H 2 #define GAUDIKERNEL_DATASTREAMTOOL_H 1 55 StatusCode addStreams(
const StreamSpecs& )
override;
65 size_type
size()
override {
return m_streams.size(); };
73 virtual Streams::iterator
endOfStreams() {
return m_streams.end(); };
85 size_type m_streamID = 0;
87 size_type m_streamCount = 0;
96 Streams::iterator getStreamIterator(
const std::string& );
104 #endif // GAUDIKERNEL_DATASTREAMTOOL_H
The Event Selector Interface.
PropertyMgr & operator=(const PropertyMgr &)=delete
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
Base class used to extend a class implementing other interfaces.
Definition of class EventSelectorDataStream.
The interface implemented by the IncidentSvc service.