FLImaging module execution result object.
More...
#include <ResultsDef.h>
FLImaging module execution result object.
◆ CResult() [1/2]
FLImaging::CResult::CResult |
( |
const CResult & | res | ) |
|
|
inline |
◆ CResult() [2/2]
FLImaging::CResult::CResult |
( |
const EResult | eResult | ) |
|
|
inline |
◆ Assign() [1/2]
bool FLImaging::CResult::Assign |
( |
const CResult & | res | ) |
|
|
inline |
◆ Assign() [2/2]
bool FLImaging::CResult::Assign |
( |
const EResult | eResult | ) |
|
|
inline |
◆ Equal() [1/2]
bool FLImaging::CResult::Equal |
( |
const CResult & | res | ) |
const |
|
inline |
◆ Equal() [2/2]
bool FLImaging::CResult::Equal |
( |
const EResult | eResult | ) |
const |
|
inline |
◆ GetResult()
virtual EResult FLImaging::CResult::GetResult |
( |
| ) |
const |
|
inlinevirtual |
◆ GetResultCode()
virtual int32_t FLImaging::CResult::GetResultCode |
( |
| ) |
const |
|
inlinevirtual |
Returns the result code.
- Return values
-
◆ GetString()
virtual const wchar_t * FLImaging::CResult::GetString |
( |
| ) |
const |
|
inlinevirtual |
Get the result string.
- Return values
-
const | wchar_t* String pointer |
◆ IsFail()
virtual bool FLImaging::CResult::IsFail |
( |
| ) |
const |
|
inlinevirtual |
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()
virtual bool FLImaging::CResult::IsOK |
( |
| ) |
const |
|
inlinevirtual |
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()
virtual bool FLImaging::CResult::IsStrictFail |
( |
| ) |
const |
|
inlinevirtual |
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()
virtual bool FLImaging::CResult::IsStrictOK |
( |
| ) |
const |
|
inlinevirtual |
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 bool()
FLImaging::CResult::operator bool |
( |
| ) |
const |
|
inline |
Cast operator.
- Return values
-
bool | The result value of the IsOK() member function of the result object. |
◆ operator EResult()
FLImaging::CResult::operator EResult |
( |
| ) |
const |
|
inline |
◆ operator int32_t()
FLImaging::CResult::operator int32_t |
( |
| ) |
const |
|
inline |
Cast operator.
- Return values
-
◆ operator int64_t()
FLImaging::CResult::operator int64_t |
( |
| ) |
const |
|
inline |
Cast operator.
- Return values
-
◆ operator uint32_t()
FLImaging::CResult::operator uint32_t |
( |
| ) |
const |
|
inline |
Cast operator.
- Return values
-
◆ operator uint64_t()
FLImaging::CResult::operator uint64_t |
( |
| ) |
const |
|
inline |
Cast operator.
- Return values
-
◆ operator!=() [1/2]
bool FLImaging::CResult::operator!= |
( |
const CResult & | res | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
- Return values
-
bool | Not equal true
Equal false |
- See also
- FLImaging::EResult
◆ operator!=() [2/2]
bool FLImaging::CResult::operator!= |
( |
const EResult | eResult | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
- Return values
-
bool | Not equal true
Equal false |
- See also
- FLImaging::EResult
◆ operator=() [1/2]
◆ operator=() [2/2]
const CResult & FLImaging::CResult::operator= |
( |
const EResult | eResult | ) |
|
|
inline |
◆ operator==() [1/2]
bool FLImaging::CResult::operator== |
( |
const CResult & | res | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
- Return values
-
bool | Equal true
Not equal false |
- See also
- FLImaging::CResult
◆ operator==() [2/2]
bool FLImaging::CResult::operator== |
( |
const EResult | eResult | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
- Return values
-
bool | Equal true
Not equal false |
- See also
- FLImaging::EResult
◆ operator!=
◆ operator==