#include <senf/Packets/IntParser.hh>

Definition at line 398 of file IntParser.hh.
Public Types |
|
| typedef boost::uint64_t | value_type |
Public Member Functions |
|
| UInt64Parser (data_iterator i, state_type s) | |
| value_type | value () const |
| void | value (value_type v) |
| UInt64Parser 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, UInt64Parser const &i) |
| Write parsed value to stream. |
|
| typedef boost::uint64_t senf::UInt64Parser:: | ||||
| value_type | ||||
Reimplemented from senf::detail::packet::IntParserOps< UInt64Parser, boost::uint64_t >.
Definition at line 406 of file IntParser.hh.
| senf::UInt64Parser:: | ||||
| UInt64Parser | ( | data_iterator | i, | |
| state_type | s | ) | ||
Definition at line 402 of file IntParser.hh.
| UInt64Parser const& senf::UInt64Parser:: | ||||
| operator= | ( | value_type | other | ) |
Definition at line 411 of file IntParser.hh.
| void senf::UInt64Parser:: | ||||
| value | ( | value_type | v | ) |
Definition at line 410 of file IntParser.hh.
| value_type senf::UInt64Parser:: | ||||
| value | () | |||
Definition at line 409 of file IntParser.hh.
| std::ostream & | ||||
| operator<< | ( | std::ostream & | os, | |
| UInt64Parser const & | i | ) | ||
Write parsed value to stream.
Definition at line 416 of file IntParser.hh.
| size_type const senf::UInt64Parser::fixed_bytes = 8 | ||||
| [static] | ||||
Definition at line 407 of file IntParser.hh.