senf::ConcretePacket< PacketType >::ParserProxy Struct Reference

#include <senf/Packets/Packet.hh>

Public Member Functions

 ParserProxy (Parser const &p)
 
Parseroperator-> ()
 

Public Attributes

Parser p_
 

Detailed Description

template<class PacketType>
struct senf::ConcretePacket< PacketType >::ParserProxy

Definition at line 797 of file Packet.hh.

Constructor & Destructor Documentation

◆ ParserProxy()

template<class PacketType>
senf::ConcretePacket< PacketType >::ParserProxy::ParserProxy ( Parser const &  p)
inline

Definition at line 799 of file Packet.hh.

Member Function Documentation

◆ operator->()

template<class PacketType>
Parser* senf::ConcretePacket< PacketType >::ParserProxy::operator-> ( )
inline

Definition at line 800 of file Packet.hh.

Member Data Documentation

◆ p_

template<class PacketType>
Parser senf::ConcretePacket< PacketType >::ParserProxy::p_

Definition at line 801 of file Packet.hh.


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