Generated on Sat Aug 25 2012 15:53:07 for Gecode by doxygen 1.7.5
Support for shared objects and handles

Classes

class  Gecode::SharedHandle
 The shared handle. More...
class  Gecode::SharedHandle::Object
 The shared object. More...
class  Gecode::LocalObject
 Local (space-shared) object. More...
class  Gecode::LocalHandle
 Handles for local (space-shared) objects. More...

Detailed Description

Shared handles provide access to reference-counted objects. In particular, they support updates with and without sharing. An update with sharing just updates the handle, while a non-shared update creates a single copy per space.