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

Syntax

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

List of Overloaded Member Functions

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

Description of ForeachUnresolvedReferenceLut ( TFunction )

All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved.

Description of ForeachUnresolvedReferenceLut ( TFunction * )

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