namespace senf { /** \mainpage The SENF Utilities Library The Utilities Library is a collection of independent utilities. We have
\ref logger
highly flexible logging infrastructure
SystemException
standard exception for system errors (errno)
\ref time
Very rudimentary microsecond time support
\ref process
Some simple process management and daemon helpers
\ref membind
a simple Boost.Bind extension
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
prettyName()
an interface to the C++ demangler of g++ to get formated type names from typeinfo objects
*/ } // Local Variables: // mode: c++ // fill-column: 100 // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" // mode: flyspell // mode: auto-fill // End: