X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMainpage.dox;h=474b40ff1e12eca24150aa3f3e47c646e253f896;hb=3d5b1045dc2531f239a3af4a8f3b17b1fe31549c;hp=e5b53ddb44a28585a736b7ec18e93ad3824dbb05;hpb=36dec8105bf99dec12ffa07149f72923a71001e5;p=senf.git diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox index e5b53dd..474b40f 100644 --- a/Utils/Mainpage.dox +++ b/Utils/Mainpage.dox @@ -2,37 +2,42 @@ namespace senf { /** \mainpage The SENF Utilities Library - The Utilities Library is a collection of independent - utilities. We have + The Utilities Library is a collection of independent utilities. We have +
-
\ref logger
highly flexible logging - infrastructure
+
\ref logger
highly flexible logging infrastructure
-
SystemException
standard exception for system errors - (errno)
+
SystemException
standard exception for system errors (errno)
-
\ref time
Very rudimentary microsecond time - support
+
\ref time
Very rudimentary microsecond time support
-
\ref process
Some simple process management and daemon - helpers +
\ref process
Some simple process management and daemon helpers
\ref membind
a simple Boost.Bind - extension
+ href="http://www.boost.org/libs/bind/bind.html">Boost.Bind extension -
intrusive_refcount
mixin to simplify writing classes for - use with intrusive_refcount
mixin to simplify writing classes for use with boost::intrusive_ptr
-
SafeBool
a mixin class to provide a really safe - replacement for operator bool
+
SafeBool
a mixin class to provide a really safe replacement for operator + bool
+ +
pool_alloc_mixin
mixin to provide pool allocation to a class
+ +
\ref singleton
mixin to make a class a singleton
+ +
prettyName()
an interface to the C++ demangler of g++ to get formated type names + from typeinfo objects
+ +
\ref SENF_SCOPED_BUFFER
a portable way to efficiently allocate temporary + buffers
-
prettyName()
an interface to the C++ demangler of g++ - to get formated type names from typeinfo objects
+
\ref contiguous_storage_iterator
traits class to check iterator type for raw pointer + accessibility
-
\ref SENF_SCOPED_BUFFER
a portable way to efficiently allocate temporary buffers
+
\ref TypeIdValue
class wrapping a typeid in a way that it can be used like any other + value type, e.g. as the key in a map.
*/