Micro template library A library for building device drivers
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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