Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
64
trunk/paradiseo-eo/doc/latex/classeo_combined_continue.tex
Normal file
64
trunk/paradiseo-eo/doc/latex/classeo_combined_continue.tex
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
\section{eo\-Combined\-Continue$<$ EOT $>$ Class Template Reference}
|
||||
\label{classeo_combined_continue}\index{eoCombinedContinue@{eoCombinedContinue}}
|
||||
Combined continuators - logical AND: Continues until one of the embedded continuators says halt!
|
||||
|
||||
|
||||
{\tt \#include $<$eo\-Combined\-Continue.h$>$}
|
||||
|
||||
Inheritance diagram for eo\-Combined\-Continue$<$ EOT $>$::\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[height=2.52252cm]{classeo_combined_continue}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\subsection*{Public Types}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
typedef EOT::Fitness {\bf Fitness\-Type}\label{classeo_combined_continue_w0}
|
||||
|
||||
\begin{CompactList}\small\item\em Define Fitness. \item\end{CompactList}\end{CompactItemize}
|
||||
\subsection*{Public Member Functions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
{\bf eo\-Combined\-Continue} ({\bf eo\-Continue}$<$ {\bf EOT} $>$ \&\_\-cont)\label{classeo_combined_continue_a0}
|
||||
|
||||
\begin{CompactList}\small\item\em Ctor, make sure that at least on continuator is present. \item\end{CompactList}\item
|
||||
{\bf eo\-Combined\-Continue} ({\bf eo\-Continue}$<$ {\bf EOT} $>$ \&\_\-cont1, {\bf eo\-Continue}$<$ {\bf EOT} $>$ \&\_\-cont2)\label{classeo_combined_continue_a1}
|
||||
|
||||
\begin{CompactList}\small\item\em Ctor - for historical reasons ... should disspear some day. \item\end{CompactList}\item
|
||||
void {\bf add} ({\bf eo\-Continue}$<$ {\bf EOT} $>$ \&\_\-cont)\label{classeo_combined_continue_a2}
|
||||
|
||||
\item
|
||||
void {\bf remove\-Last} (void)\label{classeo_combined_continue_a3}
|
||||
|
||||
\item
|
||||
virtual bool {\bf operator()} (const {\bf eo\-Pop}$<$ {\bf EOT} $>$ \&\_\-pop)\label{classeo_combined_continue_a4}
|
||||
|
||||
\begin{CompactList}\small\item\em Returns false when one of the embedded continuators say so (logical and). \item\end{CompactList}\item
|
||||
virtual std::string {\bf class\-Name} (void) const \label{classeo_combined_continue_a5}
|
||||
|
||||
\end{CompactItemize}
|
||||
\subsection*{Private Attributes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
std::vector$<$ {\bf eo\-Continue}$<$ {\bf EOT} $>$ $\ast$ $>$ {\bf continuators}\label{classeo_combined_continue_r0}
|
||||
|
||||
\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Detailed Description}
|
||||
\subsubsection*{template$<$class EOT$>$ class eo\-Combined\-Continue$<$ EOT $>$}
|
||||
|
||||
Combined continuators - logical AND: Continues until one of the embedded continuators says halt!
|
||||
|
||||
20/11/00 MS: Changed the 2-continuator construct to a std::vector$<$eo\-Continue$<$EOT$>$ $>$ to be consistent with other Combined constructs and allow to easily handle more than 2 continuators
|
||||
|
||||
02/2003 Ram\'{o}n Casero Ca\~{n}as - added the remove\-Last() method
|
||||
|
||||
|
||||
|
||||
Definition at line 42 of file eo\-Combined\-Continue.h.
|
||||
|
||||
The documentation for this class was generated from the following file:\begin{CompactItemize}
|
||||
\item
|
||||
eo\-Combined\-Continue.h\end{CompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue