![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | ○ | ○ | ○ |
| パブリック関数 | |
|---|---|
| Void |
Free(
VoidPtr p
)
メモリ ポインタを SFBRscPool の寿命から切り離し、メモリを解放します。
|
| SFCError |
HoldRsc(
SFBBaseSmpConstRef resource
)
SFBBase クラスのインスタンスを SFBRscPool クラスのインスタンスの寿命に関連付けます。
|
| VoidPtr |
Malloc(
UInt32 size
)
メモリを割り当て、それを SFBRscPool クラスのインスタンスの寿命に関連付けます。
|
| static SFBRscPoolSmp |
NewInstance(
SFCErrorPtr exception = null
)
SFBRscPool クラスのインスタンスを生成します。
|
| static SFBMediaSVGSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
SFBRscPool クラスのインスタンスを生成します。
|
| UInt32 |
ReleaseRsc(
SFBBaseSmpConstRef resource
)
SFBBase クラスのインスタンスを SFBRscPool クラスのインスタンスの寿命から切り離し、解放します。
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) (SFBQuery から継承) このオブジェクトからの別の API を問い合わせます。
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| プロテクト関数 | |
|---|---|
| static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
| static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使って生成します。
|
[ public ] SFCError HoldRsc( SFBBaseSmpConstRef resource // 関連付けするリソース );
[ public, static ] SFBRscPoolSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBMediaSVGSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] UInt32 ReleaseRsc( SFBBaseSmpConstRef resource // 解放するリソース );
|
Copyright (C) 2002 - 2009 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|