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

#include <flow_mgmt_tree.h>

Inheritance diagram for BridgeRouteFlowMgmtTree:
Collaboration diagram for BridgeRouteFlowMgmtTree:

Public Member Functions

 BridgeRouteFlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~BridgeRouteFlowMgmtTree ()
 
void ExtractKeys (FlowEntry *flow, FlowMgmtKeyTree *tree)
 
FlowMgmtEntryAllocate (const FlowMgmtKey *key)
 
bool HasVrfFlows (uint32_t vrf_id, Agent::RouteTableType type)
 
- Public Member Functions inherited from RouteFlowMgmtTree
 RouteFlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~RouteFlowMgmtTree ()
 
virtual bool Delete (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node)
 
virtual bool OperEntryDelete (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool OperEntryAdd (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
- Public Member Functions inherited from FlowMgmtTree
 FlowMgmtTree (FlowMgmtManager *mgr)
 
virtual ~FlowMgmtTree ()
 
virtual bool Add (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node)
 
virtual void InsertEntry (FlowMgmtKey *key, FlowMgmtEntry *entry)
 
virtual void RemoveEntry (Tree::iterator it)
 
virtual bool OperEntryChange (const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool RetryDelete (FlowMgmtKey *key)
 
virtual void FreeNotify (FlowMgmtKey *key, uint32_t gen_id)
 
FlowMgmtEntryLocate (FlowMgmtKey *key)
 
FlowMgmtEntryFind (FlowMgmtKey *key)
 
FlowMgmtKeyLowerBound (FlowMgmtKey *key)
 
Treetree ()
 
FlowMgmtManagermgr () const
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (BridgeRouteFlowMgmtTree)
 

Additional Inherited Members

- Public Types inherited from FlowMgmtTree
typedef std::map< FlowMgmtKey
*, FlowMgmtEntry
*, FlowMgmtKeyCmp
Tree
 
- Static Public Member Functions inherited from FlowMgmtTree
static bool AddFlowMgmtKey (FlowMgmtKeyTree *tree, FlowMgmtKey *key)
 
- Protected Member Functions inherited from FlowMgmtTree
bool TryDelete (FlowMgmtKey *key, FlowMgmtEntry *entry)
 
- Protected Attributes inherited from FlowMgmtTree
Tree tree_
 
FlowMgmtManagermgr_
 

Detailed Description

Definition at line 209 of file flow_mgmt_tree.h.

Constructor & Destructor Documentation

BridgeRouteFlowMgmtTree::BridgeRouteFlowMgmtTree ( FlowMgmtManager mgr)
inline

Definition at line 211 of file flow_mgmt_tree.h.

virtual BridgeRouteFlowMgmtTree::~BridgeRouteFlowMgmtTree ( )
inlinevirtual

Definition at line 212 of file flow_mgmt_tree.h.

Member Function Documentation

FlowMgmtEntry * BridgeRouteFlowMgmtTree::Allocate ( const FlowMgmtKey key)
virtual

Implements FlowMgmtTree.

Definition at line 631 of file flow_mgmt_tree.cc.

BridgeRouteFlowMgmtTree::DISALLOW_COPY_AND_ASSIGN ( BridgeRouteFlowMgmtTree  )
private
void BridgeRouteFlowMgmtTree::ExtractKeys ( FlowEntry flow,
FlowMgmtKeyTree tree 
)
virtual

Implements FlowMgmtTree.

Definition at line 610 of file flow_mgmt_tree.cc.

Here is the call graph for this function:

bool BridgeRouteFlowMgmtTree::HasVrfFlows ( uint32_t  vrf_id,
Agent::RouteTableType  type 
)
virtual

Implements RouteFlowMgmtTree.

Definition at line 635 of file flow_mgmt_tree.cc.

Here is the call graph for this function:


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