1 #ifndef GAUDIKERNEL_DATASTREAMTOOL_H
2 #define GAUDIKERNEL_DATASTREAMTOOL_H 1
59 StatusCode addStreams(
const StreamSpecs &)
override;
69 size_type
size()
override {
return m_streams.size(); };
77 virtual Streams::iterator
endOfStreams() {
return m_streams.end(); };
92 size_type m_streamID = 0;
94 size_type m_streamCount = 0;
103 Streams::iterator getStreamIterator (
const std::string& );
112 #endif // GAUDIKERNEL_DATASTREAMTOOL_H
The Event Selector Interface.
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.