use ccDeprecated environment of deprecation of classes

This commit is contained in:
Sébastien Loriot 2011-05-30 09:16:37 +00:00
parent ccb1b1e39f
commit 1666c4fd57
1 changed files with 18 additions and 17 deletions

View File

@ -1434,16 +1434,16 @@
%% +--------------------------------------------------------+
\begin{ccRefClass}{Twotuple<T>}
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\begin{ccDeprecated}
\ccDefinition The \ccRefName\ class stores a homogeneous (same type) pair
of objects of type \ccc{T}. A \ccRefName\ is much like a container, in that
it "owns" its elements. It is not actually a model of container, though,
because it does not support the standard methods (such as iterators) for
accessing the elements of a container.
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\ccInclude{CGAL/Twotuple.h}
\ccRequirements \ccc{T} must be \ccc{Assignable}.
@ -1468,22 +1468,22 @@
\ccConstructor{Twotuple(T x, T y);}{constructs a \ccRefName\ such
that \ccc{e0} is constructed from \ccc{x} and \ccc{e1} is
constructed from \ccc{y}.}
\end{ccDeprecated}
\end{ccRefClass}
%% +--------------------------------------------------------+
\begin{ccRefClass}{Threetuple<T>}
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\begin{ccDeprecated}
\ccDefinition The \ccRefName\ class stores a homogeneous (same type) triple
of objects of type \ccc{T}. A \ccRefName\ is much like a container, in that
it "owns" its elements. It is not actually a model of container, though,
because it does not support the standard methods (such as iterators) for
accessing the elements of a container.
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\ccInclude{CGAL/Threetuple.h}
\ccRequirements \ccc{T} must be \ccc{Assignable}.
@ -1510,22 +1510,22 @@
\ccConstructor{Threetuple(T x, T y, T z);}{constructs a \ccRefName\ such
that \ccc{e0} is constructed from \ccc{x}, \ccc{e1} is
constructed from \ccc{y} and \ccc{e2} is constructed from \ccc{z}.}
\end{ccDeprecated}
\end{ccRefClass}
%% +--------------------------------------------------------+
\begin{ccRefClass}{Fourtuple<T>}
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\begin{ccDeprecated}
\ccDefinition The \ccRefName\ class stores a homogeneous (same type)
fourtuple of objects of type \ccc{T}. A \ccRefName\ is much like a
container, in that it "owns" its elements. It is not actually a model of
container, though, because it does not support the standard methods (such as
iterators) for accessing the elements of a container.
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\ccInclude{CGAL/Fourtuple.h}
\ccRequirements \ccc{T} must be \ccc{Assignable}.
@ -1554,22 +1554,22 @@
\ccConstructor{Fourtuple(T x, T y, T z, T t);}{constructs a \ccRefName\ such
that \ccc{e0} is constructed from \ccc{x}, \ccc{e1} from \ccc{y},
\ccc{e2} from \ccc{z} and \ccc{e3} from \ccc{t}.}
\end{ccDeprecated}
\end{ccRefClass}
%% +--------------------------------------------------------+
\begin{ccRefClass}{Sixtuple<T>}
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\begin{ccDeprecated}
\ccDefinition The \ccRefName\ class stores a homogeneous (same type)
sixtuple of objects of type \ccc{T}. A \ccRefName\ is much like a
container, in that it "owns" its elements. It is not actually a model of
container, though, because it does not support the standard methods (such as
iterators) for accessing the elements of a container.
This class is DEPRECATED, and will be removed in some future CGAL release.
Please use \ccc{CGAL::cpp0x::array} instead.
\ccInclude{CGAL/Sixtuple.h}
\ccRequirements \ccc{T} must be \ccc{Assignable}.
@ -1603,6 +1603,7 @@
\ccRefName\ such that \ccc{e0} is constructed from \ccc{x}, \ccc{e1} from
\ccc{y}, \ccc{e2} from \ccc{z}, \ccc{e3} from \ccc{t}, \ccc{e4} from
\ccc{u} and \ccc{e5} from \ccc{v}.}
\end{ccDeprecated}
\end{ccRefClass}