fix refcountlist subsection location
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,6 @@ transparently to the class users and that whether an object is shared or not
|
|||||||
is not seen from the outside of the class - in any case, the result of any
|
is not seen from the outside of the class - in any case, the result of any
|
||||||
operation on it is the same.
|
operation on it is the same.
|
||||||
|
|
||||||
\subsection{List of reference-counted wxWidgets classes}\label{refcountlist}
|
|
||||||
\subsection{Object comparison}\label{refcountequality}
|
\subsection{Object comparison}\label{refcountequality}
|
||||||
|
|
||||||
The $==$ and $!=$ operators of \helpref{wxWidgets COW objects}{refcountlist}
|
The $==$ and $!=$ operators of \helpref{wxWidgets COW objects}{refcountlist}
|
||||||
@@ -48,6 +47,8 @@ destroyed. As for all other COW-things, this happens transparently to the class
|
|||||||
that you shouldn't care about it.
|
that you shouldn't care about it.
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{List of reference-counted wxWidgets classes}\label{refcountlist}
|
||||||
|
|
||||||
The following classes in wxWidgets have efficient (i.e. fast) assignment operators
|
The following classes in wxWidgets have efficient (i.e. fast) assignment operators
|
||||||
and copy constructors since they are reference-counted:
|
and copy constructors since they are reference-counted:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user