OpenSDN source code
FlowEntryInfo Class Reference

#include <flow_entry_info.h>

Public Member Functions

 FlowEntryInfo (FlowEntry *flow)
 
virtual ~FlowEntryInfo ()
 
const FlowMgmtKeyTreetree () const
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (FlowEntryInfo)
 

Private Attributes

FlowEntryPtr flow_
 
FlowMgmtKeyTree tree_
 
uint32_t count_
 
bool ingress_
 
bool local_flow_
 

Friends

class FlowMgmtManager
 

Detailed Description

Definition at line 14 of file flow_entry_info.h.

Constructor & Destructor Documentation

◆ FlowEntryInfo()

FlowEntryInfo::FlowEntryInfo ( FlowEntry flow)
inline

Definition at line 16 of file flow_entry_info.h.

◆ ~FlowEntryInfo()

virtual FlowEntryInfo::~FlowEntryInfo ( )
inlinevirtual

Definition at line 19 of file flow_entry_info.h.

Member Function Documentation

◆ DISALLOW_COPY_AND_ASSIGN()

FlowEntryInfo::DISALLOW_COPY_AND_ASSIGN ( FlowEntryInfo  )
private

◆ tree()

const FlowMgmtKeyTree& FlowEntryInfo::tree ( ) const
inline

Definition at line 20 of file flow_entry_info.h.

Friends And Related Function Documentation

◆ FlowMgmtManager

friend class FlowMgmtManager
friend

Definition at line 23 of file flow_entry_info.h.

Member Data Documentation

◆ count_

uint32_t FlowEntryInfo::count_
private

Definition at line 26 of file flow_entry_info.h.

◆ flow_

FlowEntryPtr FlowEntryInfo::flow_
private

Definition at line 24 of file flow_entry_info.h.

◆ ingress_

bool FlowEntryInfo::ingress_
private

Definition at line 27 of file flow_entry_info.h.

◆ local_flow_

bool FlowEntryInfo::local_flow_
private

Definition at line 28 of file flow_entry_info.h.

◆ tree_

FlowMgmtKeyTree FlowEntryInfo::tree_
private

Definition at line 25 of file flow_entry_info.h.


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