14#ifndef FLTINSTANCEDEFINITION_H
15#define FLTINSTANCEDEFINITION_H
28class FltInstanceDefinition :
public FltBead {
36 virtual bool build_record(FltRecordWriter &writer)
const;
40 return get_class_type();
42 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
46 static void init_type() {
49 FltBead::get_class_type());
55 friend class FltInstanceRef;
56 friend class FltRecordWriter;
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
TypeHandle is the identifier used to differentiate C++ class types.
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(),...