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) | |
void | add_bits (size_type offset, const unsigned char *bits, unsigned size) |
void | 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 |
Definition at line 320 of file bmalgo.h.
References bm::bit_vistor_copy_functor< BV >::bv_.
|
inline |
Definition at line 326 of file bmalgo.h.
References BM_ASSERT, and bm::bit_vistor_copy_functor< BV >::bv_.
|
inline |
Definition at line 332 of file bmalgo.h.
References BM_ASSERT, and bm::bit_vistor_copy_functor< BV >::bv_.
BV& bm::bit_vistor_copy_functor< BV >::bv_ |
Definition at line 338 of file bmalgo.h.
Referenced by bm::bit_vistor_copy_functor< BV >::add_bits(), bm::bit_vistor_copy_functor< BV >::add_range(), and bm::bit_vistor_copy_functor< BV >::bit_vistor_copy_functor().
bit_visitor_callback_type bm::bit_vistor_copy_functor< BV >::func_ |