2 #ifndef __libquark_util_AllocationMap_hxx 3 #define __libquark_util_AllocationMap_hxx 75 #endif // __libquark_util_AllocationMap_hxx ~AllocationMap()
Destructor.
void clear()
Clears the allocation map.
int getSize() const
Returns the size of the AllocationMap.
Definition: AllocationMap.h++:61
void release(int index)
Releases an index.
int reserve()
Reserves an index in the map.
An index allocation map.
Definition: AllocationMap.h++:15
Definition: BarChartView.h++:6
AllocationMap(int size)
Constructs a new AllocationMap of the specified size.
bool isReserved(int index) const
Tests if a given index is reserved.