wxAccordion
Public Types | Public Member Functions | List of all members
wxObjectDataPtr< T > Class Template Reference

Public Types

typedef T element_type
 
typedef T *(wxObjectDataPtr< T >::* unspecified_bool_type )() const
 

Public Member Functions

wxEXPLICIT wxObjectDataPtr (T *ptr=NULL)
 
 wxObjectDataPtr (const wxObjectDataPtr< T > &tocopy)
 
T * get () const
 
 operator unspecified_bool_type () const
 
T & operator* () const
 
T * operator-> () const
 
void reset (T *ptr)
 
wxObjectDataPtroperator= (const wxObjectDataPtr &tocopy)
 
wxObjectDataPtroperator= (T *ptr)