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.
 
 
 
 

11 lignes
675 B

  1. \hypertarget{group__crtp}{}\section{C\+R\+TP idiom support header}
  2. \label{group__crtp}\index{C\+R\+T\+P idiom support header@{C\+R\+T\+P idiom support header}}
  3. \subsection*{Namespaces}
  4. \begin{DoxyCompactItemize}
  5. \item
  6. \mbox{\hyperlink{namespaceutl}{utl}}
  7. \begin{DoxyCompactList}\small\item\em S\+TL\textquotesingle{}s core language concepts. \end{DoxyCompactList}\end{DoxyCompactItemize}
  8. \subsection{Detailed Description}
  9. utl supports both C\+R\+TP idiom and dynamic polymorphism. By default C\+R\+TP is the preferred way. If the user need virtuals then instead of C\+R\+TP type, the virtual\+\_\+tag can passed to base class. The rest will handled by utl automatically.