data_type typedef | refptr | |
element_type typedef | refptr | |
get() const | refptr | |
operator *() const | refptr | |
operator!=(const refptr< T1 > &lhs, const refptr< T2 > &rhs) | refptr | [related] |
operator->() const | refptr | |
operator<(const refptr< T1 > &lhs, const refptr< T2 > &rhs) | refptr | [related] |
operator=(const refptr &other) | refptr | |
operator=(const refptr< T2 > &other) | refptr | |
operator==(const refptr< T1 > &lhs, const refptr< T2 > &rhs) | refptr | [related] |
refptr(data_type ptr=NULL) | refptr | [explicit] |
refptr(element_type *ptr) | refptr | [explicit] |
refptr(refptr &other) | refptr | |
refptr(const refptr< T2 > &other) | refptr | |
reset(T2 *ptr) | refptr | |
swap(refptr &other) | refptr | |
swap(refptr< T > &lhs, refptr< T > &rhs) | refptr | [related] |