OpenSDN source code
NhFlowMgmtKey Class Reference

#include <flow_mgmt_key.h>

Inheritance diagram for NhFlowMgmtKey:
Collaboration diagram for NhFlowMgmtKey:

Public Member Functions

 NhFlowMgmtKey (const NextHop *nh)
 
virtual ~NhFlowMgmtKey ()
 
virtual FlowMgmtKeyClone ()
 
- Public Member Functions inherited from FlowMgmtKey
 FlowMgmtKey (Type type, const DBEntry *db_entry)
 
virtual ~FlowMgmtKey ()
 
virtual void KeyToFlowRequest (FlowEvent *req)
 
virtual bool UseDBEntry () const
 
virtual bool Compare (const FlowMgmtKey *rhs) const
 
bool IsLess (const FlowMgmtKey *rhs) const
 
FlowEvent::Event FreeDBEntryEvent () const
 
Type type () const
 
const DBEntrydb_entry () const
 
void set_db_entry (const DBEntry *db_entry)
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (NhFlowMgmtKey)
 

Additional Inherited Members

- Public Types inherited from FlowMgmtKey
enum  Type {
  INVALID , INTERFACE , ACL , ACE_ID ,
  VN , VM , INET4 , INET6 ,
  BRIDGE , NH , VRF , BGPASASERVICE ,
  END
}
 
- Protected Attributes inherited from FlowMgmtKey
Type type_
 
const DBEntrydb_entry_
 

Detailed Description

Definition at line 138 of file flow_mgmt_key.h.

Constructor & Destructor Documentation

◆ NhFlowMgmtKey()

NhFlowMgmtKey::NhFlowMgmtKey ( const NextHop nh)
inline

Definition at line 140 of file flow_mgmt_key.h.

◆ ~NhFlowMgmtKey()

virtual NhFlowMgmtKey::~NhFlowMgmtKey ( )
inlinevirtual

Definition at line 141 of file flow_mgmt_key.h.

Member Function Documentation

◆ Clone()

virtual FlowMgmtKey* NhFlowMgmtKey::Clone ( )
inlinevirtual

Implements FlowMgmtKey.

Definition at line 143 of file flow_mgmt_key.h.

Here is the call graph for this function:

◆ DISALLOW_COPY_AND_ASSIGN()

NhFlowMgmtKey::DISALLOW_COPY_AND_ASSIGN ( NhFlowMgmtKey  )
private

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