![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
| CAddressBookIterator (std::map< CWDestination, AddressBook::CAddressBookData > &_map) | |
| const CWDestination * | GetDestKey () |
| const CTxDestination * | GetCTxDestKey () |
| const libzcash::SaplingPaymentAddress * | GetShieldedDestKey () |
| AddressBook::CAddressBookData | GetValue () |
| bool | IsValid () |
| bool | Next () |
| void | SetFilter (CTxDestination &filter) |
Private Attributes | |
| std::map< CWDestination, AddressBook::CAddressBookData > & | map |
| std::map< CWDestination, AddressBook::CAddressBookData >::iterator | it |
| std::map< CWDestination, AddressBook::CAddressBookData >::iterator | itEnd |
|
inlineexplicit |
| const CTxDestination * CAddressBookIterator::GetCTxDestKey | ( | ) |
Definition at line 4959 of file wallet.cpp.
| const CWDestination * CAddressBookIterator::GetDestKey | ( | ) |
Definition at line 4969 of file wallet.cpp.
| const libzcash::SaplingPaymentAddress * CAddressBookIterator::GetShieldedDestKey | ( | ) |
Definition at line 4964 of file wallet.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |