#include <senf/Packets/IntParser.hh>

Definition at line 342 of file IntParser.hh.
Public Types |
|
| typedef boost::uint32_t | value_type |
Public Member Functions |
|
| UInt32LSBParser (data_iterator i, state_type s) | |
| value_type | value () const |
| void | value (value_type v) |
| UInt32LSBParser const & | operator= (value_type other) |
Static Public Attributes |
|
| static size_type const | fixed_bytes = 4 |
| static value_type const | min_value = 0u |
| static value_type const | max_value = 4294967295u |
Related Functions |
|
| (Note that these are not member functions.) |
|
| std::ostream & | operator<< (std::ostream &os, UInt32LSBParser const &i) |
| Write parsed value to stream. |
|
| typedef boost::uint32_t senf::UInt32LSBParser:: | ||||
| value_type | ||||
Reimplemented from senf::detail::packet::IntParserOps< UInt32LSBParser, boost::uint32_t >.
Definition at line 350 of file IntParser.hh.
| senf::UInt32LSBParser:: | ||||
| UInt32LSBParser | ( | data_iterator | i, | |
| state_type | s | ) | ||
Definition at line 346 of file IntParser.hh.
| UInt32LSBParser const& senf::UInt32LSBParser:: | ||||
| operator= | ( | value_type | other | ) |
Definition at line 357 of file IntParser.hh.
| void senf::UInt32LSBParser:: | ||||
| value | ( | value_type | v | ) |
Definition at line 356 of file IntParser.hh.
| value_type senf::UInt32LSBParser:: | ||||
| value | () | |||
Definition at line 355 of file IntParser.hh.
| std::ostream & | ||||
| operator<< | ( | std::ostream & | os, | |
| UInt32LSBParser const & | i | ) | ||
Write parsed value to stream.
Definition at line 362 of file IntParser.hh.
| size_type const senf::UInt32LSBParser::fixed_bytes = 4 | ||||
| [static] | ||||
Definition at line 351 of file IntParser.hh.
| value_type const senf::UInt32LSBParser::max_value = 4294967295u | ||||
| [static] | ||||
Definition at line 353 of file IntParser.hh.
| value_type const senf::UInt32LSBParser::min_value = 0u | ||||
| [static] | ||||
Definition at line 352 of file IntParser.hh.