#include <senf/Packets/GenericTLV.hh>
Public Member Functions | |
TLVListParser (PacketParserBase::data_iterator i, PacketParserBase::state_type s) | |
TLVListParser (ListPolicy policy, PacketParserBase::data_iterator i, PacketParserBase::state_type s) | |
template<typename TLVParser > | |
bool | contains () const |
bool | contains (typename ListPolicy::element_type::type_t::value_type typeId) const |
template<typename TLVParser > | |
TLVParser | find () const |
Public Member Functions inherited from senf::ListParser< ListPolicy > | |
ListParser (data_iterator i, state_type s) | |
ListParser (ListPolicy policy, data_iterator i, state_type s) | |
Additional policy specific constructor. More... | |
size_type | bytes () const |
void | init () const |
container_type | container () const |
size_type | size () const |
bool | empty () const |
value_type | front () const |
value_type | back () const |
template<class InputIterator > | |
void | assign (InputIterator first, InputIterator last) |
template<class Range > | |
void | assign (Range const &range) |
template<class Value > | |
void | push_back (Value const &value, size_type n=1) const |
value_type | push_back_space (size_type n=1) const |
template<class Value > | |
void | push_front (Value const &value, size_type n=1) const |
value_type | push_front_space (size_type n=1) const |
void | resize (size_type n) const |
template<class Value > | |
void | resize (size_type n, Value value) const |
Public Member Functions inherited from senf::PacketParserBase | |
data_iterator | i () const |
Return beginning of data to parse. More... | |
data_iterator | i (size_type offset) const |
Return iterator offset bytes from the start. More... | |
state_type | state () const |
Return state of this parser. More... | |
PacketData & | data () const |
Access the packets raw data container. More... | |
void | init () const |
Default implementation. More... | |
Additional Inherited Members | |
Public Types inherited from senf::ListParser< ListPolicy > | |
typedef ListPolicy | policy |
typedef ListPolicy::element_type | value_type |
typedef ListPolicy::container_type | container_type |
Public Types inherited from senf::PacketParserBase | |
typedef detail::packet::iterator | data_iterator |
Raw data iterator type. More... | |
typedef detail::packet::size_type | size_type |
Unsigned integral type. More... | |
typedef detail::packet::difference_type | difference_type |
Signed integral type. More... | |
typedef detail::packet::byte | byte |
Unsigned 8bit value, the raw value type. More... | |
typedef PacketData * | state_type |
Type of the 'state' parameter. More... | |
typedef PacketParserBase | parser_base_type |
Base type of the next parser. More... | |
Static Public Member Functions inherited from senf::ListParser< ListPolicy > | |
static ListParser & | get (ListPolicy &p) |
static ListParser const & | get (ListPolicy const &p) |
Static Public Attributes inherited from senf::ListParser< ListPolicy > | |
static const size_type | init_bytes = ListPolicy::init_bytes |
Protected Member Functions inherited from senf::PacketParserBase | |
ParserProtector | protect () const |
PacketParserBase (data_iterator i, state_type s) | |
Standard constructor. More... | |
PacketParserBase (data_iterator i, state_type s, size_type size) | |
Size checking constructor. More... | |
bool | check (size_type size) const |
Check size of data container. More... | |
void | validate (size_type size) const |
Validate size of data container. More... | |
template<class Parser > | |
Parser | parse (data_iterator i) const |
Create sub-parser. More... | |
template<class Parser , class Arg > | |
Parser | parse (Arg const &arg, data_iterator i) const |
Create sub-parser. More... | |
template<class Parser > | |
Parser | parse (size_type n) const |
Create sub-parser. More... | |
template<class Parser , class Arg > | |
Parser | parse (Arg const &arg, size_type n) const |
Create sub-parser. More... | |
void | defaultInit () const |
Default implementation. More... | |
Packet | packet () const |
Get packet this parser is parsing from. More... | |
void | resize (size_type oldSize, size_type newSize) |
Resize data container. More... | |
Definition at line 271 of file GenericTLV.hh.
senf::TLVListParser< ListPolicy >::TLVListParser | ( | PacketParserBase::data_iterator | i, |
PacketParserBase::state_type | s | ||
) |
senf::TLVListParser< ListPolicy >::TLVListParser | ( | ListPolicy | policy, |
PacketParserBase::data_iterator | i, | ||
PacketParserBase::state_type | s | ||
) |
bool senf::TLVListParser< ListPolicy >::contains | ( | ) | const |
bool senf::TLVListParser< ListPolicy >::contains | ( | typename ListPolicy::element_type::type_t::value_type | typeId | ) | const |
TLVParser senf::TLVListParser< ListPolicy >::find | ( | ) | const |