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

Public Member Functions

 TableConstructor (const Comparator *cmp)
 
 ~TableConstructor ()
 
virtual Status FinishImpl (const Options &options, const KVMap &data)
 
virtual IteratorNewIterator () const
 
uint64_t ApproximateOffsetOf (const Slice &key) 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

void Reset ()
 
 TableConstructor ()
 

Private Attributes

StringSourcesource_
 
Tabletable_
 

Detailed Description

Definition at line 221 of file table_test.cc.

Constructor & Destructor Documentation

leveldb::TableConstructor::TableConstructor ( const Comparator cmp)
inline

Definition at line 223 of file table_test.cc.

leveldb::TableConstructor::~TableConstructor ( )
inline

Definition at line 227 of file table_test.cc.

leveldb::TableConstructor::TableConstructor ( )
private

Member Function Documentation

uint64_t leveldb::TableConstructor::ApproximateOffsetOf ( const Slice key) const
inline

Definition at line 257 of file table_test.cc.

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

Implements leveldb::Constructor.

Definition at line 230 of file table_test.cc.

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

Implements leveldb::Constructor.

Definition at line 253 of file table_test.cc.

void leveldb::TableConstructor::Reset ( )
inlineprivate

Definition at line 262 of file table_test.cc.

Member Data Documentation

StringSource* leveldb::TableConstructor::source_
private

Definition at line 269 of file table_test.cc.

Table* leveldb::TableConstructor::table_
private

Definition at line 270 of file table_test.cc.


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