Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
CAddressBookData Class Reference

Address book data. More...

#include <wallet.h>

+ Collaboration diagram for CAddressBookData:

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 82 of file wallet.h.

Member Typedef Documentation

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

Definition at line 93 of file wallet.h.

Constructor & Destructor Documentation

CAddressBookData::CAddressBookData ( )
inline

Definition at line 88 of file wallet.h.

Member Data Documentation

StringMap CAddressBookData::destdata

Definition at line 94 of file wallet.h.

Referenced by WalletModel::loadReceiveRequests().

std::string CAddressBookData::name
std::string CAddressBookData::purpose

Definition at line 86 of file wallet.h.

Referenced by AddressTablePriv::refreshAddressTable().


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