99 lines
6 KiB
TeX
99 lines
6 KiB
TeX
\hypertarget{classeo_f}{}\doxysection{eoF$<$ R $>$ Class Template Reference}
|
|
\label{classeo_f}\index{eoF$<$ R $>$@{eoF$<$ R $>$}}
|
|
|
|
|
|
{\ttfamily \#include $<$eo\+Functor.\+h$>$}
|
|
|
|
|
|
|
|
Inheritance diagram for eoF$<$ R $>$\+:
|
|
\nopagebreak
|
|
\begin{figure}[H]
|
|
\begin{center}
|
|
\leavevmode
|
|
\includegraphics[width=169pt]{classeo_f__inherit__graph}
|
|
\end{center}
|
|
\end{figure}
|
|
|
|
|
|
Collaboration diagram for eoF$<$ R $>$\+:
|
|
\nopagebreak
|
|
\begin{figure}[H]
|
|
\begin{center}
|
|
\leavevmode
|
|
\includegraphics[width=169pt]{classeo_f__coll__graph}
|
|
\end{center}
|
|
\end{figure}
|
|
\doxysubsection*{Public Types}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\mbox{\Hypertarget{classeo_f_ace124173b1bde24e846c8095e5bf060b}\label{classeo_f_ace124173b1bde24e846c8095e5bf060b}}
|
|
typedef \mbox{\hyperlink{classeo_real}{R}} \mbox{\hyperlink{classeo_f_ace124173b1bde24e846c8095e5bf060b}{result\+\_\+type}}
|
|
\begin{DoxyCompactList}\small\item\em the return type -\/ probably useless .... \end{DoxyCompactList}\item
|
|
\mbox{\Hypertarget{classeo_f_ace124173b1bde24e846c8095e5bf060b}\label{classeo_f_ace124173b1bde24e846c8095e5bf060b}}
|
|
typedef \mbox{\hyperlink{classeo_real}{R}} \mbox{\hyperlink{classeo_f_ace124173b1bde24e846c8095e5bf060b}{result\+\_\+type}}
|
|
\begin{DoxyCompactList}\small\item\em the return type -\/ probably useless .... \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
\doxysubsection*{Public Member Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\mbox{\Hypertarget{classeo_f_a178dc5a2f684f488c806089dec9ae84b}\label{classeo_f_a178dc5a2f684f488c806089dec9ae84b}}
|
|
virtual \mbox{\hyperlink{classeo_f_a178dc5a2f684f488c806089dec9ae84b}{$\sim$eoF}} ()
|
|
\begin{DoxyCompactList}\small\item\em virtual dtor here so there is no need to define it in derived classes \end{DoxyCompactList}\item
|
|
\mbox{\Hypertarget{classeo_f_a8b8f7f70edd96ec765c29357b373913d}\label{classeo_f_a8b8f7f70edd96ec765c29357b373913d}}
|
|
virtual \mbox{\hyperlink{classeo_real}{R}} \mbox{\hyperlink{classeo_f_a8b8f7f70edd96ec765c29357b373913d}{operator()}} ()=0
|
|
\begin{DoxyCompactList}\small\item\em The pure virtual function that needs to be implemented by the subclass. \end{DoxyCompactList}\item
|
|
\mbox{\Hypertarget{classeo_f_a178dc5a2f684f488c806089dec9ae84b}\label{classeo_f_a178dc5a2f684f488c806089dec9ae84b}}
|
|
virtual \mbox{\hyperlink{classeo_f_a178dc5a2f684f488c806089dec9ae84b}{$\sim$eoF}} ()
|
|
\begin{DoxyCompactList}\small\item\em virtual dtor here so there is no need to define it in derived classes \end{DoxyCompactList}\item
|
|
\mbox{\Hypertarget{classeo_f_a8b8f7f70edd96ec765c29357b373913d}\label{classeo_f_a8b8f7f70edd96ec765c29357b373913d}}
|
|
virtual \mbox{\hyperlink{classeo_real}{R}} \mbox{\hyperlink{classeo_f_a8b8f7f70edd96ec765c29357b373913d}{operator()}} ()=0
|
|
\begin{DoxyCompactList}\small\item\em The pure virtual function that needs to be implemented by the subclass. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
\doxysubsection*{Static Public Member Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
static \mbox{\hyperlink{structeo_functor_base_1_1procedure__tag}{eo\+Functor\+Base\+::procedure\+\_\+tag}} \mbox{\hyperlink{classeo_f_a2e9f6291a5516a275953520ca592ec20}{functor\+\_\+category}} ()
|
|
\begin{DoxyCompactList}\small\item\em tag to identify a procedure in compile time function selection \end{DoxyCompactList}\item
|
|
static \mbox{\hyperlink{structeo_functor_base_1_1procedure__tag}{eo\+Functor\+Base\+::procedure\+\_\+tag}} \mbox{\hyperlink{classeo_f_a2e9f6291a5516a275953520ca592ec20}{functor\+\_\+category}} ()
|
|
\begin{DoxyCompactList}\small\item\em tag to identify a procedure in compile time function selection \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
|
|
|
|
\doxysubsection{Detailed Description}
|
|
\subsubsection*{template$<$class R$>$\newline
|
|
class eo\+F$<$ R $>$}
|
|
|
|
Basic \mbox{\hyperlink{struct_function}{Function}}. Derive from this class when defining any procedure. It defines a result\+\_\+type that can be used to determine the return type Argument and result types can be any type including void for result\+\_\+type
|
|
|
|
\doxysubsection{Member Function Documentation}
|
|
\mbox{\Hypertarget{classeo_f_a2e9f6291a5516a275953520ca592ec20}\label{classeo_f_a2e9f6291a5516a275953520ca592ec20}}
|
|
\index{eoF$<$ R $>$@{eoF$<$ R $>$}!functor\_category@{functor\_category}}
|
|
\index{functor\_category@{functor\_category}!eoF$<$ R $>$@{eoF$<$ R $>$}}
|
|
\doxysubsubsection{\texorpdfstring{functor\_category()}{functor\_category()}\hspace{0.1cm}{\footnotesize\ttfamily [1/2]}}
|
|
{\footnotesize\ttfamily template$<$class R $>$ \\
|
|
static \mbox{\hyperlink{structeo_functor_base_1_1procedure__tag}{eo\+Functor\+Base\+::procedure\+\_\+tag}} \mbox{\hyperlink{classeo_f}{eoF}}$<$ \mbox{\hyperlink{classeo_real}{R}} $>$\+::functor\+\_\+category (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [static]}}
|
|
|
|
|
|
|
|
tag to identify a procedure in compile time function selection
|
|
|
|
\begin{DoxySeeAlso}{See also}
|
|
\mbox{\hyperlink{classeo_f_a2e9f6291a5516a275953520ca592ec20}{functor\+\_\+category}}
|
|
\end{DoxySeeAlso}
|
|
\mbox{\Hypertarget{classeo_f_a2e9f6291a5516a275953520ca592ec20}\label{classeo_f_a2e9f6291a5516a275953520ca592ec20}}
|
|
\index{eoF$<$ R $>$@{eoF$<$ R $>$}!functor\_category@{functor\_category}}
|
|
\index{functor\_category@{functor\_category}!eoF$<$ R $>$@{eoF$<$ R $>$}}
|
|
\doxysubsubsection{\texorpdfstring{functor\_category()}{functor\_category()}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}}
|
|
{\footnotesize\ttfamily template$<$class R $>$ \\
|
|
static \mbox{\hyperlink{structeo_functor_base_1_1procedure__tag}{eo\+Functor\+Base\+::procedure\+\_\+tag}} \mbox{\hyperlink{classeo_f}{eoF}}$<$ \mbox{\hyperlink{classeo_real}{R}} $>$\+::functor\+\_\+category (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [static]}}
|
|
|
|
|
|
|
|
tag to identify a procedure in compile time function selection
|
|
|
|
\begin{DoxySeeAlso}{See also}
|
|
\mbox{\hyperlink{classeo_f_a2e9f6291a5516a275953520ca592ec20}{functor\+\_\+category}}
|
|
\end{DoxySeeAlso}
|
|
|
|
|
|
The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
|
|
\item
|
|
deprecated/eo/src/eo\+Functor.\+h\end{DoxyCompactItemize}
|