Gecode::Kernel::SharedSpaceData Class Reference
Class to store data shared among several spaces. More...
#include <shared-space-data.hpp>
Classes | |
class | Data |
The shared data. More... | |
Public Member Functions | |
SharedSpaceData (void) | |
Initialize. | |
SharedSpaceData (const SharedSpaceData &ssd) | |
Initialize from ssd. | |
SharedSpaceData & | operator= (const SharedSpaceData &r) |
Assignment operator. | |
~SharedSpaceData (void) | |
Delete. | |
Data & | data (void) const |
Provide access. |
Detailed Description
Class to store data shared among several spaces.
Definition at line 37 of file shared-space-data.hpp.
Constructor & Destructor Documentation
Gecode::Kernel::SharedSpaceData::SharedSpaceData | ( | void | ) | [inline] |
Initialize.
Definition at line 74 of file shared-space-data.hpp.
Gecode::Kernel::SharedSpaceData::SharedSpaceData | ( | const SharedSpaceData & | ssd | ) | [inline] |
Initialize from ssd.
Definition at line 78 of file shared-space-data.hpp.
Gecode::Kernel::SharedSpaceData::~SharedSpaceData | ( | void | ) | [inline] |
Delete.
Definition at line 88 of file shared-space-data.hpp.
Member Function Documentation
SharedSpaceData & Gecode::Kernel::SharedSpaceData::operator= | ( | const SharedSpaceData & | r | ) | [inline] |
Assignment operator.
Definition at line 82 of file shared-space-data.hpp.
SharedSpaceData::Data & Gecode::Kernel::SharedSpaceData::data | ( | void | ) | const [inline] |
Provide access.
Definition at line 91 of file shared-space-data.hpp.
The documentation for this class was generated from the following file:
- gecode/kernel/shared-space-data.hpp