#include <ciffcontainer.h>
Public Types | |
typedef boost::shared_ptr< Heap > | Ref |
Public Member Functions | |
Heap (off_t start, off_t length, CIFFContainer *container) | |
RecordEntry::List & | records () |
CIFFContainer * | container () |
off_t | offset () |
a CIFF Heap
Definition at line 176 of file ciffcontainer.h.
OpenRaw::Internals::CIFF::Heap::Heap | ( | off_t | start, | |
off_t | length, | |||
CIFFContainer * | container | |||
) |
Construct a heap from a location in the container
start | the begin address relative to the container. | |
length | the length in bytes | |
container | the container to read from |
Definition at line 96 of file ciffcontainer.cpp.
off_t OpenRaw::Internals::CIFF::Heap::offset | ( | ) | [inline] |
Eeturn the offset from the begining of the container.
Definition at line 194 of file ciffcontainer.h.
Referenced by OpenRaw::Internals::CIFF::RecordEntry::fetchData().