Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::middleware::protobuf::UDPEndPoint Class Referencefinal

#include <goby/middleware/protobuf/io.pb.h>

Inheritance diagram for goby::middleware::protobuf::UDPEndPoint:

Public Types

enum  : int { kAddrFieldNumber = 1 , kPortFieldNumber = 2 }

Public Member Functions

 UDPEndPoint ()
 ~UDPEndPoint () override
PROTOBUF_CONSTEXPR UDPEndPoint (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 UDPEndPoint (const UDPEndPoint &from)
 UDPEndPoint (UDPEndPoint &&from) noexcept
UDPEndPointoperator= (const UDPEndPoint &from)
UDPEndPointoperator= (UDPEndPoint &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (UDPEndPoint *other)
void UnsafeArenaSwap (UDPEndPoint *other)
UDPEndPointNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const UDPEndPoint &from)
void MergeFrom (const UDPEndPoint &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
bool has_addr () const
void clear_addr ()
const std::string & addr () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_addr (ArgT0 &&arg0, ArgT... args)
std::string * mutable_addr ()
PROTOBUF_NODISCARD std::string * release_addr ()
void set_allocated_addr (std::string *addr)
bool has_port () const
void clear_port ()
uint32_t port () const
void set_port (uint32_t value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_addr (ArgT0 &&arg0, ArgT... args)

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 UDPEndPointdefault_instance ()
static const UDPEndPointinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 225 of file io.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAddrFieldNumber 
kPortFieldNumber 

Definition at line 352 of file io.pb.h.

Constructor & Destructor Documentation

◆ UDPEndPoint() [1/5]

goby::middleware::protobuf::UDPEndPoint::UDPEndPoint ( )
inline

Definition at line 228 of file io.pb.h.

◆ ~UDPEndPoint()

goby::middleware::protobuf::UDPEndPoint::~UDPEndPoint ( )
override

◆ UDPEndPoint() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::UDPEndPoint::UDPEndPoint ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ UDPEndPoint() [3/5]

goby::middleware::protobuf::UDPEndPoint::UDPEndPoint ( const UDPEndPoint & from)

◆ UDPEndPoint() [4/5]

goby::middleware::protobuf::UDPEndPoint::UDPEndPoint ( UDPEndPoint && from)
inlinenoexcept

Definition at line 233 of file io.pb.h.

◆ UDPEndPoint() [5/5]

goby::middleware::protobuf::UDPEndPoint::UDPEndPoint ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ addr()

const std::string & goby::middleware::protobuf::UDPEndPoint::addr ( ) const
inline

Definition at line 2237 of file io.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::UDPEndPoint::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::UDPEndPoint::Clear ( )
final

◆ clear_addr()

void goby::middleware::protobuf::UDPEndPoint::clear_addr ( )
inline

Definition at line 2233 of file io.pb.h.

◆ clear_port()

void goby::middleware::protobuf::UDPEndPoint::clear_port ( )
inline

Definition at line 2301 of file io.pb.h.

◆ CopyFrom()

void goby::middleware::protobuf::UDPEndPoint::CopyFrom ( const UDPEndPoint & from)

◆ default_instance()

const UDPEndPoint & goby::middleware::protobuf::UDPEndPoint::default_instance ( )
inlinestatic

Definition at line 272 of file io.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::UDPEndPoint::descriptor ( )
inlinestatic

Definition at line 263 of file io.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::UDPEndPoint::GetCachedSize ( ) const
inlinefinal

Definition at line 325 of file io.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::UDPEndPoint::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::UDPEndPoint::GetDescriptor ( )
inlinestatic

Definition at line 266 of file io.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::UDPEndPoint::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::UDPEndPoint::GetReflection ( )
inlinestatic

Definition at line 269 of file io.pb.h.

◆ has_addr()

bool goby::middleware::protobuf::UDPEndPoint::has_addr ( ) const
inline

Definition at line 2230 of file io.pb.h.

◆ has_port()

bool goby::middleware::protobuf::UDPEndPoint::has_port ( ) const
inline

Definition at line 2298 of file io.pb.h.

◆ internal_default_instance()

const UDPEndPoint * goby::middleware::protobuf::UDPEndPoint::internal_default_instance ( )
inlinestatic

Definition at line 275 of file io.pb.h.

◆ IsInitialized()

bool goby::middleware::protobuf::UDPEndPoint::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::protobuf::UDPEndPoint::MergeFrom ( const UDPEndPoint & from)
inline

Definition at line 312 of file io.pb.h.

◆ mutable_addr()

std::string * goby::middleware::protobuf::UDPEndPoint::mutable_addr ( )
inline

Definition at line 2248 of file io.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::UDPEndPoint::mutable_unknown_fields ( )
inline

Definition at line 259 of file io.pb.h.

◆ New()

UDPEndPoint * goby::middleware::protobuf::UDPEndPoint::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 306 of file io.pb.h.

◆ operator=() [1/2]

UDPEndPoint & goby::middleware::protobuf::UDPEndPoint::operator= ( const UDPEndPoint & from)
inline

Definition at line 238 of file io.pb.h.

◆ operator=() [2/2]

UDPEndPoint & goby::middleware::protobuf::UDPEndPoint::operator= ( UDPEndPoint && from)
inlinenoexcept

Definition at line 242 of file io.pb.h.

◆ port()

uint32_t goby::middleware::protobuf::UDPEndPoint::port ( ) const
inline

Definition at line 2308 of file io.pb.h.

◆ release_addr()

std::string * goby::middleware::protobuf::UDPEndPoint::release_addr ( )
inline

Definition at line 2264 of file io.pb.h.

◆ set_addr() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::UDPEndPoint::set_addr ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 2243 of file io.pb.h.

◆ set_addr() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::protobuf::UDPEndPoint::set_addr ( ArgT0 && arg0,
ArgT... args )

◆ set_allocated_addr()

void goby::middleware::protobuf::UDPEndPoint::set_allocated_addr ( std::string * addr)
inline

Definition at line 2278 of file io.pb.h.

◆ set_port()

void goby::middleware::protobuf::UDPEndPoint::set_port ( uint32_t value)
inline

Definition at line 2316 of file io.pb.h.

◆ Swap()

void goby::middleware::protobuf::UDPEndPoint::Swap ( UDPEndPoint * other)
inline

Definition at line 285 of file io.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::UDPEndPoint::unknown_fields ( ) const
inline

Definition at line 256 of file io.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::UDPEndPoint::UnsafeArenaSwap ( UDPEndPoint * other)
inline

Definition at line 298 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 394 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 334 of file io.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto
friend

Definition at line 404 of file io.pb.h.

◆ swap

void swap ( UDPEndPoint & a,
UDPEndPoint & b )
friend

Definition at line 282 of file io.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::UDPEndPoint::_class_data_
static

Definition at line 343 of file io.pb.h.

◆ _impl_

Impl_ goby::middleware::protobuf::UDPEndPoint::_impl_

Definition at line 403 of file io.pb.h.

◆ kIndexInFileMessages

int goby::middleware::protobuf::UDPEndPoint::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 279 of file io.pb.h.


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