Horus Doc
||
C++ Reference
||
Class Overview
Pixels
Images
Detector
Geometry
Registry
|| Doxygen's
quick Index
HxRcPtr Class Template Reference
Template class for (smart) pointers to reference counted objects, i.e.
More...
#include <
HxRcPtr.h
>
List of all members.
Public Methods
HxRcPtr
(const T *ptr=0)
HxRcPtr
(const HxRcPtr &rhs)
~HxRcPtr
()
HxRcPtr &
operator=
(const HxRcPtr &rhs)
HxRcPtr &
operator=
(T *rhs)
T *
operator->
() const
T &
operator *
() const
operator int
() const
T *
pointee
() const
int
isShared
() const
void
getUnshared
()
int
refCnt
() const
Detailed Description
template<class T>
class HxRcPtr< T >
Template class for (smart) pointers to reference counted objects, i.e.
objects derived from
HxRcObject
.
The documentation for this class was generated from the following file:
HxRcPtr.h
Generated on Tue Feb 3 14:19:07 2004 for C++Reference by
1.2.12 written by
Dimitri van Heesch
, © 1997-2001