Wwise SDK 2021.1.9
CBaseInstanceGlue
Version
arrow_right
Table of Contents
-
-
-
-
Samples
-
-
-
-
-
-
-
-
-
-
-
-
Modules
-
-
Classes
-
AK
-
-
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkArray
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
AkRoomID
-
-
-
AkSet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkString
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
CAkHeap
-
-
CAkLock
-
-
-
GUID
-
-
-
-
-
-
__AkPos
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
-
-
-
-
CAkLock
-
-
-
-
-
-
-
-
Host
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Device
-
-
-
-
-
Entry
-
-
-
-
FNVHash
-
-
-
-
-
GUID
-
-
Hash32
-
Hash64
-
-
-
-
-
-
-
IAkList
-
-
IAkMap
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Item
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ports
-
-
-
-
-
AkArray
-
-
Instance
-
-
-
tCc
-
-
tGen
-
-
-
-
-
-
-
AkArray
-
Version
-
-
-
-
-
Files
-
-
-
-
-
-
-
-
Other Documentation
Wwise SDK 2021.1.9
|
AK.Wwise::Plugin::CBaseInstanceGlue< CInterface, CInstance > Class Template Reference
PluginInfoGenerator: Associates an existing C Interface with a variable that can be used. Derives from the instance that uses it. More...
#include <PluginInfoGenerator.h>
Inheritance diagram for AK.Wwise::Plugin::CBaseInstanceGlue< CInterface, CInstance >:

Public Types | |
using | Instance = CInstance |
![]() | |
using | GluedInterface = CInterface |
Additional Inherited Members | |
![]() | |
static GluedInterface * | g_cinterface = nullptr |
The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. More... |
|
Detailed Description
template<typename CInterface, typename CInstance = typename CInterface::Instance>
class AK.Wwise::Plugin::CBaseInstanceGlue< CInterface, CInstance >
PluginInfoGenerator: Associates an existing C Interface with a variable that can be used. Derives from the instance that uses it.
- Template Parameters
-
CInterface The C Interface that needs to be instantiated into a CInstance. CInstance The C Instance that will be instantiated. Automatically derived from the CInterface::Instance typedef.
Definition at line 104 of file PluginInfoGenerator.h.