|
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 126 of file predicates.h.
| xrpl::PeerInCluster::PeerInCluster | ( | Peer const * | skip = nullptr | ) |
Definition at line 130 of file predicates.h.
| bool xrpl::PeerInCluster::operator() | ( | std::shared_ptr< Peer > const & | peer | ) | const |
Definition at line 135 of file predicates.h.
| MatchPeer xrpl::PeerInCluster::skipPeer |
Definition at line 128 of file predicates.h.