senf::UInt64LSBParser Struct Reference
[Integer parsers]

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

#include <senf/Packets/IntParser.hh>

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

List of all members.


Detailed Description

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

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.

Member Typedef Documentation

typedef boost::uint64_t senf::UInt64LSBParser::
value_type

Constructor & Destructor Documentation

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

Definition at line 427 of file IntParser.hh.


Member Function Documentation

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.


Friends And Related Function Documentation

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

Write parsed value to stream.

Definition at line 441 of file IntParser.hh.


Member Data Documentation

Definition at line 432 of file IntParser.hh.


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