Anoncoin  0.9.4
P2P Digital Currency
Classes | Functions | Variables
db.h File Reference
#include "clientversion.h"
#include "serialize.h"
#include "sync.h"
#include <map>
#include <string>
#include <vector>
#include <boost/filesystem/path.hpp>
#include <db_cxx.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  CDBEnv
 
class  CDB
 RAII class that provides access to a Berkeley database. More...
 

Functions

void ThreadFlushWalletDB (const std::string &strWalletFile)
 

Variables

unsigned int nWalletDBUpdated
 
CDBEnv bitdb
 

Function Documentation

void ThreadFlushWalletDB ( const std::string &  strWalletFile)

Here is the caller graph for this function:

Variable Documentation

CDBEnv bitdb

Definition at line 36 of file db.cpp.

unsigned int nWalletDBUpdated

Definition at line 28 of file db.cpp.