Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CBanDB Class Reference

Access to the banlist database (banlist.dat) More...

#include <addrdb.h>

Public Member Functions

 CBanDB ()
 
bool Write (const banmap_t &banSet)
 
bool Read (banmap_t &banSet)
 

Private Attributes

fs::path pathBanlist
 

Detailed Description

Access to the banlist database (banlist.dat)

Definition at line 92 of file addrdb.h.

Constructor & Destructor Documentation

CBanDB::CBanDB ( )

Definition at line 108 of file addrdb.cpp.

Here is the call graph for this function:

Member Function Documentation

bool CBanDB::Read ( banmap_t banSet)

Definition at line 118 of file addrdb.cpp.

Here is the caller graph for this function:

bool CBanDB::Write ( const banmap_t banSet)

Definition at line 113 of file addrdb.cpp.

Here is the caller graph for this function:

Member Data Documentation

fs::path CBanDB::pathBanlist
private

Definition at line 95 of file addrdb.h.


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