NCBI C++ ToolKit
|
This is the complete list of members for AutoPtr< X, Del >, including all inherited members.
AutoPtr(element_type *p=0) | AutoPtr< X, Del > | inline |
AutoPtr(element_type *p, const deleter_type &deleter) | AutoPtr< X, Del > | inline |
AutoPtr(element_type *p, EOwnership ownership) | AutoPtr< X, Del > | inline |
AutoPtr(element_type *p, const deleter_type &deleter, EOwnership ownership) | AutoPtr< X, Del > | inline |
AutoPtr(const AutoPtr< X, Del > &p) | AutoPtr< X, Del > | inline |
deleter_type typedef | AutoPtr< X, Del > | |
element_type typedef | AutoPtr< X, Del > | |
get(void) const | AutoPtr< X, Del > | inline |
IsOwned(void) const | AutoPtr< X, Del > | inline |
m_Data | AutoPtr< X, Del > | mutableprivate |
m_Ptr | AutoPtr< X, Del > | private |
operator TBoolType() const | AutoPtr< X, Del > | inline |
operator!=(TBoolType) const | AutoPtr< X, Del > | private |
operator*(void) const | AutoPtr< X, Del > | inline |
operator->(void) const | AutoPtr< X, Del > | inline |
operator=(const AutoPtr< X, Del > &p) | AutoPtr< X, Del > | inline |
operator=(element_type *p) | AutoPtr< X, Del > | inline |
operator==(TBoolType) const | AutoPtr< X, Del > | private |
release(void) | AutoPtr< X, Del > | inline |
reset(element_type *p=0, EOwnership ownership=eTakeOwnership) | AutoPtr< X, Del > | inline |
SSafeBoolTag | AutoPtr< X, Del > | friend |
Swap(AutoPtr< X, Del > &a) | AutoPtr< X, Del > | inline |
TBoolType typedef | AutoPtr< X, Del > | |
x_Release(void) const | AutoPtr< X, Del > | inlineprivate |
~AutoPtr(void) | AutoPtr< X, Del > | inline |