X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FMainpage.dox;h=407bd9ea733ae0ccfe64b1e7393b5218e6589ad0;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=ff7e5697f68311c21f8ec89eb3ed71abfa3d0cf2;hpb=af697a0c8591b38f7ee7dbc3d1d0293f4ff72d37;p=senf.git diff --git a/senf/Utils/Mainpage.dox b/senf/Utils/Mainpage.dox index ff7e569..407bd9e 100644 --- a/senf/Utils/Mainpage.dox +++ b/senf/Utils/Mainpage.dox @@ -31,21 +31,21 @@ namespace senf { + href="http://www.boost.org/doc/libs/release/libs/bind/bind.html">Boost.Bind extension @@ -53,17 +53,17 @@ namespace senf { \section basic_mixins Mixin classes - +
\ref membinda simple Boost.Bind extension
\ref senfmplSome simple tools which help to solve common meta-programming tasks
\ref senfppExtensions to the Boost.Preprocessor + href="http://www.boost.org/doc/libs/release/libs/preprocessor/doc/index.html">Boost.Preprocessor library
\ref typetraitsExtensions to the Boost.TypeTraits + href="http://www.boost.org/doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits library
\ref boost_parameterUtilities concerning the Boost.Parameter + href="http://www.boost.org/doc/libs/release/libs/parameter/doc/html/index.html">Boost.Parameter library
\ref phoenix_helpersPhoenix functors
+ href="http://www.boost.org/doc/libs/release/libs/smart_ptr/intrusive_ptr.html">boost::intrusive_ptr
\ref intrusive_refcountmixin to simplify writing classes for use with boost::intrusive_ptr
\ref safe_boola mixin class to provide a really safe replacement for operator bool - +
\ref singletonmixin to make a class a singleton
- + \section memory_management Memory Management @@ -72,7 +72,7 @@ namespace senf { buffers \ref pool_alloc_mixinmixin to provide pool allocation to a class - + \ref contiguous_storage_iteratortraits class to check iterator type for raw pointer accessibility @@ -87,7 +87,7 @@ namespace senf { \ref TypeIdValueclass wrapping a typeid in a way that it can be used like any other value type, e.g. as the key in a map. - + \section miscstuff Miscellaneous @@ -95,7 +95,7 @@ namespace senf { \ref exceptionstandard exception for system errors (errno) \ref senf_statisticsstatistics functionality - + \ref hexdumpa simple but usefull function to write binary data in in hexadecimal format. @@ -106,7 +106,7 @@ namespace senf { stringJoin()Utility to join a string range into a single string (with separator) - + make_transform_range()\c boost::make_transform_iterator() with support for ranges