OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
KSyncFlowIndexManager::IndexEntry Struct Reference

#include <ksync_flow_index_manager.h>

Collaboration diagram for KSyncFlowIndexManager::IndexEntry:

Public Member Functions

 IndexEntry ()
 
virtual ~IndexEntry ()
 
 IndexEntry (const IndexEntry &i)
 

Public Attributes

tbb::mutex mutex_
 
FlowEntryPtr owner_
 

Detailed Description

Definition at line 34 of file ksync_flow_index_manager.h.

Constructor & Destructor Documentation

KSyncFlowIndexManager::IndexEntry::IndexEntry ( )
inline

Definition at line 35 of file ksync_flow_index_manager.h.

virtual KSyncFlowIndexManager::IndexEntry::~IndexEntry ( )
inlinevirtual

Definition at line 36 of file ksync_flow_index_manager.h.

KSyncFlowIndexManager::IndexEntry::IndexEntry ( const IndexEntry i)
inline

Definition at line 40 of file ksync_flow_index_manager.h.

Member Data Documentation

tbb::mutex KSyncFlowIndexManager::IndexEntry::mutex_

Definition at line 44 of file ksync_flow_index_manager.h.

FlowEntryPtr KSyncFlowIndexManager::IndexEntry::owner_

Definition at line 45 of file ksync_flow_index_manager.h.


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