| Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages 
 acdk::lang::ref::WeakReference Class Reference#include <WeakReference.h>
 Inheritance diagram for acdk::lang::ref::WeakReference:
  List of all members. 
 Detailed DescriptionSimilar or equal to the Java API.
if no other Reference hold this object :  The referenced Object will be destroyed or a ReferenceQueue is given.  If a ReferenceQueue is given, the the queue owns the reference. The reference can be cleared by calling poll() or remove(). If the ReferenceQueue itself will be destroyed all References held by this ReferenceQueue will also be destroyed. WeakReferences, which are hold by the ReferenceQueue still are reachable through the WeakReferences instance. 
 Author:Roger Rene Kommer 
 Version:Revision1.11 
 Date:Date2005/02/05 10:44:59 
 See also:NotifyRepository 
 
 
 Constructor & Destructor Documentation
 
 
 Member Function Documentation
 
  
    | 
        
          | virtual RObject acdk::lang::ref::WeakReference::get | ( |  | ) |  [virtual] |  |  
 
  
    | 
        
          | virtual bool acdk::lang::ref::WeakReference::notifyBeforeDestruction | ( | Object * | obj | ) |  [virtual] |  |  |