Bitcoin
Classes | Namespaces | Functions | Variables
db.h File Reference
#include <stdint.h>
#include <stdio.h>
#include "leveldb/iterator.h"
#include "leveldb/options.h"

Go to the source code of this file.

Classes

class  leveldb::Snapshot
 
struct  leveldb::Range
 
class  leveldb::DB
 

Namespaces

 leveldb
 

Functions

Status leveldb::DestroyDB (const std::string &dbname, const Options &options)
 
Status leveldb::RepairDB (const std::string &dbname, const Options &options)
 

Variables

static const int leveldb::kMajorVersion = 1
 
static const int leveldb::kMinorVersion = 20