Packets: Fix VariantParser invalid parser access bug
[senf.git] / Utils / Mainpage.dox
index 5ea64f3..fe6dd74 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -27,7 +27,7 @@ namespace senf {
     The Utilities Library is a collection of independent utilities.
 
 
-    \section basic_helpers C++ Language helpers and simple library extensions
+    \section basic_helpers C++ Language helpers and library extensions
 
     <table class="listing">
     <tr><td>\ref membind</td><td>a simple <a
@@ -36,11 +36,23 @@ namespace senf {
     <tr><td>\ref senfmpl</td><td>Some simple tools which help to solve common meta-programming
     tasks</td></tr>
 
-    <tr><td>\ref senfpp</td><td>Extensions to the Boost.Preprocessor library</td></tr>
+    <tr><td>\ref senfpp</td><td>Extensions to the <a
+    href="http://www.boost.org/doc/libs/1_33_1/libs/preprocessor/doc/index.html">Boost.Preprocessor</a>
+    library</td></tr>
+
+    <tr><td>\ref typetraits</td><td>Extensions to the <a
+    href="http://www.boost.org/doc/libs/1_33_1/doc/html/boost_typetraits.html">Boost.TypeTraits</a>
+    library</td></tr>
+
+    <tr><td>\ref boost_parameter</td><td>Utilities concerning the <a
+    href="http://www.boost.org/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Boost.Parameter</a>
+    library</td></tr>
+
+    <tr><td>\ref phoenix_helpers</td><td>Phoenix functors</td></tr>
     </table>
 
 
-    \section basic_mixins Basic mixin classes
+    \section basic_mixins Mixin classes
     
     <table class="listing">
     <tr><td>\ref intrusive_refcount</td><td>mixin to simplify writing classes for use with <a
@@ -87,13 +99,31 @@ namespace senf {
 
     <tr><td>\ref IpChecksum</td><td>calculating the 16 bit checksum used in the IP
     specification</td></tr>
+
+    <tr><td>\ref utils_tags</td><td>Miscellaneous type tags</td></tr>
+
+    <tr><td>stringJoin()</td><td>Utility to join a string range into
+    a single string (with separator)</td><?tr>
+    
+    <tr><td>make_transform_range()</td><td>\c boost::make_transform_iterator() with support for
+    ranges</td></tr>
+
+    <tr><td>\ref backtraces</td><td>Utilities to parse and format backtrace information as provided
+    by the GNU libc</td></tr>
+
+    <tr><td>signalName()</td><td>convert signal number to string representation</td></tr>
     </table>
 
-    \section compatibility Compatibility
+
+    \section testing Correctness and testing
 
     <table class="listing">
     <tr><td>\ref auto_unit_test.hh</td><td>Boost auto unit test compatibility across Boost versions
     1.33 and 1.34</td></tr>
+
+    <tr><td>\ref SENF_ASSERT()</td><td>SENF specific assertion macro</td></tr>
+
+    <tr><td>\ref unittest</td><td>Additional unit test extension for Boost.Test</td></tr>
     </table>
  */