nw::gfx::res::ResGraphicsFile::ForeachUnresolvedReferenceLut Member Function

Syntax

template <typename TFunction>
void ForeachUnresolvedReferenceLut(
     TFunction * function
);

Template Arguments

Name Description
TFunction The type of the function (object) that takes ResIndexStream as an argument.

Arguments

Name Description
in function The function (object) to apply.

Return Values

None.

Description

All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved. This is a special version of the pointer.


CONFIDENTIAL