bit_string.hh File Reference

Go to the source code of this file.

Classes

class  bit_string_t
 Class for impementation of field of bits. More...

Variables

static const ulong_int_t bit_values [32]


Detailed Description

Unit implementing a simple vector of bits using class bit_string_t

Author:
Pavel Simecek

Variable Documentation

const ulong_int_t bit_values[32] [static]

Initial value:

   {1, 2, 4, 8, 16, 32, 64, 128, 256, 1<<9, 1<<10, 1<<11, 1<<12, 1<<13, 1<<14,
    1<<15, 1<<16, 1<<17, 1<<18, 1<<19, 1<<20, 1<<21, 1<<22, 1<<23, 1<<24,
    1<<25, 1<<26, 1<<27, 1<<28, 1<<29, 1<<30, 1<<31}


Reference Manual for Library, 2006 developed in ParaDiSe laboratory, Faculty of Informatics, Masaryk University