OPTPiX SpriteStudio SDK
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
testing::internal::linked_ptr< T > Class Template Reference

Public Types

typedef T element_type
 

Public Member Functions

 linked_ptr (T *ptr=NULL)
 
template<typename U >
 linked_ptr (linked_ptr< U > const &ptr)
 
 linked_ptr (linked_ptr const &ptr)
 
template<typename U >
linked_ptroperator= (linked_ptr< U > const &ptr)
 
linked_ptroperator= (linked_ptr const &ptr)
 
void reset (T *ptr=NULL)
 
T * get () const
 
T * operator-> () const
 
T & operator* () const
 
bool operator== (T *p) const
 
bool operator!= (T *p) const
 
template<typename U >
bool operator== (linked_ptr< U > const &ptr) const
 
template<typename U >
bool operator!= (linked_ptr< U > const &ptr) const
 

Friends

template<typename U >
class linked_ptr
 

The documentation for this class was generated from the following file: