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