OpenSDN source code
label_block.h File Reference
#include <vector>
#include <boost/intrusive_ptr.hpp>
#include <tbb/mutex.h>
#include "base/bitset.h"
Include dependency graph for label_block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LabelBlockManager
 
class  LabelBlock
 

Typedefs

typedef boost::intrusive_ptr< LabelBlockManagerLabelBlockManagerPtr
 
typedef boost::intrusive_ptr< LabelBlockLabelBlockPtr
 

Functions

void intrusive_ptr_add_ref (LabelBlockManager *block_manager)
 
void intrusive_ptr_release (LabelBlockManager *block_manager)
 
void intrusive_ptr_add_ref (LabelBlock *block)
 
void intrusive_ptr_release (LabelBlock *block)
 

Typedef Documentation

◆ LabelBlockManagerPtr

typedef boost::intrusive_ptr<LabelBlockManager> LabelBlockManagerPtr

Definition at line 17 of file label_block.h.

◆ LabelBlockPtr

typedef boost::intrusive_ptr<LabelBlock> LabelBlockPtr

Definition at line 18 of file label_block.h.

Function Documentation

◆ intrusive_ptr_add_ref() [1/2]

void intrusive_ptr_add_ref ( LabelBlock block)
inline

Definition at line 109 of file label_block.h.

◆ intrusive_ptr_add_ref() [2/2]

void intrusive_ptr_add_ref ( LabelBlockManager block_manager)
inline

Definition at line 55 of file label_block.h.

◆ intrusive_ptr_release() [1/2]

void intrusive_ptr_release ( LabelBlock block)
inline

Definition at line 112 of file label_block.h.

◆ intrusive_ptr_release() [2/2]

void intrusive_ptr_release ( LabelBlockManager block_manager)
inline

Definition at line 58 of file label_block.h.