X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94eff479bfad9fd9d1f65bd375ef4ea9bf667c43..aaf4caeedcca43a67b209aa03904244be83aa161:/docs/latex/wx/sharedptr.tex diff --git a/docs/latex/wx/sharedptr.tex b/docs/latex/wx/sharedptr.tex index 6edf72a5c9..ac6400c13a 100644 --- a/docs/latex/wx/sharedptr.tex +++ b/docs/latex/wx/sharedptr.tex @@ -23,7 +23,8 @@ typedef T element_type \wxheading{See also} -\helpref{wxScopedPtr}{wxscopedptrtemplate}, \helpref{wxWeakRef}{wxweakref} +\helpref{wxScopedPtr}{wxscopedptrtemplate}, \helpref{wxWeakRef}{wxweakref}, +\helpref{wxObjectDataPtr}{wxobjectdataptr} \latexignore{\rtfignore{\wxheading{Members}}} @@ -76,7 +77,7 @@ Returns pointer to its object or NULL. \func{wxSharedPtr\& operator}{operator=}{\param{const wxSharedPtr\& }{tocopy}} Assignment operator. Releases any previously held pointer -and creates a reference to same object as {\it topcopy}. +and creates a reference to the same object as {\it topcopy}. \membersection{wxSharedPtr::operator=}\label{wxsharedptroperatorassign2} @@ -101,6 +102,6 @@ Returns the number of pointers pointing to its object. \func{void}{reset}{\param{T * }{ptr = NULL}} -Reset pointer to {\it ptr}. Afterwards the caller is responsible -for deleting the data contained in the pointer before. +Reset pointer to {\it ptr}. If the reference count of the +previously owned pointer was 1 it will be deleted.