nw::gfx::res::ResGraphicsFile::ForeachIndexStream Member Function
template <typename TFunction>
void ForeachIndexStream(
TFunction function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResIndexStream as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction.
CONFIDENTIAL