
Local (space-shared) object. More...
#include <core.hpp>
Public Member Functions | |
| LocalObject * | fwd (Space &home, bool share) |
| Return forwarding pointer. More... | |
Public Member Functions inherited from Gecode::Actor | |
| virtual Actor * | copy (Space &home, bool share)=0 |
| Create copy. More... | |
| virtual size_t | dispose (Space &home) |
| Delete actor and return its size. More... | |
Protected Member Functions | |
| LocalObject (Home home) | |
| Constructor for creation. More... | |
| LocalObject (Space &home, bool share, LocalObject &l) | |
| Copy constructor. More... | |
Static Protected Member Functions | |
| static LocalObject * | cast (ActorLink *al) |
| Static cast for a non-null pointer (to give a hint to optimizer) More... | |
| static const LocalObject * | cast (const ActorLink *al) |
| Static cast for a non-null pointer (to give a hint to optimizer) More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Actor | |
| static void * | operator new (size_t s, Space &home) |
| Allocate memory from space. More... | |
| static void | operator delete (void *p, Space &home) |
| No-op for exceptions. More... | |
Local (space-shared) object.
Local objects must inherit from this base class.
|
inlineprotected |
|
inlineprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |