![]() ![]() ![]()
|
SophiaFramework 2.2 |
#include <SFBRscPool.hpp>
class SFBRscPool : public SFBQuery;
typedef SFBRscPool& SFBRscPoolRef; typedef SFBRscPool* SFBRscPoolPtr; typedef SFBRscPool** SFBRscPoolHandle; typedef const SFBRscPool ConstSFBRscPool; typedef const SFBRscPool& ConstSFBRscPoolRef; typedef const SFBRscPool* ConstSFBRscPoolPtr; typedef const SFBRscPool** ConstSFBRscPoolHandle;
このインターフェイスは、BREW 2.1 以降でのみ使用可能です。
BREW API IRscPool
| パブリック関数 | ||
|---|---|---|
| public |
AddRef (SFBBase から継承) | インターフェイスの参照カウントをインクリメントします。 |
| public |
Free | メモリ ポインタを IRscPool の寿命から切り離し、メモリを解放します。 |
| public |
HoldRsc | IBase ポインタを IRscPool の寿命に関連付けます。 |
| public static |
Instance | IRscPool インターフェイスのインスタンスを取得します。 |
| public |
Malloc | メモリを割り当て、それを IRscPool の寿命に関連付けます。 |
| public |
QueryInterface (SFBQuery から継承) | このオブジェクトからの別の API を問い合わせます。 |
| public |
Release (SFBBase から継承) | インターフェイスの参照カウントをデクリメントします。 |
| public |
ReleaseRsc | IBase ポインタを IRscPool の寿命から切り離し、 解放します。 |
| public |
Self (SFBQuery から継承) | オブジェクトを単一インタフェースで実装する際に使用します。 |
BREW API IRSCPOOL_Free
[ public ] SFCError HoldRsc( const SFUBrewPtr<SFBBase> & resource );
BREW API IRSCPOOL_HoldRsc
[ public, static ] SFUBrewPtr<SFBRscPool> Instance(Void);
BREW API IRSCPOOL_Malloc
[ public ] SFCError ReleaseRsc( SFUBrewPtr<SFBBase> & resource );
BREW API IRSCPOOL_ReleaseRsc
| Copyright(C) 2003-2004 Sophia Cradle Inc., All Rights Reserved. |
![]() ![]() ![]()
|