Gecode::HeapAllocated Class Reference
[%Heap memory management]
Base class for heap allocated objects. More...
#include <heap.hpp>
|
| |
| static void * | operator new (size_t s) |
| Memory management. | |
| static void | operator delete (void *p) |
| Free memory allocated from heap. | |
Detailed Description
Base class for heap allocated objects.
Definition at line 340 of file heap.hpp.
Member Function Documentation
| void * Gecode::HeapAllocated::operator new | ( | size_t | s | ) | [inline, static] |
| void Gecode::HeapAllocated::operator delete | ( | void * | p | ) | [inline, static] |
The documentation for this class was generated from the following file:
- gecode/support/heap.hpp
