![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <addrdb.h>
Public Member Functions | |
CAddrDB () | |
bool | Write (const CAddrMan &addr) |
bool | Read (CAddrMan &addr) |
bool | Read (CAddrMan &addr, CDataStream &ssPeers) |
Private Attributes | |
boost::filesystem::path | pathAddr |
CAddrDB::CAddrDB | ( | ) |
Definition at line 116 of file addrdb.cpp.
bool CAddrDB::Read | ( | CAddrMan & | addr | ) |
Definition at line 159 of file addrdb.cpp.
Referenced by CConnman::Start().
bool CAddrDB::Read | ( | CAddrMan & | addr, |
CDataStream & | ssPeers | ||
) |
Definition at line 197 of file addrdb.cpp.
bool CAddrDB::Write | ( | const CAddrMan & | addr | ) |
Definition at line 121 of file addrdb.cpp.
Referenced by CConnman::DumpAddresses().
|
private |