#include <status.h>
◆ Status() [1/3]
google::protobuf::util::status_internal::Status::Status |
( |
| ) |
|
◆ Status() [2/3]
google::protobuf::util::status_internal::Status::Status |
( |
StatusCode |
error_code, |
|
|
StringPiece |
error_message |
|
) |
| |
◆ Status() [3/3]
google::protobuf::util::status_internal::Status::Status |
( |
const Status & |
other | ) |
|
◆ ~Status()
google::protobuf::util::status_internal::Status::~Status |
( |
| ) |
|
|
inline |
◆ code()
StatusCode google::protobuf::util::status_internal::Status::code |
( |
| ) |
const |
|
inline |
◆ message()
StringPiece google::protobuf::util::status_internal::Status::message |
( |
| ) |
const |
|
inline |
◆ ok()
bool google::protobuf::util::status_internal::Status::ok |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool google::protobuf::util::status_internal::Status::operator!= |
( |
const Status & |
x | ) |
const |
|
inline |
◆ operator=()
Status & google::protobuf::util::status_internal::Status::operator= |
( |
const Status & |
x | ) |
|
◆ operator==()
bool google::protobuf::util::status_internal::Status::operator== |
( |
const Status & |
x | ) |
const |
◆ ToString()
std::string google::protobuf::util::status_internal::Status::ToString |
( |
| ) |
const |
◆ error_code_
StatusCode google::protobuf::util::status_internal::Status::error_code_ |
|
private |
◆ error_message_
std::string google::protobuf::util::status_internal::Status::error_message_ |
|
private |
The documentation for this class was generated from the following files: