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

#include <format.h>

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

Public Types

enum  { kEncodedLength = 2*BlockHandle::kMaxEncodedLength + 8 }
 

Public Member Functions

 Footer ()
 
const BlockHandlemetaindex_handle () const
 
void set_metaindex_handle (const BlockHandle &h)
 
const BlockHandleindex_handle () const
 
void set_index_handle (const BlockHandle &h)
 
void EncodeTo (std::string *dst) const
 
Status DecodeFrom (Slice *input)
 

Private Attributes

BlockHandle metaindex_handle_
 
BlockHandle index_handle_
 

Detailed Description

Definition at line 47 of file format.h.

Member Enumeration Documentation

anonymous enum
Enumerator
kEncodedLength 

Definition at line 69 of file format.h.

Constructor & Destructor Documentation

leveldb::Footer::Footer ( )
inline

Definition at line 49 of file format.h.

Member Function Documentation

Status leveldb::Footer::DecodeFrom ( Slice input)

Definition at line 44 of file format.cc.

void leveldb::Footer::EncodeTo ( std::string *  dst) const

Definition at line 32 of file format.cc.

const BlockHandle& leveldb::Footer::index_handle ( ) const
inline

Definition at line 56 of file format.h.

const BlockHandle& leveldb::Footer::metaindex_handle ( ) const
inline

Definition at line 52 of file format.h.

void leveldb::Footer::set_index_handle ( const BlockHandle h)
inline

Definition at line 59 of file format.h.

void leveldb::Footer::set_metaindex_handle ( const BlockHandle h)
inline

Definition at line 53 of file format.h.

Member Data Documentation

BlockHandle leveldb::Footer::index_handle_
private

Definition at line 75 of file format.h.

BlockHandle leveldb::Footer::metaindex_handle_
private

Definition at line 74 of file format.h.


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