#include <SmartPtr.h>
Public Types | |
| enum | |
Public Member Functions | |
| RefCounted () | |
| RefCounted (const RefCounted &rhs) | |
| template<typename P1> | |
| RefCounted (const RefCounted< P1 > &rhs) | |
| P | Clone (const P &val) |
| bool | Release (const P &) |
| void | Swap (RefCounted &rhs) |
Definition at line 429 of file SmartPtr.h.
1.5.1-p1