|
BitMagic-C++
|
functor-adaptor for C-style callbacks More...
#include <bmalgo_impl.h>
Public Types | |
| typedef VCBT | bit_visitor_callback_type |
Public Member Functions | |
| bit_visitor_callback_adaptor (void *h, bit_visitor_callback_type cb_func) | |
| int | add_bits (size_type offset, const unsigned char *bits, unsigned size) |
| int | add_range (size_type offset, size_type size) |
Data Fields | |
| void * | handle_ |
| bit_visitor_callback_type | func_ |
functor-adaptor for C-style callbacks
Definition at line 120 of file bmalgo_impl.h.
| typedef VCBT bm::bit_visitor_callback_adaptor< VCBT, size_type >::bit_visitor_callback_type |
Definition at line 122 of file bmalgo_impl.h.
|
inline |
Definition at line 124 of file bmalgo_impl.h.
|
inline |
Definition at line 128 of file bmalgo_impl.h.
|
inline |
Definition at line 138 of file bmalgo_impl.h.
| bit_visitor_callback_type bm::bit_visitor_callback_adaptor< VCBT, size_type >::func_ |
Definition at line 150 of file bmalgo_impl.h.
Referenced by add_bits(), add_range(), and bit_visitor_callback_adaptor().
| void* bm::bit_visitor_callback_adaptor< VCBT, size_type >::handle_ |
Definition at line 149 of file bmalgo_impl.h.
Referenced by add_bits(), add_range(), and bit_visitor_callback_adaptor().