Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Variables
txdb.h File Reference
#include "leveldbwrapper.h"
#include "main.h"
#include <map>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for txdb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CCoinsViewDB
 CCoinsView backed by the LevelDB coin database (chainstate/) More...
 
class  CBlockTreeDB
 Access to the block database (blocks/index/) More...
 

Variables

static const int64_t nDefaultDbCache = 100
 
static const int64_t nMaxDbCache = sizeof(void*) > 4 ? 4096 : 1024
 
static const int64_t nMinDbCache = 4
 

Variable Documentation

const int64_t nDefaultDbCache = 100
static

Definition at line 22 of file txdb.h.

Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().

const int64_t nMaxDbCache = sizeof(void*) > 4 ? 4096 : 1024
static

Definition at line 24 of file txdb.h.

Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().

const int64_t nMinDbCache = 4
static

Definition at line 26 of file txdb.h.

Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().