classfv_1_1BoundValue.tex 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. \hypertarget{classfv_1_1BoundValue}{}\section{fv\+:\+:Bound\+Value$<$ T $>$ Class Template Reference}
  2. \label{classfv_1_1BoundValue}\index{fv\+::\+Bound\+Value$<$ T $>$@{fv\+::\+Bound\+Value$<$ T $>$}}
  3. A generic value owning only a function object.
  4. {\ttfamily \#include $<$value.\+hpp$>$}
  5. Inheritance diagram for fv\+:\+:Bound\+Value$<$ T $>$\+:
  6. \nopagebreak
  7. \begin{figure}[H]
  8. \begin{center}
  9. \leavevmode
  10. \includegraphics[width=205pt]{classfv_1_1BoundValue__inherit__graph}
  11. \end{center}
  12. \end{figure}
  13. Collaboration diagram for fv\+:\+:Bound\+Value$<$ T $>$\+:
  14. \nopagebreak
  15. \begin{figure}[H]
  16. \begin{center}
  17. \leavevmode
  18. \includegraphics[width=347pt]{classfv_1_1BoundValue__coll__graph}
  19. \end{center}
  20. \end{figure}
  21. \subsection*{Public Member Functions}
  22. \begin{DoxyCompactItemize}
  23. \item
  24. \hypertarget{classfv_1_1BoundValue_aa5157e0e9ba817cdeaef72f643ba8a79}{}\label{classfv_1_1BoundValue_aa5157e0e9ba817cdeaef72f643ba8a79}
  25. {\bfseries Bound\+Value} (\hyperlink{classfv_1_1Function}{Function}$<$ T()$>$ \&f, const std\+::string alias=\char`\"{}\char`\"{})
  26. \end{DoxyCompactItemize}
  27. \subsection*{Protected Member Functions}
  28. \begin{DoxyCompactItemize}
  29. \item
  30. void \hyperlink{classfv_1_1BoundValue_a51ba914f1eac694af4264d62785282a1}{update\+\_\+value} ()
  31. \begin{DoxyCompactList}\small\item\em Updates the internal value. \end{DoxyCompactList}\end{DoxyCompactItemize}
  32. \subsection*{Protected Attributes}
  33. \begin{DoxyCompactItemize}
  34. \item
  35. \hypertarget{classfv_1_1BoundValue_a09946c7cd867603db1b66d64a6d43e69}{}\label{classfv_1_1BoundValue_a09946c7cd867603db1b66d64a6d43e69}
  36. \hyperlink{classfv_1_1Function}{Function}$<$ T()$>$ \& {\bfseries f}
  37. \end{DoxyCompactItemize}
  38. \subsection*{Additional Inherited Members}
  39. \subsection{Detailed Description}
  40. \subsubsection*{template$<$typename T$>$\newline
  41. class fv\+::\+Bound\+Value$<$ T $>$}
  42. A generic value owning only a function object.
  43. All necessary values upon which this value depends must be bound to the function object.
  44. \subsection{Member Function Documentation}
  45. \hypertarget{classfv_1_1BoundValue_a51ba914f1eac694af4264d62785282a1}{}\label{classfv_1_1BoundValue_a51ba914f1eac694af4264d62785282a1}
  46. \index{fv\+::\+Bound\+Value@{fv\+::\+Bound\+Value}!update\+\_\+value@{update\+\_\+value}}
  47. \index{update\+\_\+value@{update\+\_\+value}!fv\+::\+Bound\+Value@{fv\+::\+Bound\+Value}}
  48. \subsubsection{\texorpdfstring{update\+\_\+value()}{update\_value()}}
  49. {\footnotesize\ttfamily template$<$typename T $>$ \\
  50. void \hyperlink{classfv_1_1BoundValue}{fv\+::\+Bound\+Value}$<$ T $>$\+::update\+\_\+value (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [protected]}, {\ttfamily [virtual]}}
  51. Updates the internal value.
  52. 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{classfv_1_1Value}{Value} objects, doing some calculation on them, and storing the result in value.
  53. Implements \hyperlink{classfv_1_1DerivedValue_ae59e80a98eb74b95d8961bfe12ee5ec2}{fv\+::\+Derived\+Value$<$ T $>$}.
  54. The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
  55. \item
  56. /home/caleb/\+Sources/\+T\+T\+T\+T/filval/\hyperlink{value_8hpp}{value.\+hpp}\end{DoxyCompactItemize}