Main Page Class Hierarchy Compound List File List Compound Members
RCProxyShdPtr Class Template Reference
Reference-counted shared smart pointer for non-RCBase objects.
More...
#include <freecloth/resmgt/rcProxyShdPtr.h>
Inheritance diagram for RCProxyShdPtr:
[legend]Collaboration diagram for RCProxyShdPtr:
[legend]List of all members.
Public Types |
typedef T | element_type |
Public Methods |
| RCProxyShdPtr (T *=0) |
| RCProxyShdPtr (const RCProxyShdPtr &rhs) |
| ~RCProxyShdPtr () |
RCProxyShdPtr & | operator= (const RCProxyShdPtr &rhs) |
bool | isNull () const |
T & | operator * () const |
T * | operator-> () const |
T * | get () const |
bool | operator== (const RCProxyShdPtr &) const |
bool | operator!= (const RCProxyShdPtr &) const |
Private Methods |
void | acquire (Data *) |
void | release () |
Detailed Description
template<class T>
class RCProxyShdPtr< T >
Reference-counted shared smart pointer for non-RCBase objects.
When using external classes, such as the STL or a commercial library, it is not possible to change these classes to derive from RCBase, for use with RCShdPtr. Instead, RCProxyShdPtr can be used, although it is not quite as powerful as RCShdPtr.
Definition at line 94 of file rcProxyShdPtr.h.
The documentation for this class was generated from the following files:
Generated on Fri May 2 16:51:28 2003 for Freecloth by
1.2.14 written by Dimitri van Heesch,
© 1997-2002