classproplist.tex
来自「这是一个用于数据挖掘的常用算法的模板库(数据挖掘的C++模板库for UNIX)」· TEX 代码 · 共 31 行
TEX
31 行
\section{proplist$<$ prop, next\_\-property $>$ Class Template Reference}\label{classproplist}\index{proplist@{proplist}}Property list Class to list the properties for generic pattern mining algorithm. {\tt \#include $<$properties.h$>$}\subsection*{Public Types}\begin{CompactItemize}\item typedef prop \textbf{FIRST}\label{classproplist_d4cd244f23786cc179afc44ecd09211e}\item typedef next\_\-property \textbf{SECOND}\label{classproplist_0cc1bb710a2257d21b7d837c30a6743d}\end{CompactItemize}\subsection{Detailed Description}\subsubsection*{template$<$class prop, class next\_\-property = null\_\-prop$>$ class proplist$<$ prop, next\_\-property $>$}Property list Class to list the properties for generic pattern mining algorithm. Property list class takes two template arguments, the first one is a property class and the second one is the next property class and so on. To terminate the list, null\_\-prop class is used. The documentation for this class was generated from the following file:\begin{CompactItemize}\item properties.h\end{CompactItemize}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?