X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.hh;h=e24f42964867a736aa6cbfc6bfb8bb9ccb8b8c9d;hb=961cf85a6abf2b5f0a7958bbfcd8f72e7b32721b;hp=5f3d727d636eddecc61f4522fa823ee7b9fa193a;hpb=9f8db3c2438370dfc3118090aaf66a5e4c27a26f;p=senf.git diff --git a/senf/Packets/IntParser.hh b/senf/Packets/IntParser.hh index 5f3d727..e24f429 100644 --- a/senf/Packets/IntParser.hh +++ b/senf/Packets/IntParser.hh @@ -59,7 +59,7 @@ namespace senf { \li p = v: Assigns the value to the packet field. \li p.value(v): same as above. \li p.value(): Returns the fields value as an integer number. - \li Use of p like an integer in most contexts: p += v, p *= v, v = p + + \li Use of p like an integer in most contexts: p += v, p *= v, v = p 1 and so on. You will only need to use the explicit \c value() member in rare circumstances when the automatic conversion is ambiguous or in some template contexts. @@ -606,7 +606,7 @@ namespace senf { //#include "IntParser.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100