X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.hh;h=e24f42964867a736aa6cbfc6bfb8bb9ccb8b8c9d;hb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;hp=8c55605ad3fc283cf8d539ac4d9e42f61bdeb4ab;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/IntParser.hh b/senf/Packets/IntParser.hh index 8c55605..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. @@ -171,7 +171,7 @@ namespace senf { Int16LSBParser const & operator= (value_type other) { value(other); return *this; } }; /** \brief Write parsed value to stream - \related Int16Parser + \related Int16LSBParser */ inline std::ostream & operator<<(std::ostream & os, Int16LSBParser const & i) { os << i.value(); return os; } @@ -606,7 +606,7 @@ namespace senf { //#include "IntParser.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100