|
xrpld
|
Receives endpoints for a slot during periodic handouts. More...
#include <Handouts.h>

Public Member Functions | |
| template<class = void> | |
| SlotHandouts (SlotImp::ptr slot) | |
| template<class = void> | |
| bool | tryInsert (Endpoint const &ep) |
| bool | full () const |
| void | insert (Endpoint const &ep) |
| SlotImp::ptr const & | slot () const |
| std::vector< Endpoint > const & | list () const |
Private Attributes | |
| SlotImp::ptr | slot_ |
| std::vector< Endpoint > | list_ |
Receives endpoints for a slot during periodic handouts.
Definition at line 171 of file Handouts.h.
|
explicit |
Definition at line 211 of file Handouts.h.
| bool xrpl::peer_finder::SlotHandouts::tryInsert | ( | Endpoint const & | ep | ) |
Definition at line 218 of file Handouts.h.
|
nodiscard |
Definition at line 182 of file Handouts.h.
| void xrpl::peer_finder::SlotHandouts::insert | ( | Endpoint const & | ep | ) |
Definition at line 188 of file Handouts.h.
|
nodiscard |
Definition at line 194 of file Handouts.h.
|
nodiscard |
Definition at line 200 of file Handouts.h.
|
private |
Definition at line 206 of file Handouts.h.
|
private |
Definition at line 207 of file Handouts.h.