|
libopenraw
|
#include <ciffcontainer.hpp>
Public Member Functions | |
| bool | readFrom (CIFFContainer *) |
Public Attributes | |
| char | byteOrder [2] |
| uint32_t | headerLength |
| char | type [4] |
| char | subType [4] |
| uint32_t | version |
| RawContainer::EndianType | endian |
Heap Header of CIFF file
Definition at line 220 of file ciffcontainer.hpp.
| bool OpenRaw::Internals::CIFF::HeapFileHeader::readFrom | ( | CIFFContainer * | container | ) |
Definition at line 189 of file ciffcontainer.cpp.
| char OpenRaw::Internals::CIFF::HeapFileHeader::byteOrder[2] |
Definition at line 224 of file ciffcontainer.hpp.
| RawContainer::EndianType OpenRaw::Internals::CIFF::HeapFileHeader::endian |
Definition at line 231 of file ciffcontainer.hpp.
| uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::headerLength |
Definition at line 225 of file ciffcontainer.hpp.
| char OpenRaw::Internals::CIFF::HeapFileHeader::subType[4] |
Definition at line 227 of file ciffcontainer.hpp.
| char OpenRaw::Internals::CIFF::HeapFileHeader::type[4] |
Definition at line 226 of file ciffcontainer.hpp.
| uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::version |
Definition at line 228 of file ciffcontainer.hpp.