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:95
std::string m_errorString
Definition: address_book.h:63
The AddressBook - interface for Book.
Definition: wallet2_api.h:241
Definition: address_book.cpp:40
std::vector< AddressBookRow * > getAll() const override
Definition: address_book.cpp:138
std::string errorString() const override
Definition: address_book.h:51
void clearStatus()
Definition: address_book.cpp:133
void clearRows()
Definition: address_book.cpp:126
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:104
AddressBookImpl(WalletImpl *wallet)
Definition: address_book.cpp:44
~AddressBookImpl()
Definition: address_book.cpp:144
void refresh() override
Definition: address_book.cpp:73
int errorCode() const override
Definition: address_book.h:52
int m_errorCode
Definition: address_book.h:64