Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
leveldb::InternalKey Class Reference

#include <dbformat.h>

Public Member Functions

 InternalKey ()
 
 InternalKey (const Slice &user_key, SequenceNumber s, ValueType t)
 
void DecodeFrom (const Slice &s)
 
Slice Encode () const
 
Slice user_key () const
 
void SetFrom (const ParsedInternalKey &p)
 
void Clear ()
 
std::string DebugString () const
 

Private Attributes

std::string rep_
 

Detailed Description

Definition at line 144 of file dbformat.h.

Constructor & Destructor Documentation

leveldb::InternalKey::InternalKey ( )
inline

Definition at line 148 of file dbformat.h.

leveldb::InternalKey::InternalKey ( const Slice user_key,
SequenceNumber  s,
ValueType  t 
)
inline

Definition at line 149 of file dbformat.h.

Member Function Documentation

void leveldb::InternalKey::Clear ( )
inline

Definition at line 166 of file dbformat.h.

std::string leveldb::InternalKey::DebugString ( ) const

Definition at line 34 of file dbformat.cc.

void leveldb::InternalKey::DecodeFrom ( const Slice s)
inline

Definition at line 153 of file dbformat.h.

Slice leveldb::InternalKey::Encode ( ) const
inline

Definition at line 154 of file dbformat.h.

void leveldb::InternalKey::SetFrom ( const ParsedInternalKey p)
inline

Definition at line 161 of file dbformat.h.

Slice leveldb::InternalKey::user_key ( ) const
inline

Definition at line 159 of file dbformat.h.

Member Data Documentation

std::string leveldb::InternalKey::rep_
private

Definition at line 146 of file dbformat.h.


The documentation for this class was generated from the following files: