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

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| ○ | ○ | ○ | ○ |
| パブリック関数 | |
|---|---|
| SFCError |
CreateInstance(
AEECLSID id
, SFBBaseSmpPtr result
)
SFBModule クラスのインスタンスを生成します。
|
| SFBBaseSmp |
CreateInstance(
AEECLSID id
)
SFBModule クラスのインスタンスを生成します。
|
| Void |
FreeResources(
SFBHeapSmpConstRef heap
, SFBFileMgrSmpConstRef filemgr
)
シェルまたはデバイスがメモリーまたはストレージの容量不足を検出したときに AEE シェルから呼び出されます。
|
| プロテクト関数 | |
|---|---|
| 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 CreateInstance( AEECLSID id // ClassID SFBBaseSmpPtr result // インターフェースを取得する );
[ public ] SFBBaseSmp CreateInstance( AEECLSID id // ClassID );
[ public ] Void FreeResources( SFBHeapSmpConstRef heap // SFBHeap インターフェース SFBFileMgrSmpConstRef filemgr // SFBFileMgr インターフェース );
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|