14#ifndef FLTUNSUPPORTEDRECORD_H
15#define FLTUNSUPPORTEDRECORD_H
30 virtual void output(std::ostream &out)
const;
42 return get_class_type();
44 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
48 static void init_type() {
49 FltRecord::init_type();
51 FltRecord::get_class_type());
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly.
The base class for all kinds of records in a MultiGen OpenFlight file.
virtual void output(std::ostream &out) const
Writes a quick one-line description of the bead, but not its children.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...