BitMagic-C++
Functions
bvsetalgebra.cpp File Reference

Example: algebra of sets operations. More...

#include <assert.h>
#include <iostream>
#include <vector>
#include "bm.h"
#include "bmalgo.h"
#include "bmserial.h"
#include "bmaggregator.h"
#include "bmundef.h"
Include dependency graph for bvsetalgebra.cpp:

Go to the source code of this file.

Functions

static void print_bvector (const bm::bvector<> &bv)
  More...
 
static void make_BLOB (vector< unsigned char > &target_buf, bm::bvector<> &bv)
  More...
 
static void DemoOR ()
  More...
 
static void DemoAND ()
  More...
 
static void DemoXOR ()
  More...
 
static void DemoSUB ()
  More...
 
static void DemoAND_OR ()
  More...
 
static void DemoINV ()
  More...
 
static void DemoAND_SUB ()
  More...
 
int main (void)
  More...
 

Detailed Description

Example: algebra of sets operations.

Definition in file bvsetalgebra.cpp.