Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
CAddrDB Class Reference

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

#include <db.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 317 of file db.h.

Constructor & Destructor Documentation

CAddrDB::CAddrDB ( )

Definition at line 490 of file db.cpp.

Member Function Documentation

bool CAddrDB::Read ( CAddrMan addr)

Definition at line 533 of file db.cpp.

bool CAddrDB::Write ( const CAddrMan addr)

Definition at line 495 of file db.cpp.

Member Data Documentation

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

Definition at line 320 of file db.h.


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