FLImaging 모듈의 수행 결과 객체
더 자세히 ...
#include <ResultsDef.h>
◆ 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 |
( |
| ) |
|
◆ GetString()
System::String ^ FLImagingCLR::CResult::GetString |
( |
| ) |
|
◆ IsFail()
bool FLImagingCLR::CResult::IsFail |
( |
| ) |
|
실패 여부 확인. OK
혹은 PartialOK
가 아닌 경우 true를 반환합니다.
- 반환값
-
bool | 실패 여부 확인. OK 혹은 PartialOK 가 아닌 경우 true . 그렇지 않으면 false |
◆ IsOK()
bool FLImagingCLR::CResult::IsOK |
( |
| ) |
|
성공 여부 확인. OK
와 PartialOK
인 경우 true를 반환합니다.
- 반환값
-
bool | 성공 여부 확인. OK 와 PartialOK 인 경우 true . 그렇지 않으면 false |
◆ IsStrictFail()
bool FLImagingCLR::CResult::IsStrictFail |
( |
| ) |
|
실패 여부 확인. OK
가 아닌 경우 true를 반환합니다.
- 반환값
-
bool | 실패 여부 확인. OK 가 아닌 경우 true . 그렇지 않으면 false |
◆ IsStrictOK()
bool FLImagingCLR::CResult::IsStrictOK |
( |
| ) |
|
성공 여부 확인. OK
인 경우 true를 반환합니다.
- 반환값
-
bool | 성공 여부 확인. OK 인 경우 true . 그렇지 않으면 false |
◆ operator const EResult()
◆ operator!=()
static bool FLImagingCLR::CResult::operator!= |
( |
CResult^ | br1, |
|
|
CResult^ | br2 ) |
|
static |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
static bool FLImagingCLR::CResult::operator== |
( |
CResult^ | br1, |
|
|
CResult^ | br2 ) |
|
static |