BitMagic-C++
Public Types | Public Member Functions | Data Fields
bm::bit_vistor_copy_functor< BV > Struct Template Reference

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)
  More...
 
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

BV & bv_
  More...
 
bit_visitor_callback_type func_
 

Detailed Description

template<class BV>
struct bm::bit_vistor_copy_functor< BV >

Functor for bit-copy (for testing)

Definition at line 292 of file bmalgo.h.


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