![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <dbformat.h>
Public Member Functions | |
ParsedInternalKey () | |
ParsedInternalKey (const Slice &u, const SequenceNumber &seq, ValueType t) | |
std::string | DebugString () const |
Public Attributes | |
Slice | user_key |
SequenceNumber | sequence |
ValueType | type |
Definition at line 70 of file dbformat.h.
|
inline |
Definition at line 75 of file dbformat.h.
|
inline |
Definition at line 76 of file dbformat.h.
std::string leveldb::ParsedInternalKey::DebugString | ( | ) | const |
Definition at line 23 of file dbformat.cc.
SequenceNumber leveldb::ParsedInternalKey::sequence |
Definition at line 72 of file dbformat.h.
ValueType leveldb::ParsedInternalKey::type |
Definition at line 73 of file dbformat.h.
Slice leveldb::ParsedInternalKey::user_key |
Definition at line 71 of file dbformat.h.