Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

stdbase::system::reference Class Template Reference

Templated reference to all classes derived from Object. More...

List of all members.

Public Types

typedef derived_object object_class

Public Methods

 reference (object_class *p)
 reference (Object *p)
 reference (const reference< object_class > &r)
 reference (const ObjectRef &o)
 ~reference ()
const reference< object_class > & operator= (const reference< object_class > &r)
object_class * operator-> ()
const object_class * operator-> () const
bool operator== (const reference &r) const
bool operator== (const ObjectRef &object_ref) const
bool operator!= (const reference &r) const
bool operator!= (const ObjectRef &object_ref) const
const ObjectRefget () const


Detailed Description

template<class derived_object>
class stdbase::system::reference< derived_object >

Templated reference to all classes derived from Object.

Definition at line 130 of file RefCount.


The documentation for this class was generated from the following file:
Generated at Tue Aug 13 14:19:42 2002 for stdnet2 by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001