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

Syntax

template <typename TFunction>
void ForeachIndexStream(
     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

Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction.

See Also

nw::gfx::res::IndexStreamLocationFlagSetter


CONFIDENTIAL