senf::UInt64Parser Struct Reference
[Integer parsers]

Parse 64bit unsigned byte aligned integer. More...

#include <senf/Packets/IntParser.hh>

Inheritance diagram for senf::UInt64Parser:
Inheritance graph
[legend]

List of all members.


Detailed Description

Parse 64bit unsigned byte aligned integer.
See also:
Integer parsers

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.

Member Typedef Documentation

typedef boost::uint64_t senf::UInt64Parser::
value_type

Constructor & Destructor Documentation

senf::UInt64Parser::
UInt64Parser ( data_iterator  i,
state_type  s )

Definition at line 402 of file IntParser.hh.


Member Function Documentation

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.


Friends And Related Function Documentation

std::ostream &
operator<< ( std::ostream &  os,
UInt64Parser const &  i )

Write parsed value to stream.

Definition at line 416 of file IntParser.hh.


Member Data Documentation

Definition at line 407 of file IntParser.hh.


The documentation for this struct was generated from the following file: