nw::gfx::res::ResGraphicsFile::ForeachIndexStream Member Function

Syntax

template <typename TFunction>
void ForeachIndexStream(
     TFunction function
);

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

List of Overloaded Member Functions

ForeachIndexStream ( TFunction ) Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction.
ForeachIndexStream ( TFunction * ) Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction. This is a special version of the pointer.

Description of ForeachIndexStream ( TFunction )

Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction.

Description of ForeachIndexStream ( TFunction * )

Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction. This is a special version of the pointer.


CONFIDENTIAL