\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxNode<T>::GetData}
+\membersection{wxNode<T>::GetData}\label{wxnodegetdata}
\constfunc{T *}{GetData}{\void}
Retrieves the client data pointer associated with the node.
-\membersection{wxNode<T>::GetNext}
+\membersection{wxNode<T>::GetNext}\label{wxnodegetnext}
\constfunc{wxNode<T> *}{GetNext}{\void}
Retrieves the next node or NULL if this node is the last one.
-\membersection{wxNode<T>::GetPrevious}
+\membersection{wxNode<T>::GetPrevious}\label{wxnodegetprevious}
\func{wxNode<T> *}{GetPrevious}{\void}
Retrieves the previous node or NULL if this node is the first one in the list.
-\membersection{wxNode<T>::SetData}
+\membersection{wxNode<T>::SetData}\label{wxnodesetdata}
\func{void}{SetData}{\param{T *}{data}}
Sets the data associated with the node (usually the pointer will have been
set when the node was created).
-\membersection{wxNode<T>::IndexOf}
+\membersection{wxNode<T>::IndexOf}\label{wxnodeindexof}
\func{int}{IndexOf}{\void}