前のページ次のページ上に戻るホーム SophiaFramework 2.2
SFBBase
IBase インターフェイスのラッパークラスです。
#include <SFBBase.hpp>
class SFBBase;
typedef SFBBase&          SFBBaseRef;
typedef SFBBase*          SFBBasePtr;
typedef SFBBase**         SFBBaseHandle;
typedef const SFBBase     ConstSFBBase;
typedef const SFBBase&    ConstSFBBaseRef;
typedef const SFBBase*    ConstSFBBasePtr;
typedef const SFBBase**   ConstSFBBaseHandle;

継承図

SFBBase クラスの継承図

参照

BREW API IBase

メンバ

パブリック関数
public
AddRef インターフェイスの参照カウントをインクリメントします。
public
Release インターフェイスの参照カウントをデクリメントします。

SFBBase::AddRef
インターフェイスの参照カウントをインクリメントします。
[ public ]
UInt32 AddRef(Void);

参照

BREW API IBASE_AddRef | SFBBase::Release


SFBBase::Release
インターフェイスの参照カウントをデクリメントします。
[ public ]
UInt32 Release(Void);

参照

BREW API IBASE_Release | SFBBase::AddRef