バージョン

menu_open
Wwise SDK 2023.1.2
AK.Wwise::Plugin::HostInterfaceGlue< CPPInstance, in_baseInstance > クラステンプレート

PluginInfoGenerator: Base class for every C++ instance that retrieves a service from the Wwise Authoring host. [詳解]

#include <PluginInfoGenerator.h>

AK.Wwise::Plugin::HostInterfaceGlue< CPPInstance, in_baseInstance > の継承関係図
ak_wwise_plugin_cpp_base_instance

公開型

enum  : InterfaceTypeValue { k_interfaceType = CPPInstance::k_interfaceType }
 
enum  : InterfaceVersion { k_interfaceVersion = CPPInstance::k_interfaceVersion }
 
using GluedInterface = typename CPPInstance::GluedInterface
 
using Instance = CPPInstance
 
using CInstance = typename CPPInstance::Instance
 

静的公開変数類

static GluedInterface g_cppinterface
 The unique interface for this plug-in interface. [詳解]
 

詳解

template<typename CPPInstance, bool in_baseInstance>
class AK.Wwise::Plugin::HostInterfaceGlue< CPPInstance, in_baseInstance >

PluginInfoGenerator: Base class for every C++ instance that retrieves a service from the Wwise Authoring host.

Compared to C, where the interface contains all the functions and the instance is an opaque block, the C++ version is the opposite; the instance is a class containing all the methods, and the interface is hidden as implementation details.

The HostInterfaceGlue helper class provides that distinction. Depending on the in_baseInstance parameter, it will either have only a C interface (true) or also have its default instantiation (false).

テンプレート引数
CPPInstanceThe C++ instance to instantiate.
in_baseInstanceOnly provide a bridge (true) or also a default instance (false).
参照

PluginInfoGenerator.h126 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう