Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
dev::eth::Defaults Struct Reference

#include <Defaults.h>

Collaboration diagram for dev::eth::Defaults:
[legend]

Public Member Functions

 Defaults ()
 

Static Public Member Functions

static Defaultsget ()
 
static void setDBPath (std::string const &_dbPath)
 
static std::string const & dbPath ()
 

Private Attributes

std::string m_dbPath
 

Static Private Attributes

static Defaultss_this = nullptr
 

Friends

class BlockChain
 
class State
 

Detailed Description

Definition at line 31 of file Defaults.h.

Constructor & Destructor Documentation

Defaults::Defaults ( )

Definition at line 31 of file Defaults.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

static std::string const& dev::eth::Defaults::dbPath ( )
inlinestatic

Definition at line 41 of file Defaults.h.

Here is the caller graph for this function:

static Defaults* dev::eth::Defaults::get ( )
inlinestatic

Definition at line 39 of file Defaults.h.

Here is the call graph for this function:

Here is the caller graph for this function:

static void dev::eth::Defaults::setDBPath ( std::string const &  _dbPath)
inlinestatic

Definition at line 40 of file Defaults.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class BlockChain
friend

Definition at line 33 of file Defaults.h.

friend class State
friend

Definition at line 34 of file Defaults.h.

Member Data Documentation

std::string dev::eth::Defaults::m_dbPath
private

Definition at line 44 of file Defaults.h.

Defaults * Defaults::s_this = nullptr
staticprivate

Definition at line 46 of file Defaults.h.


The documentation for this struct was generated from the following files: