Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Member Functions | Private Attributes | List of all members
leveldb::Block::Iter Class Reference
Inheritance diagram for leveldb::Block::Iter:
Inheritance graph
[legend]
Collaboration diagram for leveldb::Block::Iter:
Collaboration graph
[legend]

Public Member Functions

 Iter (const Comparator *comparator, const char *data, uint32_t restarts, uint32_t num_restarts)
 
virtual bool Valid () const
 
virtual Status status () const
 
virtual Slice key () const
 
virtual Slice value () const
 
virtual void Next ()
 
virtual void Prev ()
 
virtual void Seek (const Slice &target)
 
virtual void SeekToFirst ()
 
virtual void SeekToLast ()
 
- Public Member Functions inherited from leveldb::Iterator
 Iterator ()
 
virtual ~Iterator ()
 
void RegisterCleanup (CleanupFunction function, void *arg1, void *arg2)
 

Private Member Functions

int Compare (const Slice &a, const Slice &b) const
 
uint32_t NextEntryOffset () const
 
uint32_t GetRestartPoint (uint32_t index)
 
void SeekToRestartPoint (uint32_t index)
 
void CorruptionError ()
 
bool ParseNextKey ()
 

Private Attributes

const Comparator *const comparator_
 
const char *const data_
 
uint32_t const restarts_
 
uint32_t const num_restarts_
 
uint32_t current_
 
uint32_t restart_index_
 
std::string key_
 
Slice value_
 
Status status_
 

Additional Inherited Members

- Public Types inherited from leveldb::Iterator
typedef void(* CleanupFunction )(void *arg1, void *arg2)
 

Detailed Description

Definition at line 76 of file block.cc.

Constructor & Destructor Documentation

leveldb::Block::Iter::Iter ( const Comparator comparator,
const char *  data,
uint32_t  restarts,
uint32_t  num_restarts 
)
inline

Definition at line 115 of file block.cc.

Member Function Documentation

int leveldb::Block::Iter::Compare ( const Slice a,
const Slice b 
) const
inlineprivate

Definition at line 90 of file block.cc.

void leveldb::Block::Iter::CorruptionError ( )
inlineprivate

Definition at line 218 of file block.cc.

uint32_t leveldb::Block::Iter::GetRestartPoint ( uint32_t  index)
inlineprivate

Definition at line 99 of file block.cc.

virtual Slice leveldb::Block::Iter::key ( ) const
inlinevirtual

Implements leveldb::Iterator.

Definition at line 130 of file block.cc.

virtual void leveldb::Block::Iter::Next ( )
inlinevirtual

Implements leveldb::Iterator.

Definition at line 139 of file block.cc.

uint32_t leveldb::Block::Iter::NextEntryOffset ( ) const
inlineprivate

Definition at line 95 of file block.cc.

bool leveldb::Block::Iter::ParseNextKey ( )
inlineprivate

Definition at line 226 of file block.cc.

virtual void leveldb::Block::Iter::Prev ( )
inlinevirtual

Implements leveldb::Iterator.

Definition at line 144 of file block.cc.

virtual void leveldb::Block::Iter::Seek ( const Slice target)
inlinevirtual

Implements leveldb::Iterator.

Definition at line 165 of file block.cc.

virtual void leveldb::Block::Iter::SeekToFirst ( )
inlinevirtual

Implements leveldb::Iterator.

Definition at line 205 of file block.cc.

virtual void leveldb::Block::Iter::SeekToLast ( )
inlinevirtual

Implements leveldb::Iterator.

Definition at line 210 of file block.cc.

void leveldb::Block::Iter::SeekToRestartPoint ( uint32_t  index)
inlineprivate

Definition at line 104 of file block.cc.

virtual Status leveldb::Block::Iter::status ( ) const
inlinevirtual

Implements leveldb::Iterator.

Definition at line 129 of file block.cc.

virtual bool leveldb::Block::Iter::Valid ( ) const
inlinevirtual

Implements leveldb::Iterator.

Definition at line 128 of file block.cc.

virtual Slice leveldb::Block::Iter::value ( ) const
inlinevirtual

Implements leveldb::Iterator.

Definition at line 134 of file block.cc.

Member Data Documentation

const Comparator* const leveldb::Block::Iter::comparator_
private

Definition at line 78 of file block.cc.

uint32_t leveldb::Block::Iter::current_
private

Definition at line 84 of file block.cc.

const char* const leveldb::Block::Iter::data_
private

Definition at line 79 of file block.cc.

std::string leveldb::Block::Iter::key_
private

Definition at line 86 of file block.cc.

uint32_t const leveldb::Block::Iter::num_restarts_
private

Definition at line 81 of file block.cc.

uint32_t leveldb::Block::Iter::restart_index_
private

Definition at line 85 of file block.cc.

uint32_t const leveldb::Block::Iter::restarts_
private

Definition at line 80 of file block.cc.

Status leveldb::Block::Iter::status_
private

Definition at line 88 of file block.cc.

Slice leveldb::Block::Iter::value_
private

Definition at line 87 of file block.cc.


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