/**
- @class wxWeakRefDynamic<T>
wxWeakRefDynamic<T> is a template class for weak references that is used in
the same way as wxWeakRef<T>. The only difference is that wxWeakRefDynamic
For API documentation, see: wxWeakRef<T>.
+ @tparam T
+ @todo docme
+
@nolibrary
@category{misc}
*/
/**
- @class wxWeakRef<T>
-
wxWeakRef<T> is a template class for weak references to wxWidgets objects,
such as wxEvtHandler, wxWindow and wxObject.
A weak reference behaves much like an ordinary pointer, but when the object
typedef wxWeakRef<wxWindow> wxWindowRef;
@endcode
+ @tparam T
+ @todo docme
+
@nolibrary
@category{misc}