PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CAddrDB Class Reference

Access to the (IP) address database (peers.dat) More...

#include <net.h>

Public Member Functions

 CAddrDB ()
 
bool Write (const CAddrMan &addr)
 
bool Read (CAddrMan &addr)
 
bool Read (CAddrMan &addr, CDataStream &ssPeers)
 

Private Attributes

fs::path pathAddr
 

Detailed Description

Access to the (IP) address database (peers.dat)

Definition at line 773 of file net.h.

Constructor & Destructor Documentation

◆ CAddrDB()

CAddrDB::CAddrDB ( )

Definition at line 2144 of file net.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Read() [1/2]

bool CAddrDB::Read ( CAddrMan addr)

Definition at line 2180 of file net.cpp.

Here is the call graph for this function:

◆ Read() [2/2]

bool CAddrDB::Read ( CAddrMan addr,
CDataStream ssPeers 
)

Definition at line 2219 of file net.cpp.

Here is the call graph for this function:

◆ Write()

bool CAddrDB::Write ( const CAddrMan addr)

Definition at line 2148 of file net.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ pathAddr

fs::path CAddrDB::pathAddr
private

Definition at line 776 of file net.h.


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