classfilval_1_1MultiFunc.tex 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. \hypertarget{classfilval_1_1MultiFunc}{}\section{filval\+:\+:Multi\+Func$<$ R, T $>$ Class Template Reference}
  2. \label{classfilval_1_1MultiFunc}\index{filval\+::\+Multi\+Func$<$ R, T $>$@{filval\+::\+Multi\+Func$<$ R, T $>$}}
  3. A variadic.
  4. {\ttfamily \#include $<$value.\+hpp$>$}
  5. Inheritance diagram for filval\+:\+:Multi\+Func$<$ R, T $>$\+:
  6. \nopagebreak
  7. \begin{figure}[H]
  8. \begin{center}
  9. \leavevmode
  10. \includegraphics[width=221pt]{classfilval_1_1MultiFunc__inherit__graph}
  11. \end{center}
  12. \end{figure}
  13. Collaboration diagram for filval\+:\+:Multi\+Func$<$ R, T $>$\+:
  14. \nopagebreak
  15. \begin{figure}[H]
  16. \begin{center}
  17. \leavevmode
  18. \includegraphics[width=221pt]{classfilval_1_1MultiFunc__coll__graph}
  19. \end{center}
  20. \end{figure}
  21. \subsection*{Public Member Functions}
  22. \begin{DoxyCompactItemize}
  23. \item
  24. \hypertarget{classfilval_1_1MultiFunc_a80d86ee4951d3e2bebbdcdcb87b0259e}{}\label{classfilval_1_1MultiFunc_a80d86ee4951d3e2bebbdcdcb87b0259e}
  25. {\bfseries Multi\+Func} (const std\+::string \&\hyperlink{classfilval_1_1GenValue_a007e38c03ee041c2a657afa3d6e91ab1}{name}, std\+::function$<$ R(std\+::tuple$<$ T... $>$)$>$ f, T... varargs)
  26. \end{DoxyCompactItemize}
  27. \subsection*{Private Member Functions}
  28. \begin{DoxyCompactItemize}
  29. \item
  30. void \hyperlink{classfilval_1_1MultiFunc_ad8552619e8a9d32401fb7ec84532648b}{update\+\_\+value} ()
  31. \begin{DoxyCompactList}\small\item\em Updates the internal value. \end{DoxyCompactList}\end{DoxyCompactItemize}
  32. \subsection*{Private Attributes}
  33. \begin{DoxyCompactItemize}
  34. \item
  35. \hypertarget{classfilval_1_1MultiFunc_a665dfa10714b17ff11eb02f3309cb336}{}\label{classfilval_1_1MultiFunc_a665dfa10714b17ff11eb02f3309cb336}
  36. std\+::function$<$ R(T...)$>$ {\bfseries f}
  37. \item
  38. \hypertarget{classfilval_1_1MultiFunc_aae8b158353d6dfc2e35fadb804efe4e5}{}\label{classfilval_1_1MultiFunc_aae8b158353d6dfc2e35fadb804efe4e5}
  39. std\+::tuple$<$ T... $>$ {\bfseries value\+\_\+tuple}
  40. \end{DoxyCompactItemize}
  41. \subsection*{Additional Inherited Members}
  42. \subsection{Detailed Description}
  43. \subsubsection*{template$<$typename R, typename... T$>$\newline
  44. class filval\+::\+Multi\+Func$<$ R, T $>$}
  45. A variadic.
  46. \subsection{Member Function Documentation}
  47. \hypertarget{classfilval_1_1MultiFunc_ad8552619e8a9d32401fb7ec84532648b}{}\label{classfilval_1_1MultiFunc_ad8552619e8a9d32401fb7ec84532648b}
  48. \index{filval\+::\+Multi\+Func@{filval\+::\+Multi\+Func}!update\+\_\+value@{update\+\_\+value}}
  49. \index{update\+\_\+value@{update\+\_\+value}!filval\+::\+Multi\+Func@{filval\+::\+Multi\+Func}}
  50. \subsubsection{\texorpdfstring{update\+\_\+value()}{update\_value()}}
  51. {\footnotesize\ttfamily template$<$typename R , typename... T$>$ \\
  52. void \hyperlink{classfilval_1_1MultiFunc}{filval\+::\+Multi\+Func}$<$ R, T $>$\+::update\+\_\+value (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [private]}, {\ttfamily [virtual]}}
  53. Updates the internal value.
  54. This function should be overridden by any child class to do the actual work of updating value based on whatever rules the class chooses. Normally, this consists of geting the values from some associated \hyperlink{classfilval_1_1Value}{Value} objects, doing some calculation on them, and storing the result in value.
  55. Implements \hyperlink{classfilval_1_1DerivedValue_a74e04450a550454510329a9e6b941304}{filval\+::\+Derived\+Value$<$ R $>$}.
  56. The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
  57. \item
  58. /home/caleb/\+Sources/\+T\+T\+T\+T/filval/\hyperlink{value_8hpp}{value.\+hpp}\end{DoxyCompactItemize}