diff --git a/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex b/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex index f3183e2fa79..e7171bccc57 100644 --- a/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex +++ b/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex @@ -1434,16 +1434,16 @@ %% +--------------------------------------------------------+ \begin{ccRefClass}{Twotuple} - + 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} + 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} + 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} - + 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}