classfv_1_1Count.tex 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. \hypertarget{classfv_1_1Count}{}\section{fv\+:\+:Count$<$ T $>$ Class Template Reference}
  2. \label{classfv_1_1Count}\index{fv\+::\+Count$<$ T $>$@{fv\+::\+Count$<$ T $>$}}
  3. Inheritance diagram for fv\+:\+:Count$<$ T $>$\+:
  4. \nopagebreak
  5. \begin{figure}[H]
  6. \begin{center}
  7. \leavevmode
  8. \includegraphics[width=212pt]{classfv_1_1Count__inherit__graph}
  9. \end{center}
  10. \end{figure}
  11. Collaboration diagram for fv\+:\+:Count$<$ T $>$\+:
  12. \nopagebreak
  13. \begin{figure}[H]
  14. \begin{center}
  15. \leavevmode
  16. \includegraphics[width=350pt]{classfv_1_1Count__coll__graph}
  17. \end{center}
  18. \end{figure}
  19. \subsection*{Public Member Functions}
  20. \begin{DoxyCompactItemize}
  21. \item
  22. \hypertarget{classfv_1_1Count_a8d737015331b4bdff6614118c957bfb6}{}\label{classfv_1_1Count_a8d737015331b4bdff6614118c957bfb6}
  23. {\bfseries Count} (\hyperlink{classfv_1_1Function}{Function}$<$ bool(T)$>$ \&selector, \hyperlink{classfv_1_1Value}{Value}$<$ std\+::vector$<$ T $>$$>$ $\ast$v, const std\+::string alias=\char`\"{}\char`\"{})
  24. \item
  25. \hypertarget{classfv_1_1Count_a1ea910638294d8a70c6892ac93b23654}{}\label{classfv_1_1Count_a1ea910638294d8a70c6892ac93b23654}
  26. {\bfseries Count} (\hyperlink{classfv_1_1Function}{Function}$<$ bool(T)$>$ \&selector, const std\+::string \&v\+\_\+name, const std\+::string alias=\char`\"{}\char`\"{})
  27. \end{DoxyCompactItemize}
  28. \subsection*{Private Member Functions}
  29. \begin{DoxyCompactItemize}
  30. \item
  31. void \hyperlink{classfv_1_1Count_afff1c16a8747a82db1cc1c8248c56a08}{update\+\_\+value} ()
  32. \begin{DoxyCompactList}\small\item\em Updates the internal value. \end{DoxyCompactList}\end{DoxyCompactItemize}
  33. \subsection*{Private Attributes}
  34. \begin{DoxyCompactItemize}
  35. \item
  36. \hypertarget{classfv_1_1Count_a1dbfccc8020b2c41adcedc5e449ff3be}{}\label{classfv_1_1Count_a1dbfccc8020b2c41adcedc5e449ff3be}
  37. \hyperlink{classfv_1_1Function}{Function}$<$ bool(T)$>$ \& {\bfseries selector}
  38. \item
  39. \hypertarget{classfv_1_1Count_a3bb2f22dc995dc833f513805128e3a44}{}\label{classfv_1_1Count_a3bb2f22dc995dc833f513805128e3a44}
  40. \hyperlink{classfv_1_1Value}{Value}$<$ std\+::vector$<$ T $>$ $>$ $\ast$ {\bfseries v}
  41. \end{DoxyCompactItemize}
  42. \subsection*{Additional Inherited Members}
  43. \subsection{Member Function Documentation}
  44. \hypertarget{classfv_1_1Count_afff1c16a8747a82db1cc1c8248c56a08}{}\label{classfv_1_1Count_afff1c16a8747a82db1cc1c8248c56a08}
  45. \index{fv\+::\+Count@{fv\+::\+Count}!update\+\_\+value@{update\+\_\+value}}
  46. \index{update\+\_\+value@{update\+\_\+value}!fv\+::\+Count@{fv\+::\+Count}}
  47. \subsubsection{\texorpdfstring{update\+\_\+value()}{update\_value()}}
  48. {\footnotesize\ttfamily template$<$typename T $>$ \\
  49. void \hyperlink{classfv_1_1Count}{fv\+::\+Count}$<$ T $>$\+::update\+\_\+value (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [private]}, {\ttfamily [virtual]}}
  50. Updates the internal value.
  51. 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.
  52. Implements \hyperlink{classfv_1_1DerivedValue_ae59e80a98eb74b95d8961bfe12ee5ec2}{fv\+::\+Derived\+Value$<$ int $>$}.
  53. Here is the call graph for this function\+:
  54. \nopagebreak
  55. \begin{figure}[H]
  56. \begin{center}
  57. \leavevmode
  58. \includegraphics[width=350pt]{classfv_1_1Count_afff1c16a8747a82db1cc1c8248c56a08_cgraph}
  59. \end{center}
  60. \end{figure}
  61. The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
  62. \item
  63. /home/caleb/\+Sources/\+T\+T\+T\+T/filval/\hyperlink{value_8hpp}{value.\+hpp}\end{DoxyCompactItemize}