1 #ifndef GAUDIKERNEL_DATASTREAMTOOL_H 2 #define GAUDIKERNEL_DATASTREAMTOOL_H 1 34 using extends::extends;
52 StatusCode addStreams(
const StreamSpecs& )
override;
62 size_type
size()
override {
return m_streams.size(); };
70 virtual Streams::iterator
endOfStreams() {
return m_streams.end(); };
82 size_type m_streamID = 0;
84 size_type m_streamCount = 0;
93 Streams::iterator getStreamIterator(
const std::string& );
101 #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.