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