15 #include "fltUnsupportedRecord.h" 16 #include "fltRecordReader.h" 17 #include "fltRecordWriter.h" 26 FltUnsupportedRecord::
41 out <<
"Unsupported(" << _opcode <<
")";
52 bool FltUnsupportedRecord::
68 bool FltUnsupportedRecord::
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
void set_datagram(const Datagram &datagram)
Sets the datagram that will be written when advance() is called.
const Datagram & get_datagram()
Returns the datagram representing the entire record, less the four-byte header.
The base class for all kinds of records in a MultiGen OpenFlight file.
virtual void output(ostream &out) const
Writes a quick one-line description of the bead, but not its children.
FltOpcode get_opcode() const
Returns the opcode associated with the current record.
TypeHandle is the identifier used to differentiate C++ class types.
void set_opcode(FltOpcode opcode)
Sets the opcode associated with the current record.