![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for leveldb::Status, including all inherited members.
Code enum name | leveldb::Status | private |
code() const | leveldb::Status | inlineprivate |
CopyState(const char *s) | leveldb::Status | privatestatic |
Corruption(const Slice &msg, const Slice &msg2=Slice()) | leveldb::Status | inlinestatic |
InvalidArgument(const Slice &msg, const Slice &msg2=Slice()) | leveldb::Status | inlinestatic |
IOError(const Slice &msg, const Slice &msg2=Slice()) | leveldb::Status | inlinestatic |
IsCorruption() const | leveldb::Status | inline |
IsIOError() const | leveldb::Status | inline |
IsNotFound() const | leveldb::Status | inline |
kCorruption enum value | leveldb::Status | private |
kInvalidArgument enum value | leveldb::Status | private |
kIOError enum value | leveldb::Status | private |
kNotFound enum value | leveldb::Status | private |
kNotSupported enum value | leveldb::Status | private |
kOk enum value | leveldb::Status | private |
NotFound(const Slice &msg, const Slice &msg2=Slice()) | leveldb::Status | inlinestatic |
NotSupported(const Slice &msg, const Slice &msg2=Slice()) | leveldb::Status | inlinestatic |
ok() const | leveldb::Status | inline |
OK() | leveldb::Status | inlinestatic |
operator=(const Status &s) | leveldb::Status | inline |
state_ | leveldb::Status | private |
Status() | leveldb::Status | inline |
Status(const Status &s) | leveldb::Status | inline |
Status(Code code, const Slice &msg, const Slice &msg2) | leveldb::Status | private |
ToString() const | leveldb::Status | |
~Status() | leveldb::Status | inline |