FLImaging module execution result object.
More...
#include <ResultsDef.h>
FLImaging module execution result object.
◆ CResult() [1/2]
◆ CResult() [2/2]
FLImagingCLR::CResult::CResult |
( |
const EResult | eResult | ) |
|
◆ Assign() [1/2]
bool FLImagingCLR::CResult::Assign |
( |
const EResult | eResult | ) |
|
◆ Assign() [2/2]
◆ Equal() [1/2]
bool FLImagingCLR::CResult::Equal |
( |
const EResult | eResult | ) |
|
◆ Equal() [2/2]
◆ GetResult()
const EResult FLImagingCLR::CResult::GetResult |
( |
| ) |
|
◆ GetResultCode()
int FLImagingCLR::CResult::GetResultCode |
( |
| ) |
|
Returns the result code.
- Return values
-
◆ GetString()
System::String ^ FLImagingCLR::CResult::GetString |
( |
| ) |
|
Get the result string.
- Return values
-
System::String^ | string pointer |
◆ IsFail()
bool FLImagingCLR::CResult::IsFail |
( |
| ) |
|
Check the failure. If the result is not OK
or PartialOK
, it returns true. otherwise, it returns false.
- Return values
-
bool | If the result is not OK or PartialOK , it returns true. otherwise, it returns false. |
◆ IsOK()
bool FLImagingCLR::CResult::IsOK |
( |
| ) |
|
Check the success. If the result is OK
or PartialOK
, it returns true. otherwise, it returns false.
- Return values
-
bool | If the result is OK or PartialOK , it returns true. otherwise, it returns false. |
◆ IsStrictFail()
bool FLImagingCLR::CResult::IsStrictFail |
( |
| ) |
|
Check the failure. If the result is not OK
, it returns true. otherwise, it returns false.
- Return values
-
bool | If the result is not OK , it returns true. otherwise, it returns false. |
◆ IsStrictOK()
bool FLImagingCLR::CResult::IsStrictOK |
( |
| ) |
|
Check the success. If the result is OK
, it returns true. otherwise, it returns false.
- Return values
-
bool | If the result is OK , it returns true. otherwise, it returns false. |
◆ operator const EResult()
◆ operator!=()
static bool FLImagingCLR::CResult::operator!= |
( |
CResult^ | br1, |
|
|
CResult^ | br2 ) |
|
static |
Comparison operator.
- Parameters
-
- Return values
-
bool | Not equal true
Equal false |
- See also
- FLImagingCLR::CResult
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
static bool FLImagingCLR::CResult::operator== |
( |
CResult^ | br1, |
|
|
CResult^ | br2 ) |
|
static |
Comparison operator.
- Parameters
-
- Return values
-
bool | Equal true
Not equal false |
- See also
- FLImagingCLR::CResult