git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-01-08 12:26:48 +00:00
parent 69d0fe8315
commit 72636c1509
3 changed files with 36 additions and 9 deletions

View File

@@ -19,8 +19,12 @@ typedef T element_type
\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}
@@ -58,7 +62,7 @@ cause an assert in debug mode.
\func{T*}{release}{\void}
Releases the current pointer and returns NULL.
Releases the current pointer and returns it.
\membersection{wxScopedPtr<T>::reset}\label{wxscopedptrtemplatereset}