Raven Core  3.0.0
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 143 of file wallet.h.

Member Typedef Documentation

◆ StringMap

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

Definition at line 151 of file wallet.h.

Constructor & Destructor Documentation

◆ CAddressBookData()

CAddressBookData::CAddressBookData ( )
inline

Definition at line 149 of file wallet.h.

Member Data Documentation

◆ destdata

StringMap CAddressBookData::destdata

Definition at line 152 of file wallet.h.

◆ name

std::string CAddressBookData::name

Definition at line 146 of file wallet.h.

◆ purpose

std::string CAddressBookData::purpose

Definition at line 147 of file wallet.h.


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