#include <peermanager.h>
Definition at line 52 of file peermanager.h.
◆ Slot()
avalanche::Slot::Slot |
( |
uint64_t |
startIn, |
|
|
uint32_t |
scoreIn, |
|
|
PeerId |
peeridIn |
|
) |
| |
|
inline |
◆ contains()
bool avalanche::Slot::contains |
( |
uint64_t |
slot | ) |
const |
|
inline |
◆ follows()
bool avalanche::Slot::follows |
( |
uint64_t |
slot | ) |
const |
|
inline |
◆ getPeerId()
PeerId avalanche::Slot::getPeerId |
( |
| ) |
const |
|
inline |
◆ getScore()
uint32_t avalanche::Slot::getScore |
( |
| ) |
const |
|
inline |
◆ getStart()
uint64_t avalanche::Slot::getStart |
( |
| ) |
const |
|
inline |
◆ getStop()
uint64_t avalanche::Slot::getStop |
( |
| ) |
const |
|
inline |
◆ precedes()
bool avalanche::Slot::precedes |
( |
uint64_t |
slot | ) |
const |
|
inline |
◆ withPeerId()
Slot avalanche::Slot::withPeerId |
( |
PeerId |
peeridIn | ) |
const |
|
inline |
◆ withScore()
Slot avalanche::Slot::withScore |
( |
uint64_t |
scoreIn | ) |
const |
|
inline |
◆ withStart()
Slot avalanche::Slot::withStart |
( |
uint64_t |
startIn | ) |
const |
|
inline |
◆ peerid
PeerId avalanche::Slot::peerid |
|
private |
◆ score
uint32_t avalanche::Slot::score |
|
private |
◆ start
uint64_t avalanche::Slot::start |
|
private |
The documentation for this struct was generated from the following file: