5 #ifndef ctrlplane_ksync_index_table_h
6 #define ctrlplane_ksync_index_table_h
8 #include <boost/dynamic_bitset.hpp>
24 size_t index =
table_.find_first();
25 assert(index !=
table_.npos);
31 assert(index <
table_.size());
32 assert(
table_[index] == 0);
37 typedef boost::dynamic_bitset<>
Bitmap;
41 #endif // ctrlplane_ksync_index_table_h
KSyncIndexTable(unsigned int count)
boost::dynamic_bitset Bitmap