prevented non-CGAL include files from being dead-linked

This commit is contained in:
Andreas Meyer 2006-03-19 22:18:37 +00:00
parent e9a9ca7ae9
commit 69c9fd5749
8 changed files with 25 additions and 6 deletions

View File

@ -8,7 +8,10 @@ even be inlined. The following function object classes are defined in \stl.
\section{Arithmetic operations}
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{functional}
\ccHtmlLinksOn
\stl\ defines the following function object classes \ccStyle{plus<T>},
\ccStyle{minus<T>}, \ccStyle{times<T>}, \ccStyle{divides<T>}, and

View File

@ -10,9 +10,10 @@ random access iterators. In addition it supports
constant time insert and erase operations at both ends. Insert and erase
in the middle take linear time.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{deque}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A mutable random access iterator.}

View File

@ -9,8 +9,10 @@ An object of the class \ccClassName\ is a sequence that supports
bidirectional iterators and allows constant time insert and erase
operations anywhere within the sequence.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{list}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A mutable bidirectional iterator.}

View File

@ -13,7 +13,11 @@ relation \ccStyle{Compare}.
Elements are stored in maps as \ccStyle{pairs} of \ccStyle{Key} and
\ccStyle{T}.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{map}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A const bidirectional iterator.}

View File

@ -14,7 +14,10 @@ The interface of the class \ccClassTemplateName\ is almost the same as of
the class \ccStyle{map<Key, Compare>}. We only list the functions
that have a different syntax or semantics.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{map}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A const bidirectional iterator.}

View File

@ -13,8 +13,10 @@ The interface of the class \ccClassTemplateName\ is almost the same as of
the class \ccStyle{set<Key, Compare>}. We only list the functions
that have a different syntax or semantics.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{set}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A const bidirectional iterator.}

View File

@ -10,8 +10,10 @@ type \ccStyle{Key}. It allows for the retrieval for the elements
themselves. The elements in the set are ordered by the ordering
relation \ccStyle{Compare}.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{set}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A const bidirectional iterator.}

View File

@ -10,8 +10,10 @@ random access iterators. In addition it supports (amortized)
constant time insert and erase operations at the end. Insert and erase
in the middle take linear time.
% prevent dead links to non-CGAL include files
\ccHtmlLinksOff
\ccInclude{vector}
\ccHtmlLinksOn
\ccTypes
\ccNestedType{iterator}{A mutable random access iterator.}