Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::protobuf::IPGatewayICMPControl_QueueReport Class Referencefinal

#include <goby/acomms/protobuf/network_header.pb.h>

Inheritance diagram for goby::acomms::protobuf::IPGatewayICMPControl_QueueReport:

Public Types

enum  : int { kQueueFieldNumber = 1 }
 
typedef IPGatewayICMPControl_QueueReport_SubQueue SubQueue
 

Public Member Functions

 IPGatewayICMPControl_QueueReport ()
 
 ~IPGatewayICMPControl_QueueReport () override
 
PROTOBUF_CONSTEXPR IPGatewayICMPControl_QueueReport (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IPGatewayICMPControl_QueueReport (const IPGatewayICMPControl_QueueReport &from)
 
 IPGatewayICMPControl_QueueReport (IPGatewayICMPControl_QueueReport &&from) noexcept
 
IPGatewayICMPControl_QueueReportoperator= (const IPGatewayICMPControl_QueueReport &from)
 
IPGatewayICMPControl_QueueReportoperator= (IPGatewayICMPControl_QueueReport &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IPGatewayICMPControl_QueueReport *other)
 
void UnsafeArenaSwap (IPGatewayICMPControl_QueueReport *other)
 
IPGatewayICMPControl_QueueReportNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IPGatewayICMPControl_QueueReport &from)
 
void MergeFrom (const IPGatewayICMPControl_QueueReport &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
int queue_size () const
 
void clear_queue ()
 
::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueuemutable_queue (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue > * mutable_queue ()
 
const ::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueuequeue (int index) const
 
::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueueadd_queue ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue > & queue () const
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const IPGatewayICMPControl_QueueReportdefault_instance ()
 
static const IPGatewayICMPControl_QueueReportinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 IPGatewayICMPControl_QueueReport (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto
 
void swap (IPGatewayICMPControl_QueueReport &a, IPGatewayICMPControl_QueueReport &b)
 

Detailed Description

Definition at line 1962 of file network_header.pb.h.

Member Typedef Documentation

◆ SubQueue

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kQueueFieldNumber 

Definition at line 2091 of file network_header.pb.h.

Constructor & Destructor Documentation

◆ IPGatewayICMPControl_QueueReport() [1/5]

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IPGatewayICMPControl_QueueReport ( )
inline

Definition at line 1965 of file network_header.pb.h.

◆ ~IPGatewayICMPControl_QueueReport()

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::~IPGatewayICMPControl_QueueReport ( )
override

◆ IPGatewayICMPControl_QueueReport() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IPGatewayICMPControl_QueueReport ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ IPGatewayICMPControl_QueueReport() [3/5]

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IPGatewayICMPControl_QueueReport ( const IPGatewayICMPControl_QueueReport from)

◆ IPGatewayICMPControl_QueueReport() [4/5]

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IPGatewayICMPControl_QueueReport ( IPGatewayICMPControl_QueueReport &&  from)
inlinenoexcept

Definition at line 1970 of file network_header.pb.h.

◆ IPGatewayICMPControl_QueueReport() [5/5]

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IPGatewayICMPControl_QueueReport ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_queue()

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::add_queue ( )
inline

Definition at line 3499 of file network_header.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::Clear ( )
final

◆ clear_queue()

void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::clear_queue ( )
inline

Definition at line 3477 of file network_header.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::CopyFrom ( const IPGatewayICMPControl_QueueReport from)

◆ default_instance()

static const IPGatewayICMPControl_QueueReport & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::default_instance ( )
inlinestatic

Definition at line 2009 of file network_header.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::descriptor ( )
inlinestatic

Definition at line 2000 of file network_header.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::GetCachedSize ( ) const
inlinefinal

Definition at line 2062 of file network_header.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::GetDescriptor ( )
inlinestatic

Definition at line 2003 of file network_header.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::GetReflection ( )
inlinestatic

Definition at line 2006 of file network_header.pb.h.

◆ internal_default_instance()

static const IPGatewayICMPControl_QueueReport * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::internal_default_instance ( )
inlinestatic

Definition at line 2012 of file network_header.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::MergeFrom ( const IPGatewayICMPControl_QueueReport from)
inline

Definition at line 2049 of file network_header.pb.h.

◆ mutable_queue() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue > * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::mutable_queue ( )
inline

Definition at line 3485 of file network_header.pb.h.

◆ mutable_queue() [2/2]

goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::mutable_queue ( int  index)
inline

Definition at line 3480 of file network_header.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::mutable_unknown_fields ( )
inline

Definition at line 1996 of file network_header.pb.h.

◆ New()

IPGatewayICMPControl_QueueReport * goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 2043 of file network_header.pb.h.

◆ operator=() [1/2]

IPGatewayICMPControl_QueueReport & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::operator= ( const IPGatewayICMPControl_QueueReport from)
inline

Definition at line 1975 of file network_header.pb.h.

◆ operator=() [2/2]

IPGatewayICMPControl_QueueReport & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::operator= ( IPGatewayICMPControl_QueueReport &&  from)
inlinenoexcept

Definition at line 1979 of file network_header.pb.h.

◆ queue() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue > & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::queue ( ) const
inline

Definition at line 3505 of file network_header.pb.h.

◆ queue() [2/2]

const ::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport_SubQueue & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::queue ( int  index) const
inline

Definition at line 3492 of file network_header.pb.h.

◆ queue_size()

int goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::queue_size ( ) const
inline

Definition at line 3474 of file network_header.pb.h.

◆ Swap()

void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::Swap ( IPGatewayICMPControl_QueueReport other)
inline

Definition at line 2022 of file network_header.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::unknown_fields ( ) const
inline

Definition at line 1993 of file network_header.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::UnsafeArenaSwap ( IPGatewayICMPControl_QueueReport other)
inline

Definition at line 2035 of file network_header.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 2116 of file network_header.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 2071 of file network_header.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto

◆ swap

Definition at line 2019 of file network_header.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::_class_data_
static

Definition at line 2080 of file network_header.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::_impl_

Definition at line 2123 of file network_header.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::IPGatewayICMPControl_QueueReport::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

Definition at line 2016 of file network_header.pb.h.


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