Generated on Sat Feb 7 2015 02:01:36 for Gecode by doxygen 1.8.9.1
Support for shared objects and handles

Classes

class  Gecode::SharedHandle::Object
 The shared object. More...
 
class  Gecode::SharedHandle
 The shared handle. 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.