|
libopenraw
0.3.7
|
#include <heap.hpp>
Public Member Functions | |
| Heap (off_t start, off_t length, const CIFFContainer *container) | |
| Construct a heap from a location in the container. More... | |
| Heap (const Heap &)=delete | |
| Heap (Heap &&)=default | |
| Move constructor. | |
| Heap & | operator= (const Heap &)=delete |
| RecordEntries & | records () |
| Return the records from the heap. Load them as needed. | |
| const CIFFContainer * | container () const |
| Return the containing container. | |
| off_t | offset () const |
| Return the offset from the begining of the container. | |
| OpenRaw::Internals::CIFF::Heap::Heap | ( | off_t | start, |
| off_t | length, | ||
| const CIFFContainer * | container | ||
| ) |