nw::ut::ResFile Class

Syntax

class ResFile : public nw::ut::ResCommon< ResFileData >

Description

Class representing file resources.

Member Functions

ResFile Constructor.
ref
operator ==
operator !=
IsBigEndian Gets whether the value is big endian.
IsLittleEndian Gets whether the value is little endian.
TestByteOrder Checks if the byte order is supported.
TestSignature Checks if the signature is correct.
GetRevision Gets the revision.
GetFileSize Gets the file size.
GetHeaderSize Gets the file header size.
GetDataAddress Gets the data address.
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::ut::ResFile


CONFIDENTIAL