AutoPtr< T, P > Member ListThis is the complete list of members for AutoPtr< T, P >, including all inherited members.
_ptr | AutoPtr< T, P > | [private] |
AutoPtr(T *ptr=0) | AutoPtr< T, P > | [inline, explicit] |
AutoPtr(AutoPtr &rhs) | AutoPtr< T, P > | [inline] |
AutoPtr(AutoPtr< U, P > &rhs) | AutoPtr< T, P > | [inline] |
AutoPtr(AutoPtrRef< T > ref) | AutoPtr< T, P > | [inline] |
isNull() const | AutoPtr< T, P > | [inline] |
isValid() const | AutoPtr< T, P > | [inline] |
operator *() const | AutoPtr< T, P > | [inline] |
operator AutoPtr() | AutoPtr< T, P > | [inline] |
operator AutoPtrRef() | AutoPtr< T, P > | [inline] |
operator->() const | AutoPtr< T, P > | [inline] |
operator=(AutoPtr &rhs) | AutoPtr< T, P > | [inline] |
operator=(AutoPtr< U, P > &rhs) | AutoPtr< T, P > | [inline] |
operator=(AutoPtrRef< T > ref) | AutoPtr< T, P > | [inline] |
operator[](size_t index) | AutoPtr< T, P > | [inline] |
ptr() const | AutoPtr< T, P > | [inline] |
release() | AutoPtr< T, P > | [inline] |
reset(T *ptr=0) | AutoPtr< T, P > | [inline] |
ValueType typedef | AutoPtr< T, P > | |
~AutoPtr() | AutoPtr< T, P > | [inline] |
|