adding the problem configuration interface to irace interface
problem_config_mapping created
This commit is contained in:
parent
8fa2270ffd
commit
e79679b3c9
14462 changed files with 182271 additions and 6 deletions
62
Doxygen doc/latex/structeoserial_1_1_push_algorithm.tex
Normal file
62
Doxygen doc/latex/structeoserial_1_1_push_algorithm.tex
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
\hypertarget{structeoserial_1_1_push_algorithm}{}\doxysection{eoserial\+::Push\+Algorithm$<$ T $>$ Struct Template Reference}
|
||||
\label{structeoserial_1_1_push_algorithm}\index{eoserial::PushAlgorithm$<$ T $>$@{eoserial::PushAlgorithm$<$ T $>$}}
|
||||
|
||||
|
||||
Functor which explains how to push the value into the \mbox{\hyperlink{classeoserial_1_1_array}{eoserial\+::\+Array}}.
|
||||
|
||||
|
||||
|
||||
|
||||
{\ttfamily \#include $<$Utils.\+h$>$}
|
||||
|
||||
|
||||
|
||||
Inheritance diagram for eoserial\+::Push\+Algorithm$<$ T $>$\+:
|
||||
\nopagebreak
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[width=350pt]{structeoserial_1_1_push_algorithm__inherit__graph}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\doxysubsection*{Public Member Functions}
|
||||
\begin{DoxyCompactItemize}
|
||||
\item
|
||||
virtual void \mbox{\hyperlink{structeoserial_1_1_push_algorithm_a77ee939f5d8130041c3c0d8b614eb4b6}{operator()}} (\mbox{\hyperlink{classeoserial_1_1_array}{Array}} \&array, const T \&value)=0
|
||||
\begin{DoxyCompactList}\small\item\em Main operator. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Detailed Description}
|
||||
\subsubsection*{template$<$class T$>$\newline
|
||||
struct eoserial\+::\+Push\+Algorithm$<$ T $>$}
|
||||
|
||||
Functor which explains how to push the value into the \mbox{\hyperlink{classeoserial_1_1_array}{eoserial\+::\+Array}}.
|
||||
|
||||
\doxysubsection{Member Function Documentation}
|
||||
\mbox{\Hypertarget{structeoserial_1_1_push_algorithm_a77ee939f5d8130041c3c0d8b614eb4b6}\label{structeoserial_1_1_push_algorithm_a77ee939f5d8130041c3c0d8b614eb4b6}}
|
||||
\index{eoserial::PushAlgorithm$<$ T $>$@{eoserial::PushAlgorithm$<$ T $>$}!operator()@{operator()}}
|
||||
\index{operator()@{operator()}!eoserial::PushAlgorithm$<$ T $>$@{eoserial::PushAlgorithm$<$ T $>$}}
|
||||
\doxysubsubsection{\texorpdfstring{operator()()}{operator()()}}
|
||||
{\footnotesize\ttfamily template$<$class T $>$ \\
|
||||
virtual void \mbox{\hyperlink{structeoserial_1_1_push_algorithm}{eoserial\+::\+Push\+Algorithm}}$<$ T $>$\+::operator() (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{classeoserial_1_1_array}{Array}} \&}]{array, }\item[{const T \&}]{value }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [pure virtual]}}
|
||||
|
||||
|
||||
|
||||
Main operator.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Parameters}
|
||||
{\em array} & The eoserial\+::array in which we\textquotesingle{}re writing. \\
|
||||
\hline
|
||||
{\em value} & The variable we are writing. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
|
||||
Implemented in \mbox{\hyperlink{structeoserial_1_1_make_algorithm_afb09481947c6af59bedd4d37eab496c7}{eoserial\+::\+Make\+Algorithm$<$ T $>$}}, and \mbox{\hyperlink{structeoserial_1_1_serializable_push_algorithm_a88a8285ef546da9f60ed1d76c3009589}{eoserial\+::\+Serializable\+Push\+Algorithm$<$ T $>$}}.
|
||||
|
||||
|
||||
|
||||
The documentation for this struct was generated from the following file\+:\begin{DoxyCompactItemize}
|
||||
\item
|
||||
eo/src/serial/\mbox{\hyperlink{eo_2src_2serial_2_utils_8h}{Utils.\+h}}\end{DoxyCompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue