Finished libSocket and libUtils documentation
[senf.git] / Utils / Mainpage.dox
1 namespace senf {
2
3 /** \mainpage The SENF Utilities Library
4
5     The Utilities Library is a collection of independent
6     utilities. We have
7     <dl>
8
9     <dt>SystemException</dt><dd>standard exception for system errors
10     (errno)</dd>
11
12     <dt>\ref time</dt><dd>Very rudimentary microsecond time
13     support</dd>
14     
15     <dt>\ref process</dt><dd>Some simple process management and daemon
16     helpers<?dd>
17     
18     <dt>\ref membind</dt><dd>a simple <a
19     href="http://www.boost.org/libs/bind/bind.html">Boost.Bind</a>
20     extension</dd>
21
22     <dt>intrusive_refcount</dt><dd>mixin to simplify writing classes for
23     use with <a
24     href="http://www.boost.org/libs/smart_ptr/intrusive_ptr.html">boost::intrusive_ptr</a></dd>
25
26     <dt>SafeBool</dt><dd>a mixin class to provide a really safe
27     replacement for <tt>operator bool</tt></dd>
28
29     <dt>prettyName()</dt><dd>an interface to the C++ demangler of g++
30     to get formated type names from typeinfo objects</dd>
31
32     </dl>
33  */
34
35 }
36
37 \f
38 // Local Variables:
39 // mode: c++
40 // mode: flyspell
41 // mode: auto-fill
42 // ispell-local-dictionary: "american"
43 // End: