abstract base class for rt-relations
More...
#include <sstream>
#include <iostream>
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
abstract base class for rt-relations
- Author
- Wouter Hulsbergen woute.nosp@m.r.hu.nosp@m.lsber.nosp@m.gen@.nosp@m.cern..nosp@m.ch
Definition in file RtRelation.h.
◆ operator<<() [1/2]
◆ operator<<() [2/2]
Definition at line 68 of file RtRelation.h.
68 {
69 return rtr.
write( os ) ;
70}
virtual std::ostream & write(std::ostream &) const =0
write to ascii ostream
◆ operator>>()
Definition at line 72 of file RtRelation.h.
72 {
73 return rtr.
read( is ) ;
74}
virtual std::istream & read(std::istream &)=0
read from ascii istream