#include "gft_bmap.h"
Namespaces | |
gft | |
Base namespace for common definitions and prototypes. | |
gft::BMap | |
Common definitions and functions to manipulate a vector of booleans. | |
Functions | |
BMap * | gft::BMap::Create (int n) |
void | gft::BMap::Destroy (BMap **b) |
void | gft::BMap::Fill (BMap *b, int value) |
void | gft::BMap::Copy (BMap *dest, BMap *src) |