iota.lib.cpp
IOTA C++ Library
|
This is the complete list of members for IOTA::Models::Neighbor, including all inherited members.
getAddress() const | IOTA::Models::Neighbor | |
getNumberOfAllTransactions() const | IOTA::Models::Neighbor | |
getNumberOfInvalidTransactions() const | IOTA::Models::Neighbor | |
getNumberOfNewTransactions() const | IOTA::Models::Neighbor | |
Neighbor()=default | IOTA::Models::Neighbor | |
Neighbor(const Types::Trytes &address, const int64_t &numberOfAllTransactions, const int64_t &numberOfInvalidTransactions, const int64_t &numberOfNewTransactions) | IOTA::Models::Neighbor | |
operator!=(const Neighbor &rhs) const | IOTA::Models::Neighbor | |
operator==(const Neighbor &rhs) const | IOTA::Models::Neighbor | |
setAddress(const Types::Trytes &addr) | IOTA::Models::Neighbor | |
setNumberOfAllTransactions(const int64_t &nbTrx) | IOTA::Models::Neighbor | |
setNumberOfInvalidTransactions(const int64_t &nbTrx) | IOTA::Models::Neighbor | |
setNumberOfNewTransactions(const int64_t &nbTrx) | IOTA::Models::Neighbor | |
~Neighbor()=default | IOTA::Models::Neighbor |