Shared object for allocation. More...
#include <values-list.hpp>
Public Member Functions | |
VLIO (Region &r) | |
Initialize. | |
Public Member Functions inherited from Gecode::Support::BlockAllocator< ValueList, Region > | |
BlockAllocator (Region &a) | |
Initialize. | |
~BlockAllocator (void) | |
Free all allocated blocks. | |
Region & | allocator (void) |
Return allocator used. | |
ValueList * | operator() (void) |
Return memory of size required by T. | |
size_t | size (void) const |
Return size of memory required by allocator. |
Public Attributes | |
unsigned int | use_cnt |
Counter used for reference counting. |
Shared object for allocation.
Definition at line 52 of file values-list.hpp.
|
inline |
Initialize.
Definition at line 104 of file values-list.hpp.
unsigned int Gecode::Iter::Values::ValueListIter::VLIO::use_cnt |
Counter used for reference counting.
Definition at line 55 of file values-list.hpp.