Go to the documentation of this file.
   11 #ifndef GAUDIKERNEL_DATASTREAMTOOL_H 
   12 #define GAUDIKERNEL_DATASTREAMTOOL_H 1 
   44   using extends::extends;
 
   62   StatusCode addStreams( 
const StreamSpecs& ) 
override;
 
   72   size_type 
size()
 override { 
return m_streams.size(); };
 
   80   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& );
 
  111 #endif // GAUDIKERNEL_DATASTREAMTOOL_H 
  
 
Base class used to extend a class implementing other interfaces.
Definition of class EventSelectorDataStream.