Electroneum
Public Member Functions | Public Attributes | Private Attributes | List of all members
Electroneum::AddressBookRow Struct Reference

AddressBookRow - provides functions to manage address book. More...

#include <wallet2_api.h>

Collaboration diagram for Electroneum::AddressBookRow:
Collaboration graph
[legend]

Public Member Functions

 AddressBookRow (std::size_t _rowId, const std::string &_address, const std::string &_paymentId, const std::string &_description)
 
std::string getAddress () const
 
std::string getDescription () const
 
std::string getPaymentId () const
 
std::size_t getRowId () const
 

Public Attributes

std::string extra
 

Private Attributes

std::size_t m_rowId
 
std::string m_address
 
std::string m_paymentId
 
std::string m_description
 

Detailed Description

AddressBookRow - provides functions to manage address book.

Constructor & Destructor Documentation

◆ AddressBookRow()

Electroneum::AddressBookRow::AddressBookRow ( std::size_t  _rowId,
const std::string &  _address,
const std::string &  _paymentId,
const std::string &  _description 
)
inline

Member Function Documentation

◆ getAddress()

std::string Electroneum::AddressBookRow::getAddress ( ) const
inline

◆ getDescription()

std::string Electroneum::AddressBookRow::getDescription ( ) const
inline

◆ getPaymentId()

std::string Electroneum::AddressBookRow::getPaymentId ( ) const
inline

◆ getRowId()

std::size_t Electroneum::AddressBookRow::getRowId ( ) const
inline

Member Data Documentation

◆ extra

std::string Electroneum::AddressBookRow::extra

◆ m_address

std::string Electroneum::AddressBookRow::m_address
private

◆ m_description

std::string Electroneum::AddressBookRow::m_description
private

◆ m_paymentId

std::string Electroneum::AddressBookRow::m_paymentId
private

◆ m_rowId

std::size_t Electroneum::AddressBookRow::m_rowId
private

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