Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::test::zeromq::protobuf::Complete Class Referencefinal

#include <goby/test/zeromq/zeromq_intermodule_and_interprocess/test.pb.h>

Inheritance diagram for goby::test::zeromq::protobuf::Complete:

Public Types

enum  : int { kSubscriberIdFieldNumber = 1 }

Public Member Functions

 Complete ()
 ~Complete () override
PROTOBUF_CONSTEXPR Complete (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 Complete (const Complete &from)
 Complete (Complete &&from) noexcept
Completeoperator= (const Complete &from)
Completeoperator= (Complete &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Complete *other)
void UnsafeArenaSwap (Complete *other)
CompleteNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const Complete &from)
void MergeFrom (const Complete &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_subscriber_id () const
void clear_subscriber_id ()
int32_t subscriber_id () const
void set_subscriber_id (int32_t value)

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 Completedefault_instance ()
static const Completeinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 401 of file test.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSubscriberIdFieldNumber 

Definition at line 528 of file test.pb.h.

Constructor & Destructor Documentation

◆ Complete() [1/5]

goby::test::zeromq::protobuf::Complete::Complete ( )
inline

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

◆ ~Complete()

goby::test::zeromq::protobuf::Complete::~Complete ( )
override

◆ Complete() [2/5]

PROTOBUF_CONSTEXPR goby::test::zeromq::protobuf::Complete::Complete ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ Complete() [3/5]

goby::test::zeromq::protobuf::Complete::Complete ( const Complete & from)

◆ Complete() [4/5]

goby::test::zeromq::protobuf::Complete::Complete ( Complete && from)
inlinenoexcept

Definition at line 409 of file test.pb.h.

◆ Complete() [5/5]

goby::test::zeromq::protobuf::Complete::Complete ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::test::zeromq::protobuf::Complete::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::test::zeromq::protobuf::Complete::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::test::zeromq::protobuf::Complete::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::zeromq::protobuf::Complete::Clear ( )
final

◆ clear_subscriber_id()

void goby::test::zeromq::protobuf::Complete::clear_subscriber_id ( )
inline

Definition at line 642 of file test.pb.h.

◆ CopyFrom()

void goby::test::zeromq::protobuf::Complete::CopyFrom ( const Complete & from)

◆ default_instance()

const Complete & goby::test::zeromq::protobuf::Complete::default_instance ( )
inlinestatic

Definition at line 448 of file test.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::Complete::descriptor ( )
inlinestatic

Definition at line 439 of file test.pb.h.

◆ GetCachedSize()

int goby::test::zeromq::protobuf::Complete::GetCachedSize ( ) const
inlinefinal

Definition at line 501 of file test.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::zeromq::protobuf::Complete::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::Complete::GetDescriptor ( )
inlinestatic

Definition at line 442 of file test.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::zeromq::protobuf::Complete::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::zeromq::protobuf::Complete::GetReflection ( )
inlinestatic

Definition at line 445 of file test.pb.h.

◆ has_subscriber_id()

bool goby::test::zeromq::protobuf::Complete::has_subscriber_id ( ) const
inline

Definition at line 639 of file test.pb.h.

◆ internal_default_instance()

const Complete * goby::test::zeromq::protobuf::Complete::internal_default_instance ( )
inlinestatic

Definition at line 451 of file test.pb.h.

◆ IsInitialized()

bool goby::test::zeromq::protobuf::Complete::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::zeromq::protobuf::Complete::MergeFrom ( const Complete & from)
inline

Definition at line 488 of file test.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::zeromq::protobuf::Complete::mutable_unknown_fields ( )
inline

Definition at line 435 of file test.pb.h.

◆ New()

Complete * goby::test::zeromq::protobuf::Complete::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 482 of file test.pb.h.

◆ operator=() [1/2]

Complete & goby::test::zeromq::protobuf::Complete::operator= ( Complete && from)
inlinenoexcept

Definition at line 418 of file test.pb.h.

◆ operator=() [2/2]

Complete & goby::test::zeromq::protobuf::Complete::operator= ( const Complete & from)
inline

Definition at line 414 of file test.pb.h.

◆ set_subscriber_id()

void goby::test::zeromq::protobuf::Complete::set_subscriber_id ( int32_t value)
inline

Definition at line 657 of file test.pb.h.

◆ subscriber_id()

int32_t goby::test::zeromq::protobuf::Complete::subscriber_id ( ) const
inline

Definition at line 649 of file test.pb.h.

◆ Swap()

void goby::test::zeromq::protobuf::Complete::Swap ( Complete * other)
inline

Definition at line 461 of file test.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::zeromq::protobuf::Complete::unknown_fields ( ) const
inline

Definition at line 432 of file test.pb.h.

◆ UnsafeArenaSwap()

void goby::test::zeromq::protobuf::Complete::UnsafeArenaSwap ( Complete * other)
inline

Definition at line 474 of file test.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 548 of file test.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 510 of file test.pb.h.

◆ ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto

friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
friend

Definition at line 557 of file test.pb.h.

◆ swap

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

Definition at line 458 of file test.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::test::zeromq::protobuf::Complete::_class_data_
static

Definition at line 519 of file test.pb.h.

◆ _impl_

Impl_ goby::test::zeromq::protobuf::Complete::_impl_

Definition at line 556 of file test.pb.h.

◆ kIndexInFileMessages

int goby::test::zeromq::protobuf::Complete::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 455 of file test.pb.h.


The documentation for this class was generated from the following file:
  • goby/test/zeromq/zeromq_intermodule_and_interprocess/test.pb.h