46 std::vector<AddressBookRow*>
getAll()
const override;
47 bool addRow(
const std::string &dst_addr ,
const std::string &payment_id,
const std::string &description)
override;
48 bool deleteRow(std::size_t rowId)
override;
bool deleteRow(std::size_t rowId) override
Definition: address_book.cpp:125
std::string m_errorString
Definition: address_book.h:63
The AddressBook - interface for Book.
Definition: wallet2_api.h:240
Definition: address_book.cpp:40
std::vector< AddressBookRow * > getAll() const override
Definition: address_book.cpp:168
std::string errorString() const override
Definition: address_book.h:51
void clearStatus()
Definition: address_book.cpp:163
void clearRows()
Definition: address_book.cpp:156
std::vector< AddressBookRow * > m_rows
Definition: address_book.h:62
WalletImpl * m_wallet
Definition: address_book.h:61
bool addRow(const std::string &dst_addr, const std::string &payment_id, const std::string &description) override
Definition: address_book.cpp:47
Definition: address_book.h:38
int lookupPaymentID(const std::string &payment_id) const override
Definition: address_book.cpp:134
AddressBookImpl(WalletImpl *wallet)
Definition: address_book.cpp:44
~AddressBookImpl()
Definition: address_book.cpp:174
void refresh() override
Definition: address_book.cpp:96
int errorCode() const override
Definition: address_book.h:52
int m_errorCode
Definition: address_book.h:64