senf::UInt32LSBParser Struct Reference

#include <senf/Packets/IntParser.hh>
Inheritance diagram for senf::UInt32LSBParser:
Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 342 of file IntParser.hh.


Public Types

typedef boost::uint32_t  value_type

Public Member Functions

  UInt32LSBParser (data_iterator i, state_type s)
value_type  value () const
void  value (value_type v)
UInt32LSBParser const &  operator= (value_type other)

Static Public Attributes

static size_type const  fixed_bytes = 4
static value_type const  min_value = 0u
static value_type const  max_value = 4294967295u

Related Functions

(Note that these are not member functions.)

std::ostream &  operator<< (std::ostream &os, UInt32LSBParser const &i)
  Write parsed value to stream.

Member Typedef Documentation

typedef boost::uint32_t senf::UInt32LSBParser::
value_type

Constructor & Destructor Documentation

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

Definition at line 346 of file IntParser.hh.


Member Function Documentation

UInt32LSBParser const& senf::UInt32LSBParser::
operator= ( value_type  other )

Definition at line 357 of file IntParser.hh.

void senf::UInt32LSBParser::
value ( value_type  v )

Definition at line 356 of file IntParser.hh.

value_type senf::UInt32LSBParser::
value ()

Definition at line 355 of file IntParser.hh.


Friends And Related Function Documentation

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

Write parsed value to stream.

Definition at line 362 of file IntParser.hh.


Member Data Documentation

Definition at line 351 of file IntParser.hh.

value_type const senf::UInt32LSBParser::max_value = 4294967295u
[static]

Definition at line 353 of file IntParser.hh.

Definition at line 352 of file IntParser.hh.


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