OpenMfx icon indicating copy to clipboard operation
OpenMfx copied to clipboard

[sdk] Support range-based for-loop in Collection class in Host SDK

Open tkarabela opened this issue 1 year ago • 0 comments

I've been playing around with the Host C++ SDK regarding the RFC to run plugins in a separate process and noticed that range-based for wasn't supported on OfxPropertySetStruct, OfxAttributeSetStruct, etc. so I added it.

tkarabela avatar Dec 09 '22 22:12 tkarabela