GetFEM  5.4.2
dal_bit_vector.h File Reference

Provide a dynamic bit container. More...

#include "dal_basic.h"
#include <limits.h>
#include <bitset>
#include <iterator>
#include <algorithm>

Go to the source code of this file.

Detailed Description

Provide a dynamic bit container.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r
Date
June 01, 1995. Provide a dynamic bit container, which can also be considered as a set of integers.

As a convention, the default value of a bit is false. The main member functions are dal::bit_vector::is_in, dal::bit_vector::add, dal::bit_vector::sup. Iterate over the bit_vector with dal::bv_visitor

Definition in file dal_bit_vector.h.