Utils: Refactor hexdump() helper to move code out of template function
[senf.git] / Utils / Mainpage.dox
index bb6435e..cc20df8 100644 (file)
@@ -1,3 +1,25 @@
+// $Id$
+//
+// 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
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the
+// Free Software Foundation, Inc.,
+// 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
 namespace senf {
 
 /** \mainpage The SENF Utilities Library
@@ -5,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
@@ -14,11 +36,21 @@ 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>
     </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
@@ -58,15 +90,15 @@ namespace senf {
     \section miscstuff Miscellaneous
 
     <table class="listing">
-    <tr><td>\ref SystemException</td><td>standard exception for system errors (errno)</td></tr>
-
-    <tr><td>\ref process</td><td>Some simple process management and daemon helpers</td></tr>
+    <tr><td>\ref exception</td><td>standard exception for system errors (errno)</td></tr>
 
     <tr><td>\ref hexdump</td><td>a simple but usefull function to write binary data in in
     hexadecimal format.</td></tr>
 
     <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>
     </table>
 
     \section compatibility Compatibility