BitMagic-C++
Public Types | Public Member Functions | Data Fields
bm::bit_visitor_callback_adaptor< VCBT, size_type > Struct Template Reference

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)
  More...
 
int add_range (size_type offset, size_type size)
  More...
 

Data Fields

void * handle_
  More...
 
bit_visitor_callback_type func_
  More...
 

Detailed Description

template<class VCBT, class size_type>
struct bm::bit_visitor_callback_adaptor< VCBT, size_type >

functor-adaptor for C-style callbacks

Definition at line 120 of file bmalgo_impl.h.


The documentation for this struct was generated from the following file: