#include <senf/Packets/IntParser.hh>
Definition at line 423 of file IntParser.hh.
Public Types |
|
typedef boost::uint64_t | value_type |
Public Member Functions |
|
UInt64LSBParser (data_iterator i, state_type s) | |
value_type | value () const |
void | value (value_type v) |
UInt64LSBParser const & | operator= (value_type other) |
Static Public Attributes |
|
static size_type const | fixed_bytes = 8 |
Related Functions |
|
(Note that these are not member functions.) |
|
std::ostream & | operator<< (std::ostream &os, UInt64LSBParser const &i) |
Write parsed value to stream. |
typedef boost::uint64_t senf::UInt64LSBParser:: | ||||
value_type | ||||
Reimplemented from senf::detail::packet::IntParserOps< UInt64LSBParser, boost::uint64_t >.
Definition at line 431 of file IntParser.hh.
senf::UInt64LSBParser:: | ||||
UInt64LSBParser | ( | data_iterator | i, | |
state_type | s | ) | ||
Definition at line 427 of file IntParser.hh.
UInt64LSBParser const& senf::UInt64LSBParser:: | ||||
operator= | ( | value_type | other | ) |
Definition at line 436 of file IntParser.hh.
void senf::UInt64LSBParser:: | ||||
value | ( | value_type | v | ) |
Definition at line 435 of file IntParser.hh.
value_type senf::UInt64LSBParser:: | ||||
value | () | |||
Definition at line 434 of file IntParser.hh.
std::ostream & | ||||
operator<< | ( | std::ostream & | os, | |
UInt64LSBParser const & | i | ) | ||
Write parsed value to stream.
Definition at line 441 of file IntParser.hh.
size_type const senf::UInt64LSBParser::fixed_bytes = 8 | ||||
[static] | ||||
Definition at line 432 of file IntParser.hh.