Gecode::FreeList Class Reference
[Space-memory management]
Inherited by Gecode::Int::IntVarImp::RangeList, and Gecode::Set::RangeList.
Detailed Description
Base-class for freelist-managed objects.Freelist-managed object must inherit from this class. The size of objects of subclasses is defined by the parameters in Gecode::Memory::Config.
Definition at line 123 of file memory-manager.icc.
Public Member Functions | |
FreeList (void) | |
FreeList (FreeList *) | |
FreeList * | next (void) const |
void | next (FreeList *) |
Protected Attributes | |
FreeList * | _next |
Constructor & Destructor Documentation
Gecode::FreeList::FreeList | ( | void | ) | [inline] |
Definition at line 218 of file memory-manager.icc.
Gecode::FreeList::FreeList | ( | FreeList * | ) | [inline] |
Definition at line 221 of file memory-manager.icc.
Member Function Documentation
FreeList * Gecode::FreeList::next | ( | void | ) | const [inline] |
Definition at line 225 of file memory-manager.icc.
void Gecode::FreeList::next | ( | FreeList * | ) | [inline] |
Definition at line 230 of file memory-manager.icc.
Member Data Documentation
FreeList* Gecode::FreeList::_next [protected] |
Definition at line 125 of file memory-manager.icc.
The documentation for this class was generated from the following file:
- gecode/kernel/memory-manager.icc (Revision: 3525)