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

Example: bvector<> serialization/deserialization. More...

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

Go to the source code of this file.

Functions

static void fill_bvector (bm::bvector<> *bv)
  More...
 
static void print_statistics (const bm::bvector<> &bv)
  More...
 
static unsigned char * serialize_bvector (bm::serializer< bm::bvector<> > &bvs, bm::bvector<> &bv)
  More...
 
int main (void)
  More...
 

Variables

const unsigned MAX_VALUE = 1000000
  More...
 

Detailed Description

Example: bvector<> serialization/deserialization.

Definition in file sample4.cpp.