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

#include <label_block.h>

Collaboration diagram for LabelBlockManager:

Public Member Functions

 LabelBlockManager ()
 
 ~LabelBlockManager ()
 
LabelBlockPtr LocateBlock (uint32_t first, uint32_t last)
 
void RemoveBlock (LabelBlock *block)
 
tbb::mutex & mutex ()
 

Private Types

typedef std::vector< LabelBlock * > LabelBlockList
 

Private Member Functions

size_t size ()
 

Private Attributes

tbb::atomic< int > refcount_
 
tbb::mutex mutex_
 
LabelBlockList blocks_
 

Friends

class LabelBlockTest
 
void intrusive_ptr_add_ref (LabelBlockManager *block_manager)
 
void intrusive_ptr_release (LabelBlockManager *block_manager)
 

Detailed Description

Definition at line 30 of file label_block.h.

Member Typedef Documentation

typedef std::vector<LabelBlock *> LabelBlockManager::LabelBlockList
private

Definition at line 43 of file label_block.h.

Constructor & Destructor Documentation

LabelBlockManager::LabelBlockManager ( )

Definition at line 14 of file label_block.cc.

LabelBlockManager::~LabelBlockManager ( )

Definition at line 18 of file label_block.cc.

Member Function Documentation

LabelBlockPtr LabelBlockManager::LocateBlock ( uint32_t  first,
uint32_t  last 
)

Definition at line 22 of file label_block.cc.

tbb::mutex& LabelBlockManager::mutex ( )
inline

Definition at line 36 of file label_block.h.

void LabelBlockManager::RemoveBlock ( LabelBlock block)

Definition at line 38 of file label_block.cc.

size_t LabelBlockManager::size ( )
private

Definition at line 49 of file label_block.cc.

Friends And Related Function Documentation

void intrusive_ptr_add_ref ( LabelBlockManager block_manager)
friend

Definition at line 55 of file label_block.h.

void intrusive_ptr_release ( LabelBlockManager block_manager)
friend

Definition at line 58 of file label_block.h.

friend class LabelBlockTest
friend

Definition at line 39 of file label_block.h.

Member Data Documentation

LabelBlockList LabelBlockManager::blocks_
private

Definition at line 52 of file label_block.h.

tbb::mutex LabelBlockManager::mutex_
private

Definition at line 51 of file label_block.h.

tbb::atomic<int> LabelBlockManager::refcount_
private

Definition at line 47 of file label_block.h.


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