X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FMainpage.dox;h=c96ddabfbaa6cff8353a271e4ca02eed878aed17;hb=c6fb7bc1210f26501d95064eb8e6399a881f884e;hp=ff7e5697f68311c21f8ec89eb3ed71abfa3d0cf2;hpb=af697a0c8591b38f7ee7dbc3d1d0293f4ff72d37;p=senf.git diff --git a/senf/Utils/Mainpage.dox b/senf/Utils/Mainpage.dox index ff7e569..c96ddab 100644 --- a/senf/Utils/Mainpage.dox +++ b/senf/Utils/Mainpage.dox @@ -53,17 +53,17 @@ namespace senf { \section basic_mixins Mixin classes - +
\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