#include <senf/Packets/IntParser.hh>
Definition at line 319 of file IntParser.hh.
Public Types |
|
typedef boost::uint32_t | value_type |
Public Member Functions |
|
UInt32Parser (data_iterator i, state_type s) | |
value_type | value () const |
void | value (value_type v) |
UInt32Parser 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, UInt32Parser const &i) |
Write parsed value to stream. |
typedef boost::uint32_t senf::UInt32Parser:: | ||||
value_type | ||||
Reimplemented from senf::detail::packet::IntParserOps< UInt32Parser, boost::uint32_t >.
Definition at line 327 of file IntParser.hh.
senf::UInt32Parser:: | ||||
UInt32Parser | ( | data_iterator | i, | |
state_type | s | ) | ||
Definition at line 323 of file IntParser.hh.
UInt32Parser const& senf::UInt32Parser:: | ||||
operator= | ( | value_type | other | ) |
Definition at line 334 of file IntParser.hh.
void senf::UInt32Parser:: | ||||
value | ( | value_type | v | ) |
Definition at line 333 of file IntParser.hh.
value_type senf::UInt32Parser:: | ||||
value | () | |||
Definition at line 332 of file IntParser.hh.
std::ostream & | ||||
operator<< | ( | std::ostream & | os, | |
UInt32Parser const & | i | ) | ||
Write parsed value to stream.
Definition at line 339 of file IntParser.hh.
size_type const senf::UInt32Parser::fixed_bytes = 4 | ||||
[static] | ||||
Definition at line 328 of file IntParser.hh.
value_type const senf::UInt32Parser::max_value = 4294967295u | ||||
[static] | ||||
Definition at line 330 of file IntParser.hh.
value_type const senf::UInt32Parser::min_value = 0u | ||||
[static] | ||||
Definition at line 329 of file IntParser.hh.