#include <nexthop.h>
|
| ComponentNHKey (int label, std::unique_ptr< const NextHopKey > key) |
|
| ComponentNHKey (int label, Composite::Type type, bool policy, const ComponentNHKeyList &component_nh_list, const std::string &vrf_name) |
|
| ComponentNHKey (int label, const boost::uuids::uuid &intf_uuid, uint8_t flags, const MacAddress &mac) |
|
| ComponentNHKey (int label, uint8_t tag, const boost::uuids::uuid &intf_uuid) |
|
| ComponentNHKey (int label, const string &vrf_name, const Ip4Address &sip, const Ip4Address &dip, bool policy, TunnelType::TypeBmap bmap) |
|
virtual | ~ComponentNHKey () |
|
bool | operator== (const ComponentNHKey &rhs) const |
|
uint32_t | label () const |
|
const NextHopKey * | nh_key () const |
|
Definition at line 1643 of file nexthop.h.
ComponentNHKey::ComponentNHKey |
( |
int |
label, |
|
|
std::unique_ptr< const NextHopKey > |
key |
|
) |
| |
|
inline |
ComponentNHKey::ComponentNHKey |
( |
int |
label, |
|
|
uint8_t |
tag, |
|
|
const boost::uuids::uuid & |
intf_uuid |
|
) |
| |
|
inline |
virtual ComponentNHKey::~ComponentNHKey |
( |
| ) |
|
|
inlinevirtual |
uint32_t ComponentNHKey::label |
( |
| ) |
const |
|
inline |
const NextHopKey* ComponentNHKey::nh_key |
( |
| ) |
const |
|
inline |
uint32_t ComponentNHKey::label_ |
|
private |
std::unique_ptr<const NextHopKey> ComponentNHKey::nh_key_ |
|
private |
The documentation for this class was generated from the following files: