Wwise SDK 2024.1.4
|
PluginInfoGenerator: For each plug-in interface type, provides a single static instance used throughout this plug-in container. More...
#include <PluginInfoGenerator.h>
Public Types | |
using | GluedInterface = CInterface |
Static Public Attributes | |
static GluedInterface * | g_cinterface = nullptr |
The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. More... | |
PluginInfoGenerator: For each plug-in interface type, provides a single static instance used throughout this plug-in container.
This uses a C++ template principle where you can define a static variable inside a templated class, and you can have the compiler generate one unique static instance for each individual templated class.
Also, having a class outer shell means the static member can reside in a header and be instantiated in that same header without the linker refusing multiple definitions.
CInterface | Which interface (In C) |
Definition at line 85 of file PluginInfoGenerator.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise