#include <iostream>
#include <boost/cstdint.hpp>
#include <boost/static_assert.hpp>
#include <boost/integer/integer_mask.hpp>
#include "PacketParser.hh"
#include "IntParser.ih"
Go to the source code of this file.
Definition in file IntParser.hh.
Classes |
|
struct | senf::Int8Parser |
Parse 8bit signed byte aligned integer. More... |
|
struct | senf::UInt8Parser |
Parse 8bit unsigned byte aligned integer. More... |
|
struct | senf::Int16Parser |
Parse 16bit signed byte aligned integer. More... |
|
struct | senf::Int16LSBParser |
Parse 16bit signed byte aligned integer LSB. More... |
|
struct | senf::UInt16Parser |
Parse 16bit unsigned byte aligned integer. More... |
|
struct | senf::UInt16LSBParser |
Parse 16bit unsigned byte aligned integer LSB. More... |
|
struct | senf::Int24Parser |
Parse 24bit signed byte aligned integer. More... |
|
struct | senf::UInt24Parser |
Parse 24bit unsigned byte aligned integer. More... |
|
struct | senf::Int32Parser |
Parse 32bit signed byte aligned integer. More... |
|
struct | senf::UInt32Parser |
Parse 32bit unsigned byte aligned integer. More... |
|
struct | senf::UInt32LSBParser |
struct | senf::Int64Parser |
Parse 64bit signed byte aligned integer. More... |
|
struct | senf::UInt64Parser |
Parse 64bit unsigned byte aligned integer. More... |
|
struct | senf::UInt64LSBParser |
Parse 64bit unsigned byte aligned integer LSB. More... |
|
struct | senf::IntFieldParser< Start, End > |
Parse signed bitfield with up to 32bit's. More... |
|
struct | senf::UIntFieldParser< Start, End > |
Parse unsigned bitfield with up to 32bit's. More... |
|
struct | senf::FlagParser< Bit > |
Parse single-bit flag. More... |
|
Namespaces |
|
namespace | senf |
Defines |
|
#define | HH_SENF_Packets_IntParser_ 1 |
#define | HH_SENF_Packets_IntParser_i_ |
#define | ||||
HH_SENF_Packets_IntParser_ 1 | ||||
Definition at line 27 of file IntParser.hh.
#define | ||||
HH_SENF_Packets_IntParser_i_ | ||||
Definition at line 603 of file IntParser.hh.