Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Functions
testutil.h File Reference
#include "leveldb/env.h"
#include "leveldb/slice.h"
#include "util/random.h"
Include dependency graph for testutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  leveldb::test::ErrorEnv
 

Namespaces

 leveldb
 
 leveldb::test
 

Functions

Slice leveldb::test::RandomString (Random *rnd, int len, std::string *dst)
 
std::string leveldb::test::RandomKey (Random *rnd, int len)
 
Slice leveldb::test::CompressibleString (Random *rnd, double compressed_fraction, int len, std::string *dst)