ACT-CV - Machine Vision for Cognitive Modeling
Classes
garbagecoll.h File Reference

poor man's (synchronous) garbage collection More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ReferenceCount
 count the number of references and delete the object if the number is zero More...
 
class  GCPointer< _t >
 Pointer to objects of class ReferenceCount that performs garbage collection. More...
 
class  GCPLess< _t >
 Predicate that redirects to the operator < of the references objects. More...
 

Detailed Description

poor man's (synchronous) garbage collection

Garbage Collection für Arme: funktioniert nicht beim Objekten, die sich gegenseitig referenzieren

außerdem nicht threadsafe

Definition in file garbagecoll.h.



ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)