classfv_1_1Value.tex 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. \hypertarget{classfv_1_1Value}{}\section{fv\+:\+:Value$<$ T $>$ Class Template Reference}
  2. \label{classfv_1_1Value}\index{fv\+::\+Value$<$ T $>$@{fv\+::\+Value$<$ T $>$}}
  3. A generic value.
  4. {\ttfamily \#include $<$value.\+hpp$>$}
  5. Inheritance diagram for fv\+:\+:Value$<$ T $>$\+:
  6. \nopagebreak
  7. \begin{figure}[H]
  8. \begin{center}
  9. \leavevmode
  10. \includegraphics[width=350pt]{classfv_1_1Value__inherit__graph}
  11. \end{center}
  12. \end{figure}
  13. Collaboration diagram for fv\+:\+:Value$<$ T $>$\+:
  14. \nopagebreak
  15. \begin{figure}[H]
  16. \begin{center}
  17. \leavevmode
  18. \includegraphics[width=167pt]{classfv_1_1Value__coll__graph}
  19. \end{center}
  20. \end{figure}
  21. \subsection*{Public Member Functions}
  22. \begin{DoxyCompactItemize}
  23. \item
  24. \hypertarget{classfv_1_1Value_afded92c24f946c1551c1f1b005f31091}{}\label{classfv_1_1Value_afded92c24f946c1551c1f1b005f31091}
  25. {\bfseries Value} (const std\+::string \&\hyperlink{classfv_1_1GenValue_a610f89ee441eaad4c9e78f74d6bde93b}{name}, const std\+::string \&alias=\char`\"{}\char`\"{})
  26. \item
  27. \hypertarget{classfv_1_1Value_a4cc70444ceaf5d7651922adf9b7beeff}{}\label{classfv_1_1Value_a4cc70444ceaf5d7651922adf9b7beeff}
  28. virtual T \& \hyperlink{classfv_1_1Value_a4cc70444ceaf5d7651922adf9b7beeff}{get\+\_\+value} ()=0
  29. \begin{DoxyCompactList}\small\item\em Calculate, if necessary, and return the value held by this object. \end{DoxyCompactList}\end{DoxyCompactItemize}
  30. \subsection*{Additional Inherited Members}
  31. \subsection{Detailed Description}
  32. \subsubsection*{template$<$typename T$>$\newline
  33. class fv\+::\+Value$<$ T $>$}
  34. A generic value.
  35. In order to facilitate run-\/time creation of analysis routines, it is necessary to have some ability to get and store {\itshape values}. Values can either be directly taken from some original data source (i.\+e. \hyperlink{classfv_1_1ObservedValue}{Observed\+Value}), or they can be a function of some other set of values (i.\+e. \hyperlink{classfv_1_1DerivedValue}{Derived\+Value}). They template class T of Value$<$\+T$>$ is the type of thing that is returned upon calling \hyperlink{classfv_1_1Value_a4cc70444ceaf5d7651922adf9b7beeff}{get\+\_\+value()}.
  36. The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
  37. \item
  38. /home/caleb/\+Sources/\+T\+T\+T\+T/filval/\hyperlink{value_8hpp}{value.\+hpp}\end{DoxyCompactItemize}