SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
X | X | X | O |
Public Functions | |
---|---|
SFCError |
GetOperationContext(
SFBBNConstRef inBN
, SFBBNSmpPtr outBN
) This method returns an SFBBN object that functions both to represent a stored big number and a context with which to perform arithmetic operations.
|
static SFBBNEngSmp |
NewInstance(
SFCErrorPtr exception = null
) Create a new SFBBNEng instance.
|
static SFBBNEngSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) Create a new SFBBNEng instance.
|
SFCError |
SetParam(
SInt32 id
, VoidConstPtr data
, UInt32 length
)
(inherits from SFBParameters)
This method sets a parameter value.
|
SFCError |
SetParam(
SInt32 id
, SFXBufferConstRef data
)
(inherits from SFBParameters)
This method sets a parameter value.
|
SFCError |
SetParam(
SInt32 id
, SFXAnsiStringConstRef data
)
(inherits from SFBParameters)
This method sets a parameter value.
|
[ public ] SFCError GetOperationContext( SFBBNConstRef inBN // Optional BN object that contains initialization data or NULL. SFBBNSmpPtr outBN // Pointer to a newly created IBN operation context. );
If inBN is provided (it is not NULL), it is used to initialize the value in the context returned. The value for the new context is obtained by calling SFBBN::Get(inBN).
[ public, static ] SFBBNEngSmp NewInstance( SFCErrorPtr exception = null // Error );
[ public, static ] SFBBNEngSmp NewInstance( AEECLSID id // Class ID SFCErrorPtr exception = null // Error );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |