|
xrpld
|
Select all peers (except optional excluded) that are in our cluster. More...
#include <predicates.h>

Public Member Functions | |
| PeerInCluster (Peer const *skip=nullptr) | |
| bool | operator() (std::shared_ptr< Peer > const &peer) const |
Public Attributes | |
| MatchPeer | skipPeer |
Select all peers (except optional excluded) that are in our cluster.
Definition at line 111 of file predicates.h.
| xrpl::PeerInCluster::PeerInCluster | ( | Peer const * | skip = nullptr | ) |
Definition at line 115 of file predicates.h.
| bool xrpl::PeerInCluster::operator() | ( | std::shared_ptr< Peer > const & | peer | ) | const |
Definition at line 120 of file predicates.h.
| MatchPeer xrpl::PeerInCluster::skipPeer |
Definition at line 113 of file predicates.h.