BitMagic-C++
Functions | Variables
sample14.cpp File Reference

Example: bvector<> set operations on serialized/compressed BLOBs. More...

#include <stdlib.h>
#include <iostream>
#include <vector>
#include "bm.h"
#include "bmserial.h"
Include dependency graph for sample14.cpp:

Go to the source code of this file.

Functions

static void fill_bvector (bm::bvector<> *bv)
 
int main (void)
 

Variables

const unsigned MAX_VALUE = 1000000
 

Detailed Description

Example: bvector<> set operations on serialized/compressed BLOBs.

Definition in file sample14.cpp.

Function Documentation

◆ fill_bvector()

static void fill_bvector ( bm::bvector<> *  bv)
static
Examples:
sample14.cpp.

Definition at line 45 of file sample14.cpp.

References MAX_VALUE, and bm::bvector< Alloc >::set().

Referenced by main().

◆ main()

int main ( void  )

Variable Documentation

◆ MAX_VALUE

const unsigned MAX_VALUE = 1000000
Examples:
sample14.cpp.

Definition at line 42 of file sample14.cpp.

Referenced by fill_bvector().