BitMagic-C++
Public Member Functions
bm::bvmini< N > Class Template Reference

Mini bit-vector for auxiliary purposes. More...

#include <bmvmin.h>

Public Member Functions

 bvmini (int=0)
 
 bvmini (const bvmini &mset)
 
unsigned test (bm::id_t n) const
 Checks if bit pos 1 or 0. Returns 0 if 0 and non zero otherwise. More...
 
void set (bm::id_t n, bool val=true)
  More...
 
unsigned mem_used () const
 
void swap (bvmini &mset)
  More...
 

Detailed Description

template<size_t N>
class bm::bvmini< N >

Mini bit-vector for auxiliary purposes.

See also
miniset

Definition at line 213 of file bmvmin.h.

Member Function Documentation

◆ set()

template<size_t N>
void bm::bvmini< N >::set ( bm::id_t  n,
bool  val = true 
)
inline

Definition at line 234 of file bmvmin.h.

References bm::set_word_mask, and bm::set_word_shift.

◆ swap()

template<size_t N>
void bm::bvmini< N >::swap ( bvmini< N > &  mset)
inline

Definition at line 247 of file bmvmin.h.

References BM_MINISET_ARRSIZE.

◆ test()

template<size_t N>
unsigned bm::bvmini< N >::test ( bm::id_t  n) const
inline

Checks if bit pos 1 or 0. Returns 0 if 0 and non zero otherwise.

Definition at line 229 of file bmvmin.h.

References bm::set_word_mask, and bm::set_word_shift.


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