A Discrete-Event Network Simulator
API
protomessage::ProtoPacket::_Internal Class Reference

Public Types

using HasBits = decltype(std::declval< ProtoPacket >()._has_bits_)
 

Static Public Member Functions

static const ::protomessage::ProtoPacket_Handshakeh_shake (const ProtoPacket *msg)
 
static const ::protomessage::ProtoPacket_OnionBodyo_body (const ProtoPacket *msg)
 
static const ::protomessage::ProtoPacket_OnionHeado_head (const ProtoPacket *msg)
 
static void set_has_h_shake (HasBits *has_bits)
 
static void set_has_o_body (HasBits *has_bits)
 
static void set_has_o_head (HasBits *has_bits)
 

Detailed Description

Definition at line 925 of file proto-packet.pb.cc.

Member Typedef Documentation

◆ HasBits

Definition at line 927 of file proto-packet.pb.cc.

Member Function Documentation

◆ h_shake()

const ::protomessage::ProtoPacket_Handshake & protomessage::ProtoPacket::_Internal::h_shake ( const ProtoPacket msg)
static

Definition at line 943 of file proto-packet.pb.cc.

References protomessage::ProtoPacket::h_shake_.

Referenced by protomessage::ProtoPacket::_InternalSerialize().

+ Here is the caller graph for this function:

◆ o_body()

const ::protomessage::ProtoPacket_OnionBody & protomessage::ProtoPacket::_Internal::o_body ( const ProtoPacket msg)
static

Definition at line 951 of file proto-packet.pb.cc.

References protomessage::ProtoPacket::o_body_.

Referenced by protomessage::ProtoPacket::_InternalSerialize().

+ Here is the caller graph for this function:

◆ o_head()

const ::protomessage::ProtoPacket_OnionHead & protomessage::ProtoPacket::_Internal::o_head ( const ProtoPacket msg)
static

Definition at line 947 of file proto-packet.pb.cc.

References protomessage::ProtoPacket::o_head_.

Referenced by protomessage::ProtoPacket::_InternalSerialize().

+ Here is the caller graph for this function:

◆ set_has_h_shake()

static void protomessage::ProtoPacket::_Internal::set_has_h_shake ( HasBits has_bits)
inlinestatic

Definition at line 929 of file proto-packet.pb.cc.

◆ set_has_o_body()

static void protomessage::ProtoPacket::_Internal::set_has_o_body ( HasBits has_bits)
inlinestatic

Definition at line 937 of file proto-packet.pb.cc.

◆ set_has_o_head()

static void protomessage::ProtoPacket::_Internal::set_has_o_head ( HasBits has_bits)
inlinestatic

Definition at line 933 of file proto-packet.pb.cc.


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