]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/docs/doxygen/Intro.3
Makefile.am (doxygen, [...]): Tweak targets.
[thirdparty/gcc.git] / libstdc++-v3 / docs / doxygen / Intro.3
index 1d0820cdb42631fe578625caa1d7cb94a0a19e75..3e963aa9faa0ed8185cb2b6db9c03e824de8b97c 100644 (file)
@@ -22,11 +22,12 @@ All the man pages are automatically generated by Doxygen.  For more
 information on this tool, see the HTML counterpart to these man pages.
 .P
 Some man pages do not correspond to individual classes or functions.  Rather
-they describe categories of the Standard Library.  (For a more thourough
-introduction to the various categories, consult a textbook such as Josuttis'
+they describe categories of the Standard Library.  (For a more thorough
+introduction to the various categories, consult a text such as Josuttis'
 or Austern's.)  These category pages are:
 .P
 .\" These are separated by ONE TAB.  Nothing else.  I don't like it either.
+.\" Keep them alphabatized.
 .TS
 lB l.
 Allocators     Classes encapsulating memory allocation schemes.
@@ -38,6 +39,7 @@ Containers    An introduction to container classes.
 Func_ptr_functors      Functors for use with pointers to functions.
 Intro  This page.
 Intro_functors An introduction to function objects, or functors.
+Iterator_types Programatically distinguishing iterators/pointers.
 Logical_functors       Functors wrapping the Boolean operations.
 Member_ptr_functor     Functors for use with pointers to members.
 Namespace_Std  A listing of the contents of std::.
@@ -89,12 +91,13 @@ lB lB lB lB.
 These headers will only be found automatically if you include the leading
 .B ext/
 in the name.  Otherwise you need to read FAQ 5.4.
+.\" Easy way to generate these columns of headers is to use GNU ls(1):
+.\" ls -w 40 file1 file2... | sed 's=[a-z_][a-z_]*=<ext/&>=g'
 .TS
 lB.
-<ext/hash_map>
-<ext/hash_set>
-<ext/rope>
-<ext/slist>
+<ext/algorithm>   <ext/hash_set>  <ext/numeric>  <ext/slist>
+<ext/functional>  <ext/iterator>  <ext/rb_tree>
+<ext/hash_map>    <ext/memory>    <ext/rope>
 .TE
 .SS Libraries
 .TP