
The shared data. More...
#include <shared-space-data.hpp>
Public Member Functions | |
| Data (void) | |
| Default constructor. More... | |
| virtual | ~Data (void) |
| Destructor. More... | |
Public Member Functions inherited from Gecode::SharedHandle::Object | |
| Object (void) | |
| Initialize. More... | |
| virtual | ~Object (void) |
| Delete shared object. More... | |
Public Attributes | |
| SharedMemory | sm |
| The shared memory area. More... | |
| GPI | gpi |
| The global propagator information. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::HeapAllocated | |
| static void * | operator new (size_t s) |
| Memory management. More... | |
| static void | operator delete (void *p) |
| Free memory allocated from heap. More... | |
The shared data.
Definition at line 40 of file shared-space-data.hpp.
|
inline |
Default constructor.
Definition at line 66 of file shared-space-data.hpp.
|
inlinevirtual |
Destructor.
Definition at line 69 of file shared-space-data.hpp.
| SharedMemory Gecode::Kernel::SharedSpaceData::Data::sm |
The shared memory area.
Definition at line 43 of file shared-space-data.hpp.
| GPI Gecode::Kernel::SharedSpaceData::Data::gpi |
The global propagator information.
Definition at line 45 of file shared-space-data.hpp.