#include <address_book.h>
◆ AddressBookImpl()
| Monero::AddressBookImpl::AddressBookImpl |
( |
WalletImpl * | wallet | ) |
|
◆ ~AddressBookImpl()
| Monero::AddressBookImpl::~AddressBookImpl |
( |
| ) |
|
◆ addRow()
| bool Monero::AddressBookImpl::addRow |
( |
const std::string & | dst_addr, |
|
|
const std::string & | payment_id, |
|
|
const std::string & | description ) |
|
overridevirtual |
◆ clearRows()
| void Monero::AddressBookImpl::clearRows |
( |
| ) |
|
|
private |
◆ clearStatus()
| void Monero::AddressBookImpl::clearStatus |
( |
| ) |
|
|
private |
◆ deleteRow()
| bool Monero::AddressBookImpl::deleteRow |
( |
std::size_t | rowId | ) |
|
|
overridevirtual |
◆ errorCode()
| int Monero::AddressBookImpl::errorCode |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ errorString()
| std::string Monero::AddressBookImpl::errorString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getAll()
| std::vector< AddressBookRow * > Monero::AddressBookImpl::getAll |
( |
| ) |
const |
|
overridevirtual |
◆ lookupPaymentID()
| int Monero::AddressBookImpl::lookupPaymentID |
( |
const std::string & | payment_id | ) |
const |
|
overridevirtual |
◆ refresh()
| void Monero::AddressBookImpl::refresh |
( |
| ) |
|
|
overridevirtual |
◆ setDescription()
| bool Monero::AddressBookImpl::setDescription |
( |
std::size_t | index, |
|
|
const std::string & | description ) |
|
overridevirtual |
◆ m_errorCode
| int Monero::AddressBookImpl::m_errorCode |
|
private |
◆ m_errorString
| std::string Monero::AddressBookImpl::m_errorString |
|
private |
◆ m_rows
◆ m_wallet
The documentation for this class was generated from the following files: