15 #ifndef FLTUNSUPPORTEDRECORD_H
16 #define FLTUNSUPPORTEDRECORD_H
18 #include "pandatoolbase.h"
20 #include "fltRecord.h"
32 virtual void output(ostream &out)
const;
44 return get_class_type();
46 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
50 static void init_type() {
51 FltRecord::init_type();
52 register_type(_type_handle,
"FltUnsupportedRecord",
53 FltRecord::get_class_type());
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...
virtual void output(ostream &out) const
Writes a quick one-line description of the bead, but not its children.
The base class for all kinds of records in a MultiGen OpenFlight file.
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...