SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
× | × | × | ○ |
パブリック関数 | |
---|---|
SFCError |
GetOperationContext(
SFBBNConstRef inBN
, SFBBNSmpPtr outBN
) この関数は、コピーコンストラクタ同様、 IBN [in]オブジェクトからデータをコピーし、BNを持っている新しい IBN オブジェクトを返し、実際のBig Numberの演算を実行するために IBNEngを起動します。 piBN が NULLの場合、新しい空のBN (操作コンテキスト) が返されます。
|
static SFBBNEngSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBBNEng インスタンスを生成します。
|
static SFBBNEngSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) SFBBNEng インスタンスを生成します。
|
SFCError |
SetParam(
SInt32 id
, VoidConstPtr data
, UInt32 length
)
(SFBParameters から継承)
このメソッドはパラメータ値を設定します。
|
SFCError |
SetParam(
SInt32 id
, SFXBufferConstRef data
)
(SFBParameters から継承)
このメソッドはパラメータ値を設定します。
|
SFCError |
SetParam(
SInt32 id
, SFXAnsiStringConstRef data
)
(SFBParameters から継承)
このメソッドはパラメータ値を設定します。
|
[ public ] SFCError GetOperationContext( SFBBNConstRef inBN // 初期設定データを持っているオプションの BN オブジェクト。 NULLの場合もある。 SFBBNSmpPtr outBN // 新しく作成された IBN操作コンテキストをポイント。 );
inBN がある場合 (NULLではない場合)、返されるコンテキストを初期化するために使用されます。 SFBBN::Get を使用して、inBN からBNデータを取り出し、戻す前に新しい操作コンテキスト上に設定されます。操作コンテキストは、 SFBBNインタフェースをエクスポートしますが、実装によってはすべての SFBBNの機能を備えていない場合もあります。
[ public, static ] SFBBNEngSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBBNEngSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |