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::BlockConstructor Class Reference
Inheritance diagram for leveldb::BlockConstructor:
Inheritance graph
[legend]
Collaboration diagram for leveldb::BlockConstructor:
Collaboration graph
[legend]

Public Member Functions

 BlockConstructor (const Comparator *cmp)
 
 ~BlockConstructor ()
 
virtual Status FinishImpl (const Options &options, const KVMap &data)
 
virtual IteratorNewIterator () const
 
- Public Member Functions inherited from leveldb::Constructor
 Constructor (const Comparator *cmp)
 
virtual ~Constructor ()
 
void Add (const std::string &key, const Slice &value)
 
void Finish (const Options &options, std::vector< std::string > *keys, KVMap *kvmap)
 
virtual const KVMapdata ()
 
virtual DBdb () const
 

Private Member Functions

 BlockConstructor ()
 

Private Attributes

const Comparatorcomparator_
 
std::string data_
 
Blockblock_
 

Detailed Description

Definition at line 181 of file table_test.cc.

Constructor & Destructor Documentation

leveldb::BlockConstructor::BlockConstructor ( const Comparator cmp)
inlineexplicit

Definition at line 183 of file table_test.cc.

leveldb::BlockConstructor::~BlockConstructor ( )
inline

Definition at line 187 of file table_test.cc.

leveldb::BlockConstructor::BlockConstructor ( )
private

Member Function Documentation

virtual Status leveldb::BlockConstructor::FinishImpl ( const Options options,
const KVMap data 
)
inlinevirtual

Implements leveldb::Constructor.

Definition at line 190 of file table_test.cc.

virtual Iterator* leveldb::BlockConstructor::NewIterator ( ) const
inlinevirtual

Implements leveldb::Constructor.

Definition at line 209 of file table_test.cc.

Member Data Documentation

Block* leveldb::BlockConstructor::block_
private

Definition at line 216 of file table_test.cc.

const Comparator* leveldb::BlockConstructor::comparator_
private

Definition at line 214 of file table_test.cc.

std::string leveldb::BlockConstructor::data_
private

Definition at line 215 of file table_test.cc.


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