Anoncoin  0.9.4
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)
 

Private Attributes

boost::filesystem::path pathAddr
 

Detailed Description

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

Definition at line 778 of file net.h.

Constructor & Destructor Documentation

CAddrDB::CAddrDB ( )

Definition at line 2208 of file net.cpp.

Here is the call graph for this function:

Member Function Documentation

bool CAddrDB::Read ( CAddrMan addr)

Definition at line 2251 of file net.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool CAddrDB::Write ( const CAddrMan addr)

Definition at line 2213 of file net.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

boost::filesystem::path CAddrDB::pathAddr
private

Definition at line 781 of file net.h.


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