Micro template library A library for building device drivers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

48 lignes
3.9 KiB

  1. \hypertarget{version_8h}{}\section{include/utl/core/version.h File Reference}
  2. \label{version_8h}\index{include/utl/core/version.\+h@{include/utl/core/version.\+h}}
  3. version and cpp version checks
  4. \subsection*{Macros}
  5. \begin{DoxyCompactItemize}
  6. \item
  7. \#define \mbox{\hyperlink{group__version_ga7665eee3bbd12a8d910e6237e59d3aee}{U\+T\+L\+\_\+\+V\+E\+R\+S\+I\+ON}}~\char`\"{}0.\+1.\+0\char`\"{}
  8. \begin{DoxyCompactList}\small\item\em utl version \end{DoxyCompactList}\item
  9. \#define \mbox{\hyperlink{group__version_ga127ec85c06925fbd866584721188df32}{U\+T\+L\+\_\+\+V\+E\+R\+S\+I\+O\+N\+\_\+\+M\+A\+J\+OR}}~0
  10. \item
  11. \#define \mbox{\hyperlink{group__version_ga9bc1d657cd305d09ffe825ab50672c2e}{U\+T\+L\+\_\+\+V\+E\+R\+S\+I\+O\+N\+\_\+\+M\+I\+N\+OR}}~1
  12. \item
  13. \#define \mbox{\hyperlink{group__version_ga0ccbcd211a838107438ae0e194f871a9}{U\+T\+L\+\_\+\+V\+E\+R\+S\+I\+O\+N\+\_\+\+P\+A\+T\+CH}}~0
  14. \item
  15. \#define \mbox{\hyperlink{group__version_ga7af1c603dc248e854fc773c26761ed83}{U\+T\+L\+\_\+\+V\+E\+R\+S\+I\+O\+N\+\_\+\+V\+A\+L\+UE}}
  16. \item
  17. \#define \mbox{\hyperlink{group__version_ga01247740b4b51ce21e9bb3c3c602996d}{C\+X\+X\+\_\+\+V\+ER}}~\+\_\+\+\_\+cplusplus
  18. \begin{DoxyCompactList}\small\item\em C++ versions. \end{DoxyCompactList}\item
  19. \#define \mbox{\hyperlink{group__version_gabef125dbb6ab064efeef0491a2a43da6}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+11}}~201103L
  20. \item
  21. \#define \mbox{\hyperlink{group__version_gaaa8cecbe78cff8d75dba25e39d5205f9}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+14}}~201402L
  22. \item
  23. \#define \mbox{\hyperlink{group__version_ga20a6261e3bdd7cad0eb7850e29ddfbe0}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+17}}~201703L
  24. \item
  25. \#define \mbox{\hyperlink{group__version_gaa3f471a65b0eb6118e8a2cb547a46d7a}{C\+X\+X\+\_\+\+V\+A\+R\+I\+A\+B\+L\+E\+\_\+\+T\+E\+M\+P\+L\+A\+T\+ES}}~(\mbox{\hyperlink{group__version_ga01247740b4b51ce21e9bb3c3c602996d}{C\+X\+X\+\_\+\+V\+ER}} $>$= \mbox{\hyperlink{group__version_gaaa8cecbe78cff8d75dba25e39d5205f9}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+14}})
  26. \begin{DoxyCompactList}\small\item\em Check for variable templates. \end{DoxyCompactList}\item
  27. \#define \mbox{\hyperlink{group__version_ga80d0fb430c83076ebe61d619a7e606a9}{C\+X\+X\+\_\+\+C\+O\+N\+C\+E\+P\+TS}}~0
  28. \begin{DoxyCompactList}\small\item\em Check concepts. \end{DoxyCompactList}\item
  29. \#define \mbox{\hyperlink{group__version_gad7f44253df62ec7f9455af26507a289b}{C\+X\+X\+\_\+\+I\+N\+L\+I\+N\+E\+\_\+\+V\+A\+R\+I\+A\+B\+L\+ES}}~(\mbox{\hyperlink{group__version_ga01247740b4b51ce21e9bb3c3c602996d}{C\+X\+X\+\_\+\+V\+ER}} $>$= \mbox{\hyperlink{group__version_ga20a6261e3bdd7cad0eb7850e29ddfbe0}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+17}})
  30. \begin{DoxyCompactList}\small\item\em Check for inline variables. \end{DoxyCompactList}\item
  31. \#define \mbox{\hyperlink{group__version_gad8bb48d6d660495b6eb3d4bbecd7ec26}{C\+X\+X\+\_\+\+F\+O\+L\+D\+\_\+\+E\+X\+P\+R\+E\+S\+S\+I\+O\+NS}}~(\mbox{\hyperlink{group__version_ga01247740b4b51ce21e9bb3c3c602996d}{C\+X\+X\+\_\+\+V\+ER}} $>$= \mbox{\hyperlink{group__version_ga20a6261e3bdd7cad0eb7850e29ddfbe0}{C\+X\+X\+\_\+\+V\+E\+R\+\_\+\+S\+T\+D\+\_\+17}})
  32. \end{DoxyCompactItemize}
  33. \subsection{Detailed Description}
  34. version and cpp version checks
  35. Copyright (C) 2018-\/2019 Christos Choutouridis
  36. This program is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  37. This program is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU Lesser General Public License for more details.
  38. You should have received a copy of the G\+NU Lesser General Public License along with this program. If not, see \href{http://www.gnu.org/licenses/}{\tt http\+://www.\+gnu.\+org/licenses/}.