#include "xyzzy/portable.hxx"
#include "xyzzy/exception.hxx"
#include "xyzzy/assert.hxx"
#include "xyzzy/util.hxx"
Go to the source code of this file.
Namespaces | |
namespace | xyzzy |
Classes | |
class | xyzzy::TBvBase |
class | xyzzy::PTBitVecMethods< T > |
class | xyzzy::PTBitVec< T > |
class | xyzzy::PTBitVec< T >::TAccessor |
class | xyzzy::TBitVec< LB, RB > |
class | xyzzy::TBitVec64< LB, RB > |
Defines | |
#define | _xyzzy_bitvec_hxx_ |
#define | GEN_BOUNDS(lb_, rb_) (rb_ != ~0u) ? lb_ : (lb_-1), (rb_ != ~0u) ? rb_ : 0 |
#define _xyzzy_bitvec_hxx_ |
#define GEN_BOUNDS | ( | lb_, | |||
rb_ | ) | (rb_ != ~0u) ? lb_ : (lb_-1), (rb_ != ~0u) ? rb_ : 0 |