47 std::vector<AddressBookRow*>
getAll()
const;
48 bool addRow(
const std::string &dst_addr ,
const std::string &payment_id,
const std::string &description);
void refresh()
Definition: address_book.cpp:99
int errorCode() const
Definition: address_book.h:53
void clearRows()
Definition: address_book.cpp:159
int lookupPaymentID(const std::string &payment_id) const
Definition: address_book.cpp:137
void clearStatus()
Definition: address_book.cpp:166
std::vector< AddressBookRow * > m_rows
Definition: address_book.h:63
WalletImpl * m_wallet
Definition: address_book.h:62
std::string m_errorString
Definition: address_book.h:64
bool addRow(const std::string &dst_addr, const std::string &payment_id, const std::string &description)
Definition: address_book.cpp:48
Definition: address_book.cpp:41
~AddressBookImpl()
Definition: address_book.cpp:177
bool deleteRow(std::size_t rowId)
Definition: address_book.cpp:128
Definition: address_book.h:39
std::vector< AddressBookRow * > getAll() const
Definition: address_book.cpp:171
AddressBookImpl(WalletImpl *wallet)
Definition: address_book.cpp:45
std::string errorString() const
Definition: address_book.h:52
int m_errorCode
Definition: address_book.h:65
The AddressBook - interface for Book.
Definition: wallet2_api.h:209