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

Public Member Functions | |
| template<class = void> | |
| SlotHandouts (SlotImp::ptr const &slot) | |
| template<class = void> | |
| bool | try_insert (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 187 of file Handouts.h.
|
explicit |
Definition at line 227 of file Handouts.h.
| bool ripple::PeerFinder::SlotHandouts::try_insert | ( | Endpoint const & | ep | ) |
Definition at line 234 of file Handouts.h.
| bool ripple::PeerFinder::SlotHandouts::full | ( | ) | const |
Definition at line 198 of file Handouts.h.
| void ripple::PeerFinder::SlotHandouts::insert | ( | Endpoint const & | ep | ) |
Definition at line 204 of file Handouts.h.
| SlotImp::ptr const & ripple::PeerFinder::SlotHandouts::slot | ( | ) | const |
Definition at line 210 of file Handouts.h.
| std::vector< Endpoint > const & ripple::PeerFinder::SlotHandouts::list | ( | ) | const |
Definition at line 216 of file Handouts.h.
|
private |
Definition at line 222 of file Handouts.h.
|
private |
Definition at line 223 of file Handouts.h.