|
BitMagic-C++
|
Functor for bit-copy (for testing). More...
#include <bmalgo.h>
Public Types | |
| typedef BV::size_type | size_type |
Public Member Functions | |
| bit_vistor_copy_functor (BV &bv) | |
| int | add_bits (size_type offset, const unsigned char *bits, unsigned size) |
| int | add_range (size_type offset, size_type size) |
Data Fields | |
| BV & | bv_ |
| bit_visitor_callback_type | func_ |
Functor for bit-copy (for testing).
| typedef BV::size_type bm::bit_vistor_copy_functor< BV >::size_type |
|
inline |
|
inline |
|
inline |
| BV& bm::bit_vistor_copy_functor< BV >::bv_ |
Definition at line 316 of file bmalgo.h.
Referenced by add_bits(), add_range(), and bit_vistor_copy_functor().
| bit_visitor_callback_type bm::bit_vistor_copy_functor< BV >::func_ |