Bitcoin
|
#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 |
|
inline |
|
inline |
std::string leveldb::ParsedInternalKey::DebugString | ( | ) | const |
SequenceNumber leveldb::ParsedInternalKey::sequence |
ValueType leveldb::ParsedInternalKey::type |
Slice leveldb::ParsedInternalKey::user_key |