OpenSDN source code
AclFlowMgmtKey Class Reference

#include <flow_mgmt_key.h>

Inheritance diagram for AclFlowMgmtKey:
Collaboration diagram for AclFlowMgmtKey:

Public Member Functions

 AclFlowMgmtKey (const AclDBEntry *acl, const AclEntryIDList *ace_id_list)
 
virtual ~AclFlowMgmtKey ()
 
virtual FlowMgmtKeyClone ()
 
const AclEntryIDListace_id_list () const
 
void set_ace_id_list (const AclEntryIDList *list)
 
- 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 (AclFlowMgmtKey)
 

Private Attributes

AclEntryIDList ace_id_list_
 

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 82 of file flow_mgmt_key.h.

Constructor & Destructor Documentation

◆ AclFlowMgmtKey()

AclFlowMgmtKey::AclFlowMgmtKey ( const AclDBEntry acl,
const AclEntryIDList ace_id_list 
)
inline

Definition at line 84 of file flow_mgmt_key.h.

Here is the call graph for this function:

◆ ~AclFlowMgmtKey()

virtual AclFlowMgmtKey::~AclFlowMgmtKey ( )
inlinevirtual

Definition at line 91 of file flow_mgmt_key.h.

Member Function Documentation

◆ ace_id_list()

const AclEntryIDList* AclFlowMgmtKey::ace_id_list ( ) const
inline

Definition at line 98 of file flow_mgmt_key.h.

◆ Clone()

virtual FlowMgmtKey* AclFlowMgmtKey::Clone ( )
inlinevirtual

Implements FlowMgmtKey.

Definition at line 93 of file flow_mgmt_key.h.

Here is the call graph for this function:

◆ DISALLOW_COPY_AND_ASSIGN()

AclFlowMgmtKey::DISALLOW_COPY_AND_ASSIGN ( AclFlowMgmtKey  )
private

◆ set_ace_id_list()

void AclFlowMgmtKey::set_ace_id_list ( const AclEntryIDList list)
inline

Definition at line 100 of file flow_mgmt_key.h.

Member Data Documentation

◆ ace_id_list_

AclEntryIDList AclFlowMgmtKey::ace_id_list_
private

Definition at line 105 of file flow_mgmt_key.h.


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