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

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

Inheritance diagram for goby::acomms::protobuf::StaticRoute:

Public Types

enum  : int { kHopFieldNumber = 1 }
 

Public Member Functions

 StaticRoute ()
 
 ~StaticRoute () override
 
PROTOBUF_CONSTEXPR StaticRoute (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 StaticRoute (const StaticRoute &from)
 
 StaticRoute (StaticRoute &&from) noexcept
 
StaticRouteoperator= (const StaticRoute &from)
 
StaticRouteoperator= (StaticRoute &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StaticRoute *other)
 
void UnsafeArenaSwap (StaticRoute *other)
 
StaticRouteNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const StaticRoute &from)
 
void MergeFrom (const StaticRoute &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 hop_size () const
 
void clear_hop ()
 
int32_t hop (int index) const
 
void set_hop (int index, int32_t value)
 
void add_hop (int32_t value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & hop () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_hop ()
 

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 StaticRoutedefault_instance ()
 
static const StaticRouteinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 StaticRoute (::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_2froute_2eproto
 
void swap (StaticRoute &a, StaticRoute &b)
 

Detailed Description

Definition at line 80 of file route.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHopFieldNumber 

Definition at line 207 of file route.pb.h.

Constructor & Destructor Documentation

◆ StaticRoute() [1/5]

goby::acomms::protobuf::StaticRoute::StaticRoute ( )
inline

Definition at line 83 of file route.pb.h.

◆ ~StaticRoute()

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

◆ StaticRoute() [2/5]

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

◆ StaticRoute() [3/5]

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

◆ StaticRoute() [4/5]

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

Definition at line 88 of file route.pb.h.

◆ StaticRoute() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_hop()

void goby::acomms::protobuf::StaticRoute::add_hop ( int32_t  value)
inline

Definition at line 702 of file route.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_hop()

void goby::acomms::protobuf::StaticRoute::clear_hop ( )
inline

Definition at line 685 of file route.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 127 of file route.pb.h.

◆ descriptor()

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

Definition at line 118 of file route.pb.h.

◆ GetCachedSize()

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

Definition at line 180 of file route.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 121 of file route.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 124 of file route.pb.h.

◆ hop() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & goby::acomms::protobuf::StaticRoute::hop ( ) const
inline

Definition at line 711 of file route.pb.h.

◆ hop() [2/2]

int32_t goby::acomms::protobuf::StaticRoute::hop ( int  index) const
inline

Definition at line 691 of file route.pb.h.

◆ hop_size()

int goby::acomms::protobuf::StaticRoute::hop_size ( ) const
inline

Definition at line 682 of file route.pb.h.

◆ internal_default_instance()

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

Definition at line 130 of file route.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 167 of file route.pb.h.

◆ mutable_hop()

PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * goby::acomms::protobuf::StaticRoute::mutable_hop ( )
inline

Definition at line 720 of file route.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 114 of file route.pb.h.

◆ New()

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

Definition at line 161 of file route.pb.h.

◆ operator=() [1/2]

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

Definition at line 93 of file route.pb.h.

◆ operator=() [2/2]

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

Definition at line 97 of file route.pb.h.

◆ set_hop()

void goby::acomms::protobuf::StaticRoute::set_hop ( int  index,
int32_t  value 
)
inline

Definition at line 695 of file route.pb.h.

◆ Swap()

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

Definition at line 140 of file route.pb.h.

◆ unknown_fields()

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

Definition at line 111 of file route.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 153 of file route.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 236 of file route.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 189 of file route.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto

◆ swap

void swap ( StaticRoute a,
StaticRoute b 
)
friend

Definition at line 137 of file route.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 198 of file route.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::StaticRoute::_impl_

Definition at line 243 of file route.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::StaticRoute::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file route.pb.h.


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