#include <status.h>
|
static const char * | CopyState (const char *s) |
|
Definition at line 21 of file status.h.
Enumerator |
---|
kOk |
|
kNotFound |
|
kCorruption |
|
kNotSupported |
|
kInvalidArgument |
|
kIOError |
|
Definition at line 75 of file status.h.
leveldb::Status::Status |
( |
| ) |
|
|
inline |
leveldb::Status::~Status |
( |
| ) |
|
|
inline |
leveldb::Status::Status |
( |
const Status & |
s | ) |
|
|
inline |
leveldb::Status::Status |
( |
Code |
code, |
|
|
const Slice & |
msg, |
|
|
const Slice & |
msg2 |
|
) |
| |
|
private |
Code leveldb::Status::code |
( |
| ) |
const |
|
inlineprivate |
const char * leveldb::Status::CopyState |
( |
const char * |
s | ) |
|
|
staticprivate |
bool leveldb::Status::IsCorruption |
( |
| ) |
const |
|
inline |
bool leveldb::Status::IsIOError |
( |
| ) |
const |
|
inline |
bool leveldb::Status::IsNotFound |
( |
| ) |
const |
|
inline |
static Status leveldb::Status::OK |
( |
| ) |
|
|
inlinestatic |
bool leveldb::Status::ok |
( |
| ) |
const |
|
inline |
void leveldb::Status::operator= |
( |
const Status & |
s | ) |
|
|
inline |
std::string leveldb::Status::ToString |
( |
| ) |
const |
const char* leveldb::Status::state_ |
|
private |
The documentation for this class was generated from the following files: