nw::gfx::res::ResGraphicsFile::ForeachModel Member Function

Syntax

template <typename TFunction>
void ForeachModel(
     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 though all ResModel in ResGraphicsFile, applying TFunction.


CONFIDENTIAL