- Move documentation of Boolean_tag<bool>, Tag_true and Tag_false

to STL_Extension.
This commit is contained in:
Sylvain Pion 2007-02-09 17:13:47 +00:00
parent 4c4fdfeefe
commit 7dcfe00529
8 changed files with 62 additions and 73 deletions

1
.gitattributes vendored
View File

@ -685,7 +685,6 @@ Jet_fitting_3/doc_tex/Jet_fitting_3_ref/template_dependence.jpg -text svneol=uns
Jet_fitting_3/doc_tex/Jet_fitting_3_ref/template_dependence.pdf -text svneol=unset#application/pdf
Jet_fitting_3/examples/Jet_fitting_3/data/bezierpb3-0.007812.off -text svneol=unset#application/octet-stream
Jet_fitting_3/examples/Jet_fitting_3/data/ellipe0.003.off -text svneol=unset#application/octet-stream
Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex -text
Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.eps -text svneol=unset#application/postscript
Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.gif -text svneol=unset#image/gif
Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.pdf -text svneol=unset#application/pdf

View File

@ -156,8 +156,3 @@
\ccRefIdfierPage{CGAL::x_equal} \\
\ccRefIdfierPage{CGAL::y_equal} \\
\ccRefIdfierPage{CGAL::z_equal} \\
\subsubsection*{Tag Classes}
\ccRefIdfierPage{CGAL::Tag_false} \\
\ccRefIdfierPage{CGAL::Tag_true} \\

View File

@ -1,18 +0,0 @@
\begin{ccRefClass}{Boolean_tag<bool value>}
\ccDefinition
Depending on \ccc{bool value} the class \ccRefName\ indicates that
something is \ccc{true} or \ccc{false} respectively.
\ccConstants
\ccVariable{static const bool value;}{}
\ccInclude{CGAL/tags.h}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Tag_true} \\
\ccRefIdfierPage{CGAL::Tag_false}
\end{ccRefClass}

View File

@ -1,17 +0,0 @@
\begin{ccRefClass}{Tag_false}
\ccDefinition
The class \ccRefName\ equals \ccc{Boolean_tag<false>}.
It is used to indicate, for example,
that a certain feature is not available in a class.
\ccVariable{const bool value;}{ is \ccc{false} }
\ccInclude{CGAL/tags.h}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Boolean_tag} \\
\ccRefIdfierPage{CGAL::Tag_true} \\
\end{ccRefClass}

View File

@ -1,17 +0,0 @@
\begin{ccRefClass}{Tag_true}
\ccDefinition
The class \ccRefName\ equals \ccc{Boolean_tag<true>}.
It is used to indicate, for example,
that a certain feature is available in a class.
\ccVariable{const bool value;}{ is \ccc{true} }
\ccInclude{CGAL/tags.h}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Boolean_tag} \\
\ccRefIdfierPage{CGAL::Tag_false} \\
\end{ccRefClass}

View File

@ -445,16 +445,3 @@ in the kernel.
\input{Kernel_23_ref/Kernel_Vector_3.tex}
%\input{Kernel_23_ref/Kernel_WeightedPoint_2.tex}
%\input{Kernel_23_ref/Kernel_WeightedPoint_3.tex}
\section{Tag Classes}
\gdef\ccRefPageBreak{\ccFalse}
\input{Kernel_23_ref/Boolean_tag.tex}
\vspace*{3cm}
\input{Kernel_23_ref/Tag_false.tex}
\vspace*{3cm}
\input{Kernel_23_ref/Tag_true.tex}
\gdef\ccRefPageBreak{\ccTrue}
%% EOF

View File

@ -137,7 +137,9 @@
\ccRefIdfierPage{CGAL::Fourtuple<T>}\\
\ccRefIdfierPage{CGAL::Sixtuple<T>}\\
\ccRefIdfierPage{CGAL::Triple<T1, T2, T3>}\\
\ccRefIdfierPage{CGAL::Quadruple<T1, T2, T3, T4>}
\ccRefIdfierPage{CGAL::Quadruple<T1, T2, T3, T4>}\\
\ccRefIdfierPage{CGAL::Boolean_tag<bool value>}\\
\ccRefIdfierPage{CGAL::Tag_true}\\
\ccRefIdfierPage{CGAL::Tag_false}
%% EOF

View File

@ -2400,6 +2400,64 @@
%% +=========================================================================+
\begin{ccRefClass}{Boolean_tag<bool value>}
\ccDefinition
Depending on \ccc{bool value} the class \ccRefName\ indicates that
something is \ccc{true} or \ccc{false} respectively.
\ccInclude{CGAL/tags.h}
\ccConstants
\ccVariable{static const bool value;}{}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Tag_true} \\
\ccRefIdfierPage{CGAL::Tag_false}
\end{ccRefClass}
\begin{ccRefClass}{Tag_true}
\ccDefinition
The typedef \ccRefName\ is \ccc{Boolean_tag<true>}.
It is used to indicate, for example,
that a certain feature is available in a class.
\ccInclude{CGAL/tags.h}
\ccVariable{static const bool value;}{ is \ccc{true} }
\ccSeeAlso
\ccRefIdfierPage{CGAL::Boolean_tag<bool value>} \\
\ccRefIdfierPage{CGAL::Tag_false}
\end{ccRefClass}
\begin{ccRefClass}{Tag_false}
\ccDefinition
The typedef \ccRefName\ is \ccc{Boolean_tag<false>}.
It is used to indicate, for example,
that a certain feature is not available in a class.
\ccInclude{CGAL/tags.h}
\ccVariable{static const bool value;}{ is \ccc{false} }
\ccSeeAlso
\ccRefIdfierPage{CGAL::Boolean_tag<bool value>} \\
\ccRefIdfierPage{CGAL::Tag_true}
\end{ccRefClass}
%% +--------------------------------------------------------+
\ccParDims