cgal/Manual_tools/example/Example_ref/Circulator_traits.tex

71 lines
1.7 KiB
TeX

% +------------------------------------------------------------------------+
% | Reference manual page: Circulator_traits.tex
% +------------------------------------------------------------------------+
% | 03.09.1999 Lutz Kettner
% | Package: Example
% |
\RCSdef{\RCSCirculatortraitsRev}{$Id$}
\RCSdefDate{\RCSCirculatortraitsDate}{$Date$}
% |
%%RefPage: end of header, begin of main body
% +------------------------------------------------------------------------+
\begin{ccRefClass}{Circulator_traits<C>} %% add template arg's if necessary
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
%% \ccHtmlIndexC[class]{} %% add further index entries
\ccDefinition
The class \ccRefName\ does this and that.
\ccInclude{DIR/Circulator_traits.h}
\ccIsModel
\ccc{Concept}
\ccTypes
\ccNestedType{TYPE}{some nested types}
\ccCreation
\ccCreationVariable{a} %% choose variable name
\ccConstructor{Circulator_traits();}{default constructor.}
\clearpage
\ccOperations
\ccMethod{void foo();}{some member functions}
\ccSeeAlso
\ccc{Some_other_class},
\ccc{some_other_function}.
\ccExample
A short example program.
Instead of a short program fragment, a full running program can be
included using the
\verb|\ccIncludeExampleCode{Example/Circulator_traits_prog.C}|
macro. The program example would be part of the source code distribution and
also part of the automatic test suite.
\begin{ccExampleCode}
void your_example_code() {
}
\end{ccExampleCode}
%% \ccIncludeExampleCode{Example/Circulator_traits_prog.C}
\end{ccRefClass}
% +------------------------------------------------------------------------+
%%RefPage: end of main body, begin of footer
% EOF
% +------------------------------------------------------------------------+