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

#include <block.h>

Classes

class  Iter
 

Public Member Functions

 Block (const BlockContents &contents)
 
 ~Block ()
 
size_t size () const
 
IteratorNewIterator (const Comparator *comparator)
 

Private Member Functions

uint32_t NumRestarts () const
 
 Block (const Block &)
 
void operator= (const Block &)
 

Private Attributes

const char * data_
 
size_t size_
 
uint32_t restart_offset_
 
bool owned_
 

Detailed Description

Definition at line 17 of file block.h.

Constructor & Destructor Documentation

leveldb::Block::Block ( const BlockContents contents)
explicit

Definition at line 23 of file block.cc.

leveldb::Block::~Block ( )

Definition at line 40 of file block.cc.

leveldb::Block::Block ( const Block )
private

Member Function Documentation

Iterator * leveldb::Block::NewIterator ( const Comparator comparator)

Definition at line 256 of file block.cc.

uint32_t leveldb::Block::NumRestarts ( ) const
inlineprivate

Definition at line 18 of file block.cc.

void leveldb::Block::operator= ( const Block )
private
size_t leveldb::Block::size ( ) const
inline

Definition at line 24 of file block.h.

Member Data Documentation

const char* leveldb::Block::data_
private

Definition at line 30 of file block.h.

bool leveldb::Block::owned_
private

Definition at line 33 of file block.h.

uint32_t leveldb::Block::restart_offset_
private

Definition at line 32 of file block.h.

size_t leveldb::Block::size_
private

Definition at line 31 of file block.h.


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