/////////////////////////////////////////////////////////////////////////////
// Name: weakref.h
-// Purpose: documentation for wxWeakRefDynamic<T> class
+// Purpose: interface of wxWeakRefDynamic<T>
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxWeakRefT
@wxheader{weakref.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxSharedPtr, wxScopedPtr
+ @see wxSharedPtr, wxScopedPtr
*/
class wxWeakRef<T>
{
*/
T* operator=(T* pobj);
};
+