A destination to readvertise into.
More...
#include <daemon/rib/readvertise/readvertise-destination.hpp>
A destination to readvertise into.
Definition at line 35 of file readvertise-destination.hpp.
◆ ~ReadvertiseDestination()
virtual nfd::rib::ReadvertiseDestination::~ReadvertiseDestination |
( |
| ) |
|
|
virtualdefault |
◆ advertise()
virtual void nfd::rib::ReadvertiseDestination::advertise |
( |
const ReadvertisedRoute & |
rr, |
|
|
std::function< void()> |
successCb, |
|
|
std::function< void(const std::string &)> |
failureCb |
|
) |
| |
|
pure virtual |
◆ isAvailable()
bool nfd::rib::ReadvertiseDestination::isAvailable |
( |
| ) |
const |
|
inline |
◆ setAvailability()
void nfd::rib::ReadvertiseDestination::setAvailability |
( |
bool |
isAvailable | ) |
|
|
protected |
◆ withdraw()
virtual void nfd::rib::ReadvertiseDestination::withdraw |
( |
const ReadvertisedRoute & |
rr, |
|
|
std::function< void()> |
successCb, |
|
|
std::function< void(const std::string &)> |
failureCb |
|
) |
| |
|
pure virtual |
◆ afterAvailabilityChange