#include <status.h>
Definition at line 113 of file status.h.
onnxruntime::common::Status::Status |
( |
| ) |
|
|
defaultnoexcept |
onnxruntime::common::Status::Status |
( |
StatusCategory |
category, |
|
|
int |
code, |
|
|
const char * |
msg |
|
) |
| |
onnxruntime::common::Status::Status |
( |
const Status & |
other | ) |
|
|
inline |
onnxruntime::common::Status::Status |
( |
Status && |
| ) |
|
|
default |
onnxruntime::common::Status::~Status |
( |
| ) |
|
|
default |
int onnxruntime::common::Status::Code |
( |
| ) |
const |
|
noexcept |
const std::string& onnxruntime::common::Status::ErrorMessage |
( |
| ) |
const |
|
noexcept |
bool onnxruntime::common::Status::IsOK |
( |
| ) |
const |
|
inline |
static Status onnxruntime::common::Status::OK |
( |
| ) |
|
|
inlinestatic |
Status& onnxruntime::common::Status::operator= |
( |
const Status & |
other | ) |
|
|
inline |
Status& onnxruntime::common::Status::operator= |
( |
Status && |
| ) |
|
|
default |
bool onnxruntime::common::Status::operator== |
( |
const Status & |
other | ) |
const |
|
inline |
std::string onnxruntime::common::Status::ToString |
( |
| ) |
const |
The documentation for this class was generated from the following file: