|
OpenSDN source code
|
#include <flow_mgmt_key.h>


Public Member Functions | |
| VnFlowMgmtKey (const VnEntry *vn) | |
| virtual | ~VnFlowMgmtKey () |
| virtual FlowMgmtKey * | Clone () |
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 DBEntry * | db_entry () const |
| void | set_db_entry (const DBEntry *db_entry) |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (VnFlowMgmtKey) | |
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 DBEntry * | db_entry_ |
Definition at line 109 of file flow_mgmt_key.h.
|
inline |
Definition at line 111 of file flow_mgmt_key.h.
|
inlinevirtual |
Definition at line 112 of file flow_mgmt_key.h.
|
inlinevirtual |
Implements FlowMgmtKey.
Definition at line 114 of file flow_mgmt_key.h.

|
private |