namespacefilval.tex 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. \hypertarget{namespacefilval}{}\section{filval Namespace Reference}
  2. \label{namespacefilval}\index{filval@{filval}}
  3. The namespace containing all filval classes and functions.
  4. \subsection*{Classes}
  5. \begin{DoxyCompactItemize}
  6. \item
  7. class \hyperlink{classfilval_1_1BoundValue}{Bound\+Value}
  8. \begin{DoxyCompactList}\small\item\em A generic value owning only a function object. \end{DoxyCompactList}\item
  9. class \hyperlink{classfilval_1_1ConstantValue}{Constant\+Value}
  10. \begin{DoxyCompactList}\small\item\em A \hyperlink{classfilval_1_1Value}{Value} which always returns the same value, supplied in the constructor. \end{DoxyCompactList}\item
  11. class \hyperlink{classfilval_1_1Container}{Container}
  12. \item
  13. class \hyperlink{classfilval_1_1ContainerVector}{Container\+Vector}
  14. \item
  15. class \hyperlink{classfilval_1_1DataSet}{Data\+Set}
  16. \item
  17. class \hyperlink{classfilval_1_1DerivedValue}{Derived\+Value}
  18. \begin{DoxyCompactList}\small\item\em A generic, derived, value. \end{DoxyCompactList}\item
  19. class \hyperlink{classfilval_1_1ElementOf}{Element\+Of}
  20. \begin{DoxyCompactList}\small\item\em Extract the element at a specific index from a vector. \end{DoxyCompactList}\item
  21. class \hyperlink{classfilval_1_1Filter}{Filter}
  22. \item
  23. class \hyperlink{classfilval_1_1GenContainer}{Gen\+Container}
  24. \item
  25. class \hyperlink{classfilval_1_1GenValue}{Gen\+Value}
  26. \begin{DoxyCompactList}\small\item\em A type-\/agnostic value. \end{DoxyCompactList}\item
  27. class \hyperlink{classfilval_1_1Max}{Max}
  28. \begin{DoxyCompactList}\small\item\em Find and return the maximum value of a vector. \end{DoxyCompactList}\item
  29. class \hyperlink{classfilval_1_1MaxIndex}{Max\+Index}
  30. \begin{DoxyCompactList}\small\item\em Find and return the maximum value of a vector and its index. \end{DoxyCompactList}\item
  31. class \hyperlink{classfilval_1_1Mean}{Mean}
  32. \begin{DoxyCompactList}\small\item\em Calculate the mean value of a vector. \end{DoxyCompactList}\item
  33. class \hyperlink{classfilval_1_1Min}{Min}
  34. \begin{DoxyCompactList}\small\item\em Find and return the minimum value of a vector. \end{DoxyCompactList}\item
  35. class \hyperlink{classfilval_1_1MinIndex}{Min\+Index}
  36. \begin{DoxyCompactList}\small\item\em Find and return the minimum value of a vector and its index. \end{DoxyCompactList}\item
  37. class \hyperlink{classfilval_1_1MultiFunc}{Multi\+Func}
  38. \begin{DoxyCompactList}\small\item\em A variadic. \end{DoxyCompactList}\item
  39. class \hyperlink{classfilval_1_1ObservedValue}{Observed\+Value}
  40. \begin{DoxyCompactList}\small\item\em A generic, observed, value. \end{DoxyCompactList}\item
  41. class \hyperlink{classfilval_1_1Pair}{Pair}
  42. \begin{DoxyCompactList}\small\item\em Creates a std\+::pair type from a two other \hyperlink{classfilval_1_1Value}{Value} objects. \end{DoxyCompactList}\item
  43. class \hyperlink{classfilval_1_1RangeFilter}{Range\+Filter}
  44. \item
  45. class \hyperlink{classfilval_1_1Reduce}{Reduce}
  46. \begin{DoxyCompactList}\small\item\em \hyperlink{classfilval_1_1Reduce}{Reduce} a \hyperlink{classfilval_1_1Value}{Value} of type vector$<$\+T$>$ to just a T. \end{DoxyCompactList}\item
  47. class \hyperlink{classfilval_1_1ReduceIndex}{Reduce\+Index}
  48. \begin{DoxyCompactList}\small\item\em Similar to \hyperlink{classfilval_1_1Reduce}{Reduce}, but returns a pair of a T and an int. \end{DoxyCompactList}\item
  49. class \hyperlink{classfilval_1_1Value}{Value}
  50. \begin{DoxyCompactList}\small\item\em A generic value. \end{DoxyCompactList}\item
  51. class \hyperlink{classfilval_1_1WrapperVector}{Wrapper\+Vector}
  52. \begin{DoxyCompactList}\small\item\em A std\+::vector wrapper around a C-\/style array. \end{DoxyCompactList}\item
  53. class \hyperlink{classfilval_1_1ZipMapFour}{Zip\+Map\+Four}
  54. \begin{DoxyCompactList}\small\item\em Takes a set of four \hyperlink{classfilval_1_1Value}{Value}$<$std\+::vector$<$\+T$>$ $>$ objects and a function of four Ts and returns a std\+::vector$<$\+R$>$. \end{DoxyCompactList}\end{DoxyCompactItemize}
  55. \subsection*{Typedefs}
  56. \begin{DoxyCompactItemize}
  57. \item
  58. \hypertarget{namespacefilval_ad5f7e77b42c6a776970b20e5e52be328}{}\label{namespacefilval_ad5f7e77b42c6a776970b20e5e52be328}
  59. typedef std\+::map$<$ std\+::string, \hyperlink{classfilval_1_1GenContainer}{Gen\+Container} $\ast$ $>$ {\bfseries Container\+Set}
  60. \item
  61. \hypertarget{namespacefilval_a070dfc70821cfeab3039b7eace2dc122}{}\label{namespacefilval_a070dfc70821cfeab3039b7eace2dc122}
  62. typedef std\+::map$<$ std\+::string, \hyperlink{classfilval_1_1GenValue}{Gen\+Value} $\ast$ $>$ {\bfseries Value\+Set}
  63. \end{DoxyCompactItemize}
  64. \subsection{Detailed Description}
  65. The namespace containing all filval classes and functions.