#include <senf/Packets/IntParser.hh>
Definition at line 183 of file IntParser.hh.
Public Types |
|
typedef boost::uint16_t | value_type |
Public Member Functions |
|
UInt16Parser (data_iterator i, state_type s) | |
value_type | value () const |
void | value (value_type v) |
UInt16Parser const & | operator= (value_type other) |
Static Public Attributes |
|
static size_type const | fixed_bytes = 2 |
static value_type const | min_value = 0u |
static value_type const | max_value = 65535u |
Related Functions |
|
(Note that these are not member functions.) |
|
std::ostream & | operator<< (std::ostream &os, UInt16Parser const &i) |
Write parsed value to stream. |
typedef boost::uint16_t senf::UInt16Parser:: | ||||
value_type | ||||
Reimplemented from senf::detail::packet::IntParserOps< UInt16Parser, boost::uint16_t >.
Definition at line 191 of file IntParser.hh.
senf::UInt16Parser:: | ||||
UInt16Parser | ( | data_iterator | i, | |
state_type | s | ) | ||
Definition at line 187 of file IntParser.hh.
UInt16Parser const& senf::UInt16Parser:: | ||||
operator= | ( | value_type | other | ) |
Definition at line 198 of file IntParser.hh.
void senf::UInt16Parser:: | ||||
value | ( | value_type | v | ) |
Definition at line 197 of file IntParser.hh.
value_type senf::UInt16Parser:: | ||||
value | () | |||
Definition at line 196 of file IntParser.hh.
std::ostream & | ||||
operator<< | ( | std::ostream & | os, | |
UInt16Parser const & | i | ) | ||
Write parsed value to stream.
Definition at line 203 of file IntParser.hh.
size_type const senf::UInt16Parser::fixed_bytes = 2 | ||||
[static] | ||||
Definition at line 192 of file IntParser.hh.
value_type const senf::UInt16Parser::max_value = 65535u | ||||
[static] | ||||
Definition at line 194 of file IntParser.hh.
value_type const senf::UInt16Parser::min_value = 0u | ||||
[static] | ||||
Definition at line 193 of file IntParser.hh.