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

private adaptor for C-style callbacks More...

#include <bmalgo.h>

Public Types

typedef VCBT bit_visitor_callback_type
 

Public Member Functions

 bit_vitor_callback_adaptor (void *h, bit_visitor_callback_type cb_func)
 
void add_bits (size_type offset, const unsigned char *bits, unsigned size)
  More...
 
void 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_vitor_callback_adaptor< VCBT, size_type >

private adaptor for C-style callbacks

Definition at line 287 of file bmalgo.h.


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