template <typename TFunction>
void ForeachIndexStream(
TFunction function
);
template <typename TFunction>
void ForeachIndexStream(
TFunction * function
);
| 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. |
Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction.
Goes through entire ResIndexStream in ResGraphicsFile, applying TFunction. This is a special version of the pointer.
CONFIDENTIAL