X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fparameter.hh;h=64e07fd70978fb7ff2b014c4215b961e0d0d755e;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=37287fbe6afb13666ad6184d9c62c28cfd74eab8;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/parameter.hh b/senf/Utils/parameter.hh index 37287fb..64e07fd 100644 --- a/senf/Utils/parameter.hh +++ b/senf/Utils/parameter.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -24,9 +24,9 @@ \brief parameter public header */ /** \defgroup boost_parameter Boost.Parameter utilities - + Here we define some utilities for the Boost.Parameter + href="http://www.boost.org/doc/libs/release/libs/parameter/doc/html/index.html">Boost.Parameter library. */ @@ -39,15 +39,15 @@ #include //#include "parameter.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { ///\addtogroup boost_parameter - ///\{ + //\{ /** \brief Test \a ArgumentPack, whether the \a TagType argument was supplied - + This check will test, whether the argument identified by the \a TagType keyword tag type was specified in the \a ArgumentPack. This inherits from \c boost::mpl::true_ or \c boost::mpl::false_ accordingly. @@ -57,15 +57,15 @@ namespace senf { */ template struct has_parameter - : public boost::mpl::not_< + : public boost::mpl::not_< boost::is_same< typename boost::parameter::binding< ArgumentPack, TagType, void>::type, void > >::type {}; - ///\} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "parameter.cci" //#include "parameter.ct" //#include "parameter.cti"