libopenraw
OpenRaw::Internals::CIFF::HeapFileHeader Class Reference

#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

Detailed Description

Heap Header of CIFF file

Definition at line 220 of file ciffcontainer.hpp.

Member Function Documentation

◆ readFrom()

bool OpenRaw::Internals::CIFF::HeapFileHeader::readFrom ( CIFFContainer * container)

Definition at line 189 of file ciffcontainer.cpp.

Member Data Documentation

◆ byteOrder

char OpenRaw::Internals::CIFF::HeapFileHeader::byteOrder[2]

Definition at line 224 of file ciffcontainer.hpp.

◆ endian

RawContainer::EndianType OpenRaw::Internals::CIFF::HeapFileHeader::endian

Definition at line 231 of file ciffcontainer.hpp.

◆ headerLength

uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::headerLength

Definition at line 225 of file ciffcontainer.hpp.

◆ subType

char OpenRaw::Internals::CIFF::HeapFileHeader::subType[4]

Definition at line 227 of file ciffcontainer.hpp.

◆ type

char OpenRaw::Internals::CIFF::HeapFileHeader::type[4]

Definition at line 226 of file ciffcontainer.hpp.

◆ version

uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::version

Definition at line 228 of file ciffcontainer.hpp.


The documentation for this class was generated from the following files: