paradiseo/Doxygen doc/latex/t-mpi-common_8h.tex
aaziz-alaoui e79679b3c9 adding the problem configuration interface to irace interface
problem_config_mapping created
2020-10-01 15:55:30 +02:00

28 lines
No EOL
1.1 KiB
TeX

\hypertarget{t-mpi-common_8h}{}\doxysection{eo/test/mpi/t-\/mpi-\/common.h File Reference}
\label{t-mpi-common_8h}\index{eo/test/mpi/t-\/mpi-\/common.h@{eo/test/mpi/t-\/mpi-\/common.h}}
{\ttfamily \#include $<$serial/eo\+Serial.\+h$>$}\newline
Include dependency graph for t-\/mpi-\/common.h\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{t-mpi-common_8h__incl}
\end{center}
\end{figure}
This graph shows which files directly or indirectly include this file\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=237pt]{t-mpi-common_8h__dep__incl}
\end{center}
\end{figure}
\doxysubsection*{Classes}
\begin{DoxyCompactItemize}
\item
struct \mbox{\hyperlink{struct_serializable_base}{Serializable\+Base$<$ T $>$}}
\end{DoxyCompactItemize}
\doxysubsection{Detailed Description}
This file shows an example of serialization of a primitive type, so as to be used in a parallel algorithm. It is fully compatible with the basic type, by implementing conversion operator and constructor based on type. It can contain any simple type which can be written in a std\+::ostream.