Micro template library A library for building device drivers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

namespaceutl_1_1idx__dev__details.tex 11 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. \hypertarget{namespaceutl_1_1idx__dev__details}{}\section{utl\+:\+:idx\+\_\+dev\+\_\+details Namespace Reference}
  2. \label{namespaceutl_1_1idx__dev__details}\index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  3. \subsection*{Classes}
  4. \begin{DoxyCompactItemize}
  5. \item
  6. struct \mbox{\hyperlink{structutl_1_1idx__dev__details_1_1is__idx__dev__}{is\+\_\+idx\+\_\+dev\+\_\+}}
  7. \begin{DoxyCompactList}\small\item\em Primary template to catch any non input device types. \end{DoxyCompactList}\item
  8. struct \mbox{\hyperlink{structutl_1_1idx__dev__details_1_1is__idx__dev___3_01___tp_00_01void__t_3_01typename_01___tp_1_1ae8b6b24c31c81bdd901da6e6387d84b}{is\+\_\+idx\+\_\+dev\+\_\+$<$ \+\_\+\+Tp, void\+\_\+t$<$ typename \+\_\+\+Tp\+::data\+\_\+type, typename \+\_\+\+Tp\+::pointer\+\_\+type, typename \+\_\+\+Tp\+::iterator, typename \+\_\+\+Tp\+::const\+\_\+iterator, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+get1\+\_\+t$<$ \+\_\+\+Tp $>$, size\+\_\+t $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+get2\+\_\+t$<$ \+\_\+\+Tp $>$, size\+\_\+t $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+begin\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::iterator $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ tryc\+\_\+begin\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::const\+\_\+iterator $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+cbegin\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::const\+\_\+iterator $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+end\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::iterator $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ tryc\+\_\+end\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::const\+\_\+iterator $>$, use\+\_\+if\+\_\+same\+\_\+t$<$ try\+\_\+cend\+\_\+t$<$ \+\_\+\+Tp $>$, typename \+\_\+\+Tp\+::const\+\_\+iterator $>$ $>$ $>$}}
  9. \begin{DoxyCompactList}\small\item\em template to catch a proper input device type \end{DoxyCompactList}\end{DoxyCompactItemize}
  10. \subsection*{Typedefs}
  11. \begin{DoxyCompactItemize}
  12. \item
  13. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_ac3a877d2f57d7c50b77456e0571112f0}{try\+\_\+get1\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().\mbox{\hyperlink{namespaceutl_a29057d2e164fe6dd3f3095f0d69c6546}{get}}(declval$<$ typename \+\_\+\+Tp\+::data\+\_\+type \& $>$()))
  14. \item
  15. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a4cf6896009d70acdccfb55ba333fe7ef}{try\+\_\+get2\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().\mbox{\hyperlink{namespaceutl_a29057d2e164fe6dd3f3095f0d69c6546}{get}}(declval$<$ typename \+\_\+\+Tp\+::data\+\_\+type $\ast$ $>$(), declval$<$ \mbox{\hyperlink{namespaceutl_a22cbecb50ee5c1032de66133e96cbac6}{size\+\_\+t}} $>$()))
  16. \item
  17. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a69a8af95a0fd62c3e022c34ddc3a956b}{try\+\_\+begin\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().begin())
  18. \item
  19. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_afe8e2fc19d7b37a1b379a5f8302ef421}{tryc\+\_\+begin\+\_\+t}} = decltype(declval$<$ const \+\_\+\+Tp $>$().begin())
  20. \item
  21. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a655c6de0d6d8f4ac3778f2fff8e9c7de}{try\+\_\+cbegin\+\_\+t}} = decltype(declval$<$ const \+\_\+\+Tp $>$().cbegin())
  22. \item
  23. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_ab85fa5de8595b6e56a6718ffb7d4edfe}{try\+\_\+end\+\_\+t}} = decltype(declval$<$ \+\_\+\+Tp $>$().begin())
  24. \item
  25. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_aad6edb02a37f897cf4157f6345909ef1}{tryc\+\_\+end\+\_\+t}} = decltype(declval$<$ const \+\_\+\+Tp $>$().begin())
  26. \item
  27. {\footnotesize template$<$class \+\_\+\+Tp $>$ }\\using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_adb8cac5f5772e513749038257a1f92df}{try\+\_\+cend\+\_\+t}} = decltype(declval$<$ const \+\_\+\+Tp $>$().cend())
  28. \end{DoxyCompactItemize}
  29. \subsection{Detailed Description}
  30. indexed device concept
  31. \subsection{Typedef Documentation}
  32. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_a69a8af95a0fd62c3e022c34ddc3a956b}\label{namespaceutl_1_1idx__dev__details_a69a8af95a0fd62c3e022c34ddc3a956b}}
  33. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+begin\+\_\+t@{try\+\_\+begin\+\_\+t}}
  34. \index{try\+\_\+begin\+\_\+t@{try\+\_\+begin\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  35. \subsubsection{\texorpdfstring{try\+\_\+begin\+\_\+t}{try\_begin\_t}}
  36. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  37. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a69a8af95a0fd62c3e022c34ddc3a956b}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+begin\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().begin())}
  38. Definition at line 486 of file idx\+\_\+dev.\+h.
  39. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_a655c6de0d6d8f4ac3778f2fff8e9c7de}\label{namespaceutl_1_1idx__dev__details_a655c6de0d6d8f4ac3778f2fff8e9c7de}}
  40. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+cbegin\+\_\+t@{try\+\_\+cbegin\+\_\+t}}
  41. \index{try\+\_\+cbegin\+\_\+t@{try\+\_\+cbegin\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  42. \subsubsection{\texorpdfstring{try\+\_\+cbegin\+\_\+t}{try\_cbegin\_t}}
  43. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  44. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a655c6de0d6d8f4ac3778f2fff8e9c7de}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+cbegin\+\_\+t}} = typedef decltype (declval$<$const \+\_\+\+Tp$>$().cbegin())}
  45. Definition at line 488 of file idx\+\_\+dev.\+h.
  46. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_adb8cac5f5772e513749038257a1f92df}\label{namespaceutl_1_1idx__dev__details_adb8cac5f5772e513749038257a1f92df}}
  47. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+cend\+\_\+t@{try\+\_\+cend\+\_\+t}}
  48. \index{try\+\_\+cend\+\_\+t@{try\+\_\+cend\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  49. \subsubsection{\texorpdfstring{try\+\_\+cend\+\_\+t}{try\_cend\_t}}
  50. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  51. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_adb8cac5f5772e513749038257a1f92df}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+cend\+\_\+t}} = typedef decltype (declval$<$const \+\_\+\+Tp$>$().cend())}
  52. Definition at line 491 of file idx\+\_\+dev.\+h.
  53. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_ab85fa5de8595b6e56a6718ffb7d4edfe}\label{namespaceutl_1_1idx__dev__details_ab85fa5de8595b6e56a6718ffb7d4edfe}}
  54. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+end\+\_\+t@{try\+\_\+end\+\_\+t}}
  55. \index{try\+\_\+end\+\_\+t@{try\+\_\+end\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  56. \subsubsection{\texorpdfstring{try\+\_\+end\+\_\+t}{try\_end\_t}}
  57. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  58. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_ab85fa5de8595b6e56a6718ffb7d4edfe}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+end\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().begin())}
  59. Definition at line 489 of file idx\+\_\+dev.\+h.
  60. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_ac3a877d2f57d7c50b77456e0571112f0}\label{namespaceutl_1_1idx__dev__details_ac3a877d2f57d7c50b77456e0571112f0}}
  61. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+get1\+\_\+t@{try\+\_\+get1\+\_\+t}}
  62. \index{try\+\_\+get1\+\_\+t@{try\+\_\+get1\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  63. \subsubsection{\texorpdfstring{try\+\_\+get1\+\_\+t}{try\_get1\_t}}
  64. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  65. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_ac3a877d2f57d7c50b77456e0571112f0}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+get1\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().\mbox{\hyperlink{namespaceutl_a29057d2e164fe6dd3f3095f0d69c6546}{get}} (declval$<$typename \+\_\+\+Tp\+::data\+\_\+type\&$>$()))}
  66. Definition at line 481 of file idx\+\_\+dev.\+h.
  67. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_a4cf6896009d70acdccfb55ba333fe7ef}\label{namespaceutl_1_1idx__dev__details_a4cf6896009d70acdccfb55ba333fe7ef}}
  68. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!try\+\_\+get2\+\_\+t@{try\+\_\+get2\+\_\+t}}
  69. \index{try\+\_\+get2\+\_\+t@{try\+\_\+get2\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  70. \subsubsection{\texorpdfstring{try\+\_\+get2\+\_\+t}{try\_get2\_t}}
  71. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  72. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_a4cf6896009d70acdccfb55ba333fe7ef}{utl\+::idx\+\_\+dev\+\_\+details\+::try\+\_\+get2\+\_\+t}} = typedef decltype (declval$<$\+\_\+\+Tp$>$().\mbox{\hyperlink{namespaceutl_a29057d2e164fe6dd3f3095f0d69c6546}{get}} (declval$<$typename \+\_\+\+Tp\+::data\+\_\+type$\ast$$>$(), declval$<$\mbox{\hyperlink{namespaceutl_a22cbecb50ee5c1032de66133e96cbac6}{size\+\_\+t}}$>$()))}
  73. Definition at line 482 of file idx\+\_\+dev.\+h.
  74. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_afe8e2fc19d7b37a1b379a5f8302ef421}\label{namespaceutl_1_1idx__dev__details_afe8e2fc19d7b37a1b379a5f8302ef421}}
  75. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!tryc\+\_\+begin\+\_\+t@{tryc\+\_\+begin\+\_\+t}}
  76. \index{tryc\+\_\+begin\+\_\+t@{tryc\+\_\+begin\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  77. \subsubsection{\texorpdfstring{tryc\+\_\+begin\+\_\+t}{tryc\_begin\_t}}
  78. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  79. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_afe8e2fc19d7b37a1b379a5f8302ef421}{utl\+::idx\+\_\+dev\+\_\+details\+::tryc\+\_\+begin\+\_\+t}} = typedef decltype (declval$<$const \+\_\+\+Tp$>$().begin())}
  80. Definition at line 487 of file idx\+\_\+dev.\+h.
  81. \mbox{\Hypertarget{namespaceutl_1_1idx__dev__details_aad6edb02a37f897cf4157f6345909ef1}\label{namespaceutl_1_1idx__dev__details_aad6edb02a37f897cf4157f6345909ef1}}
  82. \index{utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}!tryc\+\_\+end\+\_\+t@{tryc\+\_\+end\+\_\+t}}
  83. \index{tryc\+\_\+end\+\_\+t@{tryc\+\_\+end\+\_\+t}!utl\+::idx\+\_\+dev\+\_\+details@{utl\+::idx\+\_\+dev\+\_\+details}}
  84. \subsubsection{\texorpdfstring{tryc\+\_\+end\+\_\+t}{tryc\_end\_t}}
  85. {\footnotesize\ttfamily template$<$class \+\_\+\+Tp $>$ \\
  86. using \mbox{\hyperlink{namespaceutl_1_1idx__dev__details_aad6edb02a37f897cf4157f6345909ef1}{utl\+::idx\+\_\+dev\+\_\+details\+::tryc\+\_\+end\+\_\+t}} = typedef decltype (declval$<$const \+\_\+\+Tp$>$().begin())}
  87. Definition at line 490 of file idx\+\_\+dev.\+h.