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

#include <dbformat.h>

Collaboration diagram for leveldb::ParsedInternalKey:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 70 of file dbformat.h.

Constructor & Destructor Documentation

leveldb::ParsedInternalKey::ParsedInternalKey ( )
inline

Definition at line 75 of file dbformat.h.

leveldb::ParsedInternalKey::ParsedInternalKey ( const Slice u,
const SequenceNumber seq,
ValueType  t 
)
inline

Definition at line 76 of file dbformat.h.

Member Function Documentation

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

Definition at line 23 of file dbformat.cc.

Member Data Documentation

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.


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