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

Public Member Functions

 Harness ()
 
void Init (const TestArgs &args)
 
 ~Harness ()
 
void Add (const std::string &key, const std::string &value)
 
void Test (Random *rnd)
 
void TestForwardScan (const std::vector< std::string > &keys, const KVMap &data)
 
void TestBackwardScan (const std::vector< std::string > &keys, const KVMap &data)
 
void TestRandomAccess (Random *rnd, const std::vector< std::string > &keys, const KVMap &data)
 
std::string ToString (const KVMap &data, const KVMap::const_iterator &it)
 
std::string ToString (const KVMap &data, const KVMap::const_reverse_iterator &it)
 
std::string ToString (const Iterator *it)
 
std::string PickRandomKey (Random *rnd, const std::vector< std::string > &keys)
 
DBdb () const
 

Private Attributes

Options options_
 
Constructorconstructor_
 

Detailed Description

Definition at line 437 of file table_test.cc.

Constructor & Destructor Documentation

leveldb::Harness::Harness ( )
inline

Definition at line 439 of file table_test.cc.

leveldb::Harness::~Harness ( )
inline

Definition at line 469 of file table_test.cc.

Member Function Documentation

void leveldb::Harness::Add ( const std::string &  key,
const std::string &  value 
)
inline

Definition at line 473 of file table_test.cc.

DB* leveldb::Harness::db ( ) const
inline

Definition at line 640 of file table_test.cc.

void leveldb::Harness::Init ( const TestArgs args)
inline

Definition at line 441 of file table_test.cc.

std::string leveldb::Harness::PickRandomKey ( Random rnd,
const std::vector< std::string > &  keys 
)
inline

Definition at line 612 of file table_test.cc.

void leveldb::Harness::Test ( Random rnd)
inline

Definition at line 477 of file table_test.cc.

void leveldb::Harness::TestBackwardScan ( const std::vector< std::string > &  keys,
const KVMap data 
)
inline

Definition at line 502 of file table_test.cc.

void leveldb::Harness::TestForwardScan ( const std::vector< std::string > &  keys,
const KVMap data 
)
inline

Definition at line 487 of file table_test.cc.

void leveldb::Harness::TestRandomAccess ( Random rnd,
const std::vector< std::string > &  keys,
const KVMap data 
)
inline

Definition at line 517 of file table_test.cc.

std::string leveldb::Harness::ToString ( const KVMap data,
const KVMap::const_iterator &  it 
)
inline

Definition at line 587 of file table_test.cc.

std::string leveldb::Harness::ToString ( const KVMap data,
const KVMap::const_reverse_iterator &  it 
)
inline

Definition at line 595 of file table_test.cc.

std::string leveldb::Harness::ToString ( const Iterator it)
inline

Definition at line 604 of file table_test.cc.

Member Data Documentation

Constructor* leveldb::Harness::constructor_
private

Definition at line 644 of file table_test.cc.

Options leveldb::Harness::options_
private

Definition at line 643 of file table_test.cc.


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