Changeset 56200
- Timestamp:
- 10/09/08 09:42:52 (6 weeks ago)
- Location:
- wxWidgets/trunk/interface/wx
- Files:
-
- 2 modified
-
ptr_scpd.h (modified) (2 diffs)
-
weakref.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/interface/wx/ptr_scpd.h
r54387 r56200 276 276 277 277 /** 278 Destructor frees the pointer help by this object and restores the value stored279 at the tied location (as specified in the @ref ctor() constructor)278 Destructor frees the pointer help by this object and restores the value 279 stored at the tied location (as specified in the @ref wxScopedTiedPtr() constructor) 280 280 to the old value. 281 281 … … 291 291 /** 292 292 293 A scoped pointer template class. It is the template version of294 the old-style @ref classwx_scoped_ptr "scoped pointer macros".293 A scoped pointer template class. 294 It is the template version of the old-style @ref wxScopedPtr "scoped pointer macros". 295 295 296 296 @library{wxbase} -
wxWidgets/trunk/interface/wx/weakref.h
r55892 r56200 9 9 10 10 /** 11 @class wxWeakRefDynamic <T>11 @class wxWeakRefDynamic 12 12 13 13 wxWeakRefDynamic<T> is a template class for weak references that is used in … … 29 29 For API documentation, see: wxWeakRef<T>. 30 30 31 @tparam T 32 @todo docme 33 31 34 @nolibrary 32 35 @category{misc} … … 42 45 43 46 /** 44 @class wxWeakRef <T>47 @class wxWeakRef 45 48 46 49 wxWeakRef<T> is a template class for weak references to wxWidgets objects, … … 91 94 typedef wxWeakRef<wxWindow> wxWindowRef; 92 95 @endcode 96 97 @tparam T 98 @todo docme 93 99 94 100 @nolibrary
