
Range list class. More...
#include <ranges-list.hpp>
Public Attributes | |
| int | min |
| Minimum and maximum of a range. More... | |
| int | max |
| RangeList * | next |
| Next element. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Support::BlockClient< RangeList, Region > | |
| static void * | operator new (size_t s, BlockAllocator< RangeList, Region, 512 > &ba) |
| Allocate memory from block allocator ba. More... | |
| static void | operator delete (void *, BlockAllocator< RangeList, Region, 512 > &ba) |
| Noop (memory freed only when block allocator deleted) More... | |
| static void | operator delete (void *) |
| Noop (memory freed only when block allocator deleted) More... | |
Range list class.
Definition at line 48 of file ranges-list.hpp.
| int Gecode::Iter::Ranges::RangeListIter::RangeList::min |
Minimum and maximum of a range.
Definition at line 51 of file ranges-list.hpp.
| int Gecode::Iter::Ranges::RangeListIter::RangeList::max |
Definition at line 51 of file ranges-list.hpp.
| RangeList* Gecode::Iter::Ranges::RangeListIter::RangeList::next |
Next element.
Definition at line 53 of file ranges-list.hpp.