Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
CAddressBookData Class Reference

Address book data. More...

#include <wallet.h>

Public Types

typedef std::map< std::string, std::string > StringMap
 

Public Member Functions

 CAddressBookData ()
 

Public Attributes

std::string name
 
std::string purpose
 
StringMap destdata
 

Detailed Description

Address book data.

Definition at line 156 of file wallet.h.

Member Typedef Documentation

typedef std::map<std::string, std::string> CAddressBookData::StringMap

Definition at line 164 of file wallet.h.

Constructor & Destructor Documentation

CAddressBookData::CAddressBookData ( )
inline

Definition at line 162 of file wallet.h.

Member Data Documentation

StringMap CAddressBookData::destdata

Definition at line 165 of file wallet.h.

std::string CAddressBookData::name

Definition at line 159 of file wallet.h.

std::string CAddressBookData::purpose

Definition at line 160 of file wallet.h.


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