classfilval_1_1Pair.tex 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. \hypertarget{classfilval_1_1Pair}{}\section{filval\+:\+:Pair$<$ T1, T2 $>$ Class Template Reference}
  2. \label{classfilval_1_1Pair}\index{filval\+::\+Pair$<$ T1, T2 $>$@{filval\+::\+Pair$<$ T1, T2 $>$}}
  3. Creates a std\+::pair type from a two other \hyperlink{classfilval_1_1Value}{Value} objects.
  4. {\ttfamily \#include $<$value.\+hpp$>$}
  5. Inheritance diagram for filval\+:\+:Pair$<$ T1, T2 $>$\+:
  6. \nopagebreak
  7. \begin{figure}[H]
  8. \begin{center}
  9. \leavevmode
  10. \includegraphics[width=211pt]{classfilval_1_1Pair__inherit__graph}
  11. \end{center}
  12. \end{figure}
  13. Collaboration diagram for filval\+:\+:Pair$<$ T1, T2 $>$\+:
  14. \nopagebreak
  15. \begin{figure}[H]
  16. \begin{center}
  17. \leavevmode
  18. \includegraphics[width=211pt]{classfilval_1_1Pair__coll__graph}
  19. \end{center}
  20. \end{figure}
  21. \subsection*{Public Member Functions}
  22. \begin{DoxyCompactItemize}
  23. \item
  24. \hypertarget{classfilval_1_1Pair_abd85360b5436586d954500d6b45009c2}{}\label{classfilval_1_1Pair_abd85360b5436586d954500d6b45009c2}
  25. {\bfseries Pair} (const std\+::string \hyperlink{classfilval_1_1GenValue_a007e38c03ee041c2a657afa3d6e91ab1}{name}, \hyperlink{classfilval_1_1Value}{Value}$<$ T1 $>$ $\ast$value1, \hyperlink{classfilval_1_1Value}{Value}$<$ T2 $>$ $\ast$value2)
  26. \item
  27. \hypertarget{classfilval_1_1Pair_a7da9e34f9f8e1b604b4f1587942ec5c7}{}\label{classfilval_1_1Pair_a7da9e34f9f8e1b604b4f1587942ec5c7}
  28. {\bfseries Pair} (const std\+::string \&\hyperlink{classfilval_1_1GenValue_a007e38c03ee041c2a657afa3d6e91ab1}{name}, const std\+::string \&label1, const std\+::string \&label2)
  29. \end{DoxyCompactItemize}
  30. \subsection*{Protected Member Functions}
  31. \begin{DoxyCompactItemize}
  32. \item
  33. void \hyperlink{classfilval_1_1Pair_a1dd5b3859d023821081659cc8a66bda4}{update\+\_\+value} ()
  34. \begin{DoxyCompactList}\small\item\em Updates the internal value. \end{DoxyCompactList}\end{DoxyCompactItemize}
  35. \subsection*{Protected Attributes}
  36. \begin{DoxyCompactItemize}
  37. \item
  38. \hypertarget{classfilval_1_1Pair_a7d4574acdae8ac0d4af1b3733173b3c7}{}\label{classfilval_1_1Pair_a7d4574acdae8ac0d4af1b3733173b3c7}
  39. std\+::pair$<$ \hyperlink{classfilval_1_1Value}{Value}$<$ T1 $>$ $\ast$, \hyperlink{classfilval_1_1Value}{Value}$<$ T2 $>$ $\ast$$>$ {\bfseries value\+\_\+pair}
  40. \end{DoxyCompactItemize}
  41. \subsection*{Additional Inherited Members}
  42. \subsection{Detailed Description}
  43. \subsubsection*{template$<$typename T1, typename T2$>$\newline
  44. class filval\+::\+Pair$<$ T1, T2 $>$}
  45. Creates a std\+::pair type from a two other \hyperlink{classfilval_1_1Value}{Value} objects.
  46. \subsection{Member Function Documentation}
  47. \hypertarget{classfilval_1_1Pair_a1dd5b3859d023821081659cc8a66bda4}{}\label{classfilval_1_1Pair_a1dd5b3859d023821081659cc8a66bda4}
  48. \index{filval\+::\+Pair@{filval\+::\+Pair}!update\+\_\+value@{update\+\_\+value}}
  49. \index{update\+\_\+value@{update\+\_\+value}!filval\+::\+Pair@{filval\+::\+Pair}}
  50. \subsubsection{\texorpdfstring{update\+\_\+value()}{update\_value()}}
  51. {\footnotesize\ttfamily template$<$typename T1, typename T2$>$ \\
  52. void \hyperlink{classfilval_1_1Pair}{filval\+::\+Pair}$<$ T1, T2 $>$\+::update\+\_\+value (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [protected]}, {\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$<$ std\+::pair$<$ T1, T2 $>$ $>$}.
  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}