OpenSDN source code
|
#include <nexthop.h>
Public Member Functions | |
ResolveNHKey (const InterfaceKey *intf_key, bool policy) | |
virtual | ~ResolveNHKey () |
virtual NextHop * | AllocEntry () const |
virtual NextHopKey * | Clone () const |
![]() | |
NextHopKey (NextHop::Type type, bool policy) | |
virtual | ~NextHopKey () |
virtual bool | NextHopKeyIsLess (const NextHopKey &rhs) const |
bool | IsEqual (const NextHopKey &rhs) const |
void | SetPolicy (bool policy) |
NextHop::Type | GetType () const |
bool | GetPolicy () const |
bool | IsLess (const NextHopKey &rhs) const |
![]() | |
AgentKey () | |
AgentKey (DBSubOperation sub_op) | |
virtual | ~AgentKey () |
![]() | |
virtual | ~DBRequestKey () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (ResolveNHKey) | |
Private Attributes | |
boost::scoped_ptr< const InterfaceKey > | intf_key_ |
Friends | |
class | ResolveNH |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
uint8_t | sub_op_ |
![]() | |
NextHop::Type | type_ |
bool | policy_ |
|
inline |
|
virtual |
Implements NextHopKey.
Definition at line 1573 of file nexthop.cc.
|
inlinevirtual |
Implements NextHopKey.
Definition at line 709 of file nexthop.h.
|
private |
|
private |