Implement IParamValueQueue

This commit is contained in:
Robbert van der Helm
2020-12-15 14:01:04 +01:00
parent e7d7317f60
commit 026595d99f
5 changed files with 171 additions and 0 deletions
+8
View File
@@ -107,6 +107,14 @@ proxying is described in the section above.
8. Finally a pointer to this `YaFooPluginImpl` gets returned as the last step of
the initialization process.
## Simple objects
For serializing objects of interfaces that purely contain getters and setters
(and thus don't need to perform any host callbacks), we'll simply have a
constructor that takes the `IFoo` by `IPtr` or reference (depending on how it's
used in the SDK) and reads the data from it to create a serializable copy of
that object.
## Safety notes
- None of the destructors in the interfaces defined by the SDK are marked as