X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FParseHelpers.hh;h=0fa7a0049925ab65070905215f6c63a44a62c458;hb=b490ccf2b17ccb29681e60b3e35aa5a949df3a10;hp=9eff3949a311422884a3f7c58e2df7c61b214076;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/ParseHelpers.hh b/senf/Packets/ParseHelpers.hh index 9eff394..0fa7a00 100644 --- a/senf/Packets/ParseHelpers.hh +++ b/senf/Packets/ParseHelpers.hh @@ -490,8 +490,9 @@ /** \brief Define bit-field Bit fields are supported by a special family of parser macros. These macros simplify defining - fields using the senf::Parse_Int, senf::Parse_UInt and senf::FlagParser parsers by keeping track - of the current bit position and automatically creating the correct template parameters. + fields using the senf::IntFieldParser, senf::UIntFieldParser and senf::FlagParser parsers by + keeping track of the current bit position and automatically creating the correct template + parameters. The \a type parameter specifies the type of bitfield to define. This value is one of \li \c signed, for signed bit fields (senf::IntFieldParser)