Micro template library A library for building device drivers
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

11 rindas
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.