12 #ifndef RadarSatRecord_h 13 #define RadarSatRecord_h virtual RadarSatRecord * Instanciate()=0
This function is able to create a new instance of the class.
virtual RadarSatRecord * Clone()=0
This function is able to create a new instance of the class initialised with the data of the calling ...
RadarSatRecord(std::string mnemonic)
Constructor.
This class is the base class of all the record classes.
virtual void Read(std::istream &is)=0
Reads the class data from a stream.
std::basic_istream< char > istream
Base class for char input streams.
virtual ~RadarSatRecord()
Destructor.
virtual void Write(std::ostream &os)=0
Writes the class to a stream.
std::string get_mnemonic()
std::basic_ostream< char > ostream
Base class for char output streams.