Template class to shield a pointer from deletion. More...
Go to the source code of this file.
Classes | |
| class | base::SafePtr< T > |
| Template class to prevent deleting an object by its pointer (see base/safe_ptr_doc.hh). More... | |
Namespaces | |
| namespace | base |
Library of base code. | |
Functions | |
| template<typename T > | |
| bool | base::operator== (const SafePtr< T > &ptr, const T *obj) |
| template<typename T > | |
| bool | base::operator!= (const SafePtr< T > &ptr, const T *obj) |
| template<typename T > | |
| bool | base::operator== (const T *obj, const SafePtr< T > &ptr) |
| template<typename T > | |
| bool | base::operator!= (const T *obj, const SafePtr< T > &ptr) |
| template<typename T1 , typename T2 > | |
| bool | base::operator== (const T1 *obj, const SafePtr< T2 > &ptr) |
| template<typename T1 , typename T2 > | |
| bool | base::operator!= (const T1 *obj, const SafePtr< T2 > &ptr) |
| template<typename T1 , typename T2 > | |
| bool | base::operator== (const SafePtr< T1 > &ptr1, const SafePtr< T2 > &ptr2) |
| template<typename T1 , typename T2 > | |
| bool | base::operator!= (const SafePtr< T1 > &ptr1, const SafePtr< T2 > &ptr2) |
| template<typename T > | |
| bool | base::operator< (const SafePtr< T > &ptr1, const SafePtr< T > &ptr2) |
Template class to shield a pointer from deletion.
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10