The object storing the actual data. More...
#include <shared-data.hpp>
Public Member Functions | |
SDO (const Data &d0) | |
Initialization. | |
virtual | ~SDO (void) |
Destructor. | |
![]() | |
Object (void) | |
Initialize. | |
virtual | ~Object (void) |
Delete shared object. | |
Public Attributes | |
const Data | d |
Data to be shared. | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s) |
Memory management. | |
static void | operator delete (void *p) |
Free memory allocated from heap. | |
The object storing the actual data.
Definition at line 41 of file shared-data.hpp.
|
inline |
Initialization.
Definition at line 68 of file shared-data.hpp.
|
inlinevirtual |
Destructor.
Definition at line 73 of file shared-data.hpp.
const Data Gecode::SharedData< Data >::SDO::d |
Data to be shared.
Definition at line 44 of file shared-data.hpp.