OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
< LabelBlockManager
LabelBlockManagerPtr
 
typedef boost::intrusive_ptr
< LabelBlock
LabelBlockPtr
 

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

typedef boost::intrusive_ptr<LabelBlockManager> LabelBlockManagerPtr

Definition at line 15 of file label_block.h.

typedef boost::intrusive_ptr<LabelBlock> LabelBlockPtr

Definition at line 18 of file label_block.h.

Function Documentation

void intrusive_ptr_add_ref ( LabelBlockManager block_manager)
inline

Definition at line 55 of file label_block.h.

void intrusive_ptr_add_ref ( LabelBlock block)
inline

Definition at line 109 of file label_block.h.

void intrusive_ptr_release ( LabelBlockManager block_manager)
inline

Definition at line 58 of file label_block.h.

void intrusive_ptr_release ( LabelBlock block)
inline

Definition at line 112 of file label_block.h.

Here is the call graph for this function: