#include <status.h>
Definition at line 59 of file status.h.
util::Status::Status |
( |
error::Code |
error_code, |
|
|
std::string |
error_message |
|
) |
| |
util::Status::Status |
( |
const Status & |
other | ) |
|
util::Status::~Status |
( |
| ) |
|
|
inline |
int util::Status::error_code |
( |
| ) |
const |
|
inline |
std::string util::Status::error_message |
( |
| ) |
const |
|
inline |
bool util::Status::ok |
( |
| ) |
const |
|
inline |
bool util::Status::operator!= |
( |
const Status & |
x | ) |
const |
|
inline |
bool util::Status::operator== |
( |
const Status & |
x | ) |
const |
std::string util::Status::ToString |
( |
| ) |
const |
const Status util::Status::CANCELLED = Status(error::CANCELLED, "") |
|
static |
std::string util::Status::error_message_ |
|
private |
const Status util::Status::UNKNOWN = Status(error::UNKNOWN, "") |
|
static |
The documentation for this class was generated from the following files: