aboutsummaryrefslogtreecommitdiff
path: root/doc/latex/classIsisMethodIterator.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex/classIsisMethodIterator.tex')
-rw-r--r--doc/latex/classIsisMethodIterator.tex37
1 files changed, 31 insertions, 6 deletions
diff --git a/doc/latex/classIsisMethodIterator.tex b/doc/latex/classIsisMethodIterator.tex
index 38614f7..589dbb6 100644
--- a/doc/latex/classIsisMethodIterator.tex
+++ b/doc/latex/classIsisMethodIterator.tex
@@ -26,7 +26,12 @@ Iterates over all callable methods for database mapping.
\hypertarget{classIsisMethodIterator_a63918446ce5cb16c55166a23dcf6ac0f}{
\index{IsisMethodIterator@{IsisMethodIterator}!\_\-\_\-construct@{\_\-\_\-construct}}
\index{\_\-\_\-construct@{\_\-\_\-construct}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{\_\-\_\-construct}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::\_\-\_\-construct (\$ {\em isis}, \/ \$ {\em class} = {\ttfamily NULL})}}
+\subsubsection[{\_\-\_\-construct}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::\_\-\_\-construct (
+\begin{DoxyParamCaption}
+\item[{\$}]{ isis, }
+\item[{\$}]{ class = {\ttfamily NULL}}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_a63918446ce5cb16c55166a23dcf6ac0f}
Constructor.
@@ -39,27 +44,47 @@ Constructor.
\hypertarget{classIsisMethodIterator_a1d7236d349cd282c4c0ff6ec8f186e93}{
\index{IsisMethodIterator@{IsisMethodIterator}!current@{current}}
\index{current@{current}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{current}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::current ()}}
+\subsubsection[{current}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::current (
+\begin{DoxyParamCaption}
+{}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_a1d7236d349cd282c4c0ff6ec8f186e93}
Return the current element. \hypertarget{classIsisMethodIterator_ad750f5dd57dcb6480f64f9ac703492fc}{
\index{IsisMethodIterator@{IsisMethodIterator}!key@{key}}
\index{key@{key}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{key}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::key ()}}
+\subsubsection[{key}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::key (
+\begin{DoxyParamCaption}
+{}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_ad750f5dd57dcb6480f64f9ac703492fc}
Return the key of the current element. \hypertarget{classIsisMethodIterator_a8a02e17d6597ba1f199bd82ab9fc1b32}{
\index{IsisMethodIterator@{IsisMethodIterator}!next@{next}}
\index{next@{next}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{next}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::next ()}}
+\subsubsection[{next}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::next (
+\begin{DoxyParamCaption}
+{}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_a8a02e17d6597ba1f199bd82ab9fc1b32}
Move forward to next element. The method should be callable, otherwise we move to the next position. \hypertarget{classIsisMethodIterator_a1a0ee1617a50e6aa57fe80cd0c2023df}{
\index{IsisMethodIterator@{IsisMethodIterator}!rewind@{rewind}}
\index{rewind@{rewind}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{rewind}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::rewind ()}}
+\subsubsection[{rewind}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::rewind (
+\begin{DoxyParamCaption}
+{}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_a1a0ee1617a50e6aa57fe80cd0c2023df}
Rewind the Iterator to the first valid element. \hypertarget{classIsisMethodIterator_acb2ac4c3a336d9c6c25d97bd47f60759}{
\index{IsisMethodIterator@{IsisMethodIterator}!valid@{valid}}
\index{valid@{valid}!IsisMethodIterator@{IsisMethodIterator}}
-\subsubsection[{valid}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::valid ()}}
+\subsubsection[{valid}]{\setlength{\rightskip}{0pt plus 5cm}IsisMethodIterator::valid (
+\begin{DoxyParamCaption}
+{}
+\end{DoxyParamCaption}
+)}}
\label{classIsisMethodIterator_acb2ac4c3a336d9c6c25d97bd47f60759}
Check if there is a current element after calls to \hyperlink{classIsisMethodIterator_a1a0ee1617a50e6aa57fe80cd0c2023df}{rewind()} or \hyperlink{classIsisMethodIterator_a8a02e17d6597ba1f199bd82ab9fc1b32}{next()}.