23 #ifndef __ccxx_AllocationMap_hxx 24 #define __ccxx_AllocationMap_hxx 64 bool release(
uint_t index);
73 bool isReserved(
uint_t index)
const;
81 {
return(_bitset.getSize()); }
90 #endif // __ccxx_AllocationMap_hxx
unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
A compact representation of an array of bits (boolean values).
Definition: BitSet.h++:42
An index allocation map.
Definition: AllocationMap.h++:36
#define COMMONCPP_API
Definition: Common.h++:126
Definition: AllocationMap.c++:25
uint_t getSize() const
Get the size of the map.
Definition: AllocationMap.h++:80