\end{verbatim}
}%
-\latexignore{\rtfignore{\wxheading{Members}}}
+\wxheading{See also}
+
+\helpref{wxSharedPtr}{wxsharedptr}, \helpref{wxWeakRef}{wxweakref}
+\latexignore{\rtfignore{\wxheading{Members}}}
+
\membersection{wxScopedPtr<T>::wxScopedPtr<T>}\label{wxscopedptrtemplatewxscopedptrtemplate}
\func{wxEXPLICIT}{wxScopedPtr<T>}{\param{T * }{ptr = NULL}}
Returns pointer to object or NULL.
-\membersection{wxScopedPtr<T>::operator*}\label{wxscopedptrtemplateoperatorptrt}
+\membersection{wxScopedPtr<T>::operator*}\label{wxscopedptrtemplateoperatorreft}
\constfunc{T \&}{operator*}{\void}
-Returns pointer to object. If the pointer is NULL this method will
-cause an assert in debug mode.
+Returns a reference to the object. If the internal pointer is NULL
+this method will cause an assert in debug mode.
\membersection{wxScopedPtr<T>::operator->}\label{wxscopedptrtemplateoperatorderef}
\func{T*}{release}{\void}
-Returns pointer to object or NULL.
+Releases the current pointer and returns it.
\membersection{wxScopedPtr<T>::reset}\label{wxscopedptrtemplatereset}