Handles for local (space-shared) objects.
More...
#include <core.hpp>
List of all members.
Detailed Description
Handles for local (space-shared) objects.
Definition at line 1089 of file core.hpp.
Constructor & Destructor Documentation
Gecode::LocalHandle::LocalHandle |
( |
void |
|
) |
[inline, protected] |
Create local handle pointing to NULL object.
Definition at line 2670 of file core.hpp.
Gecode::LocalHandle::LocalHandle |
( |
LocalObject * |
lo |
) |
[inline, protected] |
Create local handle that points to local object lo.
Definition at line 2672 of file core.hpp.
Gecode::LocalHandle::LocalHandle |
( |
const LocalHandle & |
lh |
) |
[inline, protected] |
Gecode::LocalHandle::~LocalHandle |
( |
void |
|
) |
[inline] |
Member Function Documentation
Assignment operator.
Definition at line 2676 of file core.hpp.
void Gecode::LocalHandle::update |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
LocalHandle & |
lh | |
|
) |
| | [inline] |
Updating during cloning.
Definition at line 2687 of file core.hpp.
LocalObject * Gecode::LocalHandle::object |
( |
void |
|
) |
const [inline, protected] |
Access to the local object.
Definition at line 2683 of file core.hpp.
void Gecode::LocalHandle::object |
( |
LocalObject * |
n |
) |
[inline, protected] |
Modify local object.
Definition at line 2685 of file core.hpp.
The documentation for this class was generated from the following file: