NCBI C++ ToolKit
|
Bitset relates utilities. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
template<class TBV , class TBuffer > | |
void | BV_Serialize (const TBV &bv, TBuffer &buf, bm::word_t *tmp_block=0, bool optimize_bv=false) |
Serialize bitset into a vector<char> compatible buffer. More... | |
Bitset relates utilities.
Definition in file ncbi_bitset_util.hpp.
void BV_Serialize | ( | const TBV & | bv, |
TBuffer & | buf, | ||
bm::word_t * | tmp_block = 0 , |
||
bool | optimize_bv = false |
||
) |
Serialize bitset into a vector<char> compatible buffer.
Definition at line 47 of file ncbi_bitset_util.hpp.
References buf, bm::serialize(), ncbi::grid::netcache::search::fields::size, and st().
Referenced by CBDB_RangeMap< TBV >::Save().