OpenSDN source code
|
#include <l4_port_bitmap.h>
Public Member Functions | |
PortBitmap () | |
~PortBitmap () | |
void | AddPort (uint16_t port) |
bool | Sync (std::vector< uint32_t > &bmap) |
void | Encode (std::vector< uint32_t > &bmap) |
void | Reset () |
Public Attributes | |
uint32_t | counts_ [kBucketCount] |
uint32_t | bitmap_ [kBmapCount] |
uint32_t | bitmap_old_ [kBmapCount] |
Definition at line 18 of file l4_port_bitmap.h.
|
inline |
Definition at line 19 of file l4_port_bitmap.h.
|
inline |
Definition at line 20 of file l4_port_bitmap.h.
void L4PortBitmap::PortBitmap::AddPort | ( | uint16_t | port | ) |
Definition at line 51 of file l4_port_bitmap.cc.
void L4PortBitmap::PortBitmap::Encode | ( | std::vector< uint32_t > & | bmap | ) |
Definition at line 59 of file l4_port_bitmap.cc.
void L4PortBitmap::PortBitmap::Reset | ( | ) |
Definition at line 42 of file l4_port_bitmap.cc.
bool L4PortBitmap::PortBitmap::Sync | ( | std::vector< uint32_t > & | bmap | ) |
Definition at line 65 of file l4_port_bitmap.cc.
uint32_t L4PortBitmap::PortBitmap::bitmap_[kBmapCount] |
Definition at line 23 of file l4_port_bitmap.h.
uint32_t L4PortBitmap::PortBitmap::bitmap_old_[kBmapCount] |
Definition at line 24 of file l4_port_bitmap.h.
uint32_t L4PortBitmap::PortBitmap::counts_[kBucketCount] |
Definition at line 22 of file l4_port_bitmap.h.