![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <addrdb.h>
Public Member Functions | |
CBanDB () | |
bool | Write (const banmap_t &banSet) |
bool | Read (banmap_t &banSet) |
Private Attributes | |
boost::filesystem::path | pathBanlist |
CBanDB::CBanDB | ( | ) |
Definition at line 19 of file addrdb.cpp.
bool CBanDB::Read | ( | banmap_t & | banSet | ) |
Definition at line 62 of file addrdb.cpp.
Referenced by CConnman::Start().
bool CBanDB::Write | ( | const banmap_t & | banSet | ) |
Definition at line 24 of file addrdb.cpp.
Referenced by CConnman::DumpBanlist().
|
private |