OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ReceiveNHKey Class Reference

#include <nexthop.h>

Inheritance diagram for ReceiveNHKey:
Collaboration diagram for ReceiveNHKey:

Public Member Functions

 ReceiveNHKey (InterfaceKey *intf_key, bool policy)
 
virtual ~ReceiveNHKey ()
 
virtual NextHopAllocEntry () const
 
virtual NextHopKeyClone () const
 
- Public Member Functions inherited from NextHopKey
 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
 
- Public Member Functions inherited from AgentKey
 AgentKey ()
 
 AgentKey (DBSubOperation sub_op)
 
virtual ~AgentKey ()
 
- Public Member Functions inherited from DBRequestKey
virtual ~DBRequestKey ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (ReceiveNHKey)
 

Private Attributes

boost::scoped_ptr< InterfaceKeyintf_key_
 

Friends

class ReceiveNH
 

Additional Inherited Members

- Public Types inherited from AgentKey
enum  DBSubOperation { ADD_DEL_CHANGE, RESYNC }
 
- Public Attributes inherited from AgentKey
uint8_t sub_op_
 
- Protected Attributes inherited from NextHopKey
NextHop::Type type_
 
bool policy_
 

Detailed Description

Definition at line 629 of file nexthop.h.

Constructor & Destructor Documentation

ReceiveNHKey::ReceiveNHKey ( InterfaceKey intf_key,
bool  policy 
)
inline

Definition at line 631 of file nexthop.h.

virtual ReceiveNHKey::~ReceiveNHKey ( )
inlinevirtual

Definition at line 634 of file nexthop.h.

Member Function Documentation

NextHop * ReceiveNHKey::AllocEntry ( ) const
virtual

Implements NextHopKey.

Definition at line 1510 of file nexthop.cc.

Here is the call graph for this function:

virtual NextHopKey* ReceiveNHKey::Clone ( ) const
inlinevirtual

Implements NextHopKey.

Definition at line 636 of file nexthop.h.

Here is the call graph for this function:

ReceiveNHKey::DISALLOW_COPY_AND_ASSIGN ( ReceiveNHKey  )
private

Friends And Related Function Documentation

friend class ReceiveNH
friend

Definition at line 641 of file nexthop.h.

Member Data Documentation

boost::scoped_ptr<InterfaceKey> ReceiveNHKey::intf_key_
private

Definition at line 642 of file nexthop.h.


The documentation for this class was generated from the following files: