#include <fltUnsupportedRecord.h>
Inheritance diagram for FltUnsupportedRecord:
Public Member Functions | |
FltUnsupportedRecord (FltHeader *header) | |
virtual void | output (ostream &out) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual bool | extract_record (FltRecordReader &reader) |
virtual bool | build_record (FltRecordWriter &writer) const |
Private Attributes | |
FltOpcode | _opcode |
Datagram | _datagram |
Static Private Attributes | |
TypeHandle | _type_handle |
Friends | |
class | FltHeader |
|
Definition at line 31 of file fltUnsupportedRecord.cxx. |
|
Reimplemented from FltRecord. Definition at line 73 of file fltUnsupportedRecord.cxx. |
|
Reimplemented from FltRecord. Definition at line 57 of file fltUnsupportedRecord.cxx. References _datagram, _opcode, and reader(). Referenced by FltHeader::extract_texture_map(). |
|
Reimplemented from FltRecord. Definition at line 50 of file fltUnsupportedRecord.h. References get_class_type(), and init_type(). |
|
Reimplemented from FltRecord. Definition at line 51 of file fltUnsupportedRecord.h. References _type_handle. Referenced by force_init_type(), and get_type(). |
|
Reimplemented from FltRecord. Definition at line 47 of file fltUnsupportedRecord.h. References get_class_type(). |
|
Reimplemented from FltRecord. Definition at line 54 of file fltUnsupportedRecord.h. References _type_handle, FltRecord::get_class_type(), FltRecord::init_type(), and register_type(). Referenced by force_init_type(), and init_libflt(). |
|
Reimplemented from FltRecord. Definition at line 44 of file fltUnsupportedRecord.cxx. References _opcode. |
|
Definition at line 63 of file fltUnsupportedRecord.h. |
|
Definition at line 44 of file fltUnsupportedRecord.h. Referenced by build_record(), and extract_record(). |
|
Definition at line 43 of file fltUnsupportedRecord.h. Referenced by build_record(), extract_record(), FltUnsupportedRecord(), and output(). |
|
Reimplemented from FltRecord. Definition at line 23 of file fltUnsupportedRecord.cxx. Referenced by get_class_type(), and init_type(). |