#include <iffGenericChunk.h>
Inheritance diagram for IffGenericChunk:
Public Member Functions | |
INLINE | IffGenericChunk () |
INLINE const Datagram & | get_data () const |
INLINE void | set_data (const Datagram &data) |
virtual bool | read_iff (IffInputFile *in, size_t stop_at) |
virtual void | write (ostream &out, int indent_level=0) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Private Attributes | |
Datagram | _data |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from IffChunk. Definition at line 52 of file iffGenericChunk.h. References get_class_type(), and init_type(). |
|
Reimplemented from IffChunk. Definition at line 53 of file iffGenericChunk.h. References _type_handle. Referenced by force_init_type(), and get_type(). |
|
|
|
Reimplemented from IffChunk. Definition at line 49 of file iffGenericChunk.h. References get_class_type(). |
|
Reimplemented from IffChunk. Definition at line 56 of file iffGenericChunk.h. References _type_handle, IffChunk::get_class_type(), IffChunk::init_type(), and register_type(). Referenced by force_init_type(), and init_liblwo(). |
|
Implements IffChunk. Definition at line 38 of file iffGenericChunk.cxx. References _data, IffInputFile::align(), IffInputFile::get_bytes_read(), length, IffInputFile::read_bytes(), and size_t. |
|
|
|
Reimplemented from IffChunk. Definition at line 51 of file iffGenericChunk.cxx. References _data, IffChunk::get_id(), Datagram::get_length(), and indent(). |
|
Definition at line 46 of file iffGenericChunk.h. Referenced by read_iff(), and write(). |
|
Reimplemented from IffChunk. Definition at line 24 of file iffGenericChunk.cxx. Referenced by get_class_type(), and init_type(). |