Generated on Mon May 10 06:46:50 2010 for Gecode by doxygen 1.6.3

Support for shared objects and handles
[Support algorithms and datastructures]

Classes

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