![]() |
wxAccordion
|
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) |
wxObjectDataPtr & | operator= (const wxObjectDataPtr &tocopy) |
wxObjectDataPtr & | operator= (T *ptr) |