List of all members.
Public Member Functions |
|
| FltUnsupportedRecord (FltHeader *header) |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
| virtual void | output (ostream &out) const |
| | Writes a quick one-line description of the bead, but not its children.
|
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Protected Member Functions |
| virtual bool | build_record (FltRecordWriter &writer) const |
| | Fills up the current record on the FltRecordWriter with data for this record, but does not advance the writer.
|
| virtual bool | extract_record (FltRecordReader &reader) |
| | Fills in the information in this bead based on the information given in the indicated datagram, whose opcode has already been read.
|
Friends |
|
class | FltHeader |
Detailed Description
Definition at line 28 of file fltUnsupportedRecord.h.
Member Function Documentation
| bool FltUnsupportedRecord::build_record |
( |
FltRecordWriter & |
writer | ) |
const [protected, virtual] |
| bool FltUnsupportedRecord::extract_record |
( |
FltRecordReader & |
reader | ) |
[protected, virtual] |
| static void FltUnsupportedRecord::init_type |
( |
| ) |
[inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from FltRecord.
Definition at line 50 of file fltUnsupportedRecord.h.
| void FltUnsupportedRecord::output |
( |
ostream & |
out | ) |
const [virtual] |
The documentation for this class was generated from the following files: