Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Functions
db.h File Reference
#include <stdint.h>
#include <stdio.h>
#include "leveldb/iterator.h"
#include "leveldb/options.h"
Include dependency graph for db.h:
This graph shows which files directly or indirectly include this file:

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)