Internal: Dynamic aux-parser policy. More...
#include <senf/Packets/AuxParser.hh>
Public Types | |
typedef DynamicWrapperAuxParserPolicy< P > | WrapperPolicy |
typedef DynamicAuxParserPolicy< P > | ParserPolicy |
Public Member Functions | |
DynamicAuxParserPolicy (P p) | |
DynamicAuxParserPolicy (WrapperPolicy const &other) | |
P::value_type | aux (PacketParserBase::data_iterator i, PacketParserBase::state_type s) const |
void | aux (typename P::value_type const &v, PacketParserBase::data_iterator i, PacketParserBase::state_type s) const |
PacketParserBase::data_iterator | adjust (PacketParserBase::data_iterator i, PacketParserBase::state_type s) const |
Public Attributes | |
P | p_ |
Static Public Attributes | |
static PacketParserBase::size_type const | aux_bytes = 0 |
Internal: Dynamic aux-parser policy.
Place auxiliary field at a variable distance before the container/collection
Definition at line 75 of file AuxParser.hh.
typedef DynamicAuxParserPolicy<P> senf::detail::DynamicAuxParserPolicy< P >::ParserPolicy |
Definition at line 78 of file AuxParser.hh.
typedef DynamicWrapperAuxParserPolicy<P> senf::detail::DynamicAuxParserPolicy< P >::WrapperPolicy |
Definition at line 77 of file AuxParser.hh.
senf::detail::DynamicAuxParserPolicy< P >::DynamicAuxParserPolicy | ( | P | p | ) |
senf::detail::DynamicAuxParserPolicy< P >::DynamicAuxParserPolicy | ( | WrapperPolicy const & | other | ) |
PacketParserBase::data_iterator senf::detail::DynamicAuxParserPolicy< P >::adjust | ( | PacketParserBase::data_iterator | i, |
PacketParserBase::state_type | s | ||
) | const |
P::value_type senf::detail::DynamicAuxParserPolicy< P >::aux | ( | PacketParserBase::data_iterator | i, |
PacketParserBase::state_type | s | ||
) | const |
void senf::detail::DynamicAuxParserPolicy< P >::aux | ( | typename P::value_type const & | v, |
PacketParserBase::data_iterator | i, | ||
PacketParserBase::state_type | s | ||
) | const |
|
static |
Definition at line 80 of file AuxParser.hh.
|
mutable |
Definition at line 89 of file AuxParser.hh.