X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMainpage.dox;h=7fd6f5919b530ecd39330815580201f2b7cc1132;hb=cb10487f67b404334eaffa60f074b8eca8f871de;hp=475bb16565a432da60307fff8bec5708b1560b35;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox index 475bb16..7fd6f59 100644 --- a/Utils/Mainpage.dox +++ b/Utils/Mainpage.dox @@ -2,35 +2,39 @@ 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 process
Some simple process management and daemon helpers -
\ref time
Very rudimentary microsecond time - support
- -
\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
*/ @@ -40,7 +44,10 @@ namespace senf { // Local Variables: // mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // mode: flyspell // mode: auto-fill -// ispell-local-dictionary: "american" // End: