Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Data Fields
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 ()
 

Data Fields

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.

Field 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: