Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::test::acomms::protobuf::EmbeddedMsg2 Class Referencefinal

#include <goby/test/acomms/dccl1/test.pb.h>

Inheritance diagram for goby::test::acomms::protobuf::EmbeddedMsg2:

Public Types

enum  : int { kSvalFieldNumber = 2 , kValFieldNumber = 1 , kEnumDefaultFieldNumber = 3 }

Public Member Functions

 EmbeddedMsg2 ()
 ~EmbeddedMsg2 () override
PROTOBUF_CONSTEXPR EmbeddedMsg2 (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 EmbeddedMsg2 (const EmbeddedMsg2 &from)
 EmbeddedMsg2 (EmbeddedMsg2 &&from) noexcept
EmbeddedMsg2operator= (const EmbeddedMsg2 &from)
EmbeddedMsg2operator= (EmbeddedMsg2 &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (EmbeddedMsg2 *other)
void UnsafeArenaSwap (EmbeddedMsg2 *other)
EmbeddedMsg2New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const EmbeddedMsg2 &from)
void MergeFrom (const EmbeddedMsg2 &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_sval () const
void clear_sval ()
const std::string & sval () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_sval (ArgT0 &&arg0, ArgT... args)
std::string * mutable_sval ()
PROTOBUF_NODISCARD std::string * release_sval ()
void set_allocated_sval (std::string *sval)
bool has_val () const
void clear_val ()
double val () const
void set_val (double value)
bool has_enum_default () const
void clear_enum_default ()
::goby::test::acomms::protobuf::Enum1 enum_default () const
void set_enum_default (::goby::test::acomms::protobuf::Enum1 value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_sval (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 EmbeddedMsg2default_instance ()
static const EmbeddedMsg2internal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSvalFieldNumber 
kValFieldNumber 
kEnumDefaultFieldNumber 

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

Constructor & Destructor Documentation

◆ EmbeddedMsg2() [1/5]

goby::test::acomms::protobuf::EmbeddedMsg2::EmbeddedMsg2 ( )
inline

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

◆ ~EmbeddedMsg2()

goby::test::acomms::protobuf::EmbeddedMsg2::~EmbeddedMsg2 ( )
override

◆ EmbeddedMsg2() [2/5]

PROTOBUF_CONSTEXPR goby::test::acomms::protobuf::EmbeddedMsg2::EmbeddedMsg2 ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ EmbeddedMsg2() [3/5]

goby::test::acomms::protobuf::EmbeddedMsg2::EmbeddedMsg2 ( const EmbeddedMsg2 & from)

◆ EmbeddedMsg2() [4/5]

goby::test::acomms::protobuf::EmbeddedMsg2::EmbeddedMsg2 ( EmbeddedMsg2 && from)
inlinenoexcept

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

◆ EmbeddedMsg2() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::test::acomms::protobuf::EmbeddedMsg2::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::acomms::protobuf::EmbeddedMsg2::Clear ( )
final

◆ clear_enum_default()

void goby::test::acomms::protobuf::EmbeddedMsg2::clear_enum_default ( )
inline

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

◆ clear_sval()

void goby::test::acomms::protobuf::EmbeddedMsg2::clear_sval ( )
inline

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

◆ clear_val()

void goby::test::acomms::protobuf::EmbeddedMsg2::clear_val ( )
inline

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

◆ CopyFrom()

void goby::test::acomms::protobuf::EmbeddedMsg2::CopyFrom ( const EmbeddedMsg2 & from)

◆ default_instance()

const EmbeddedMsg2 & goby::test::acomms::protobuf::EmbeddedMsg2::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::acomms::protobuf::EmbeddedMsg2::descriptor ( )
inlinestatic

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

◆ enum_default()

goby::test::acomms::protobuf::Enum1 goby::test::acomms::protobuf::EmbeddedMsg2::enum_default ( ) const
inline

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

◆ GetCachedSize()

int goby::test::acomms::protobuf::EmbeddedMsg2::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

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

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::acomms::protobuf::EmbeddedMsg2::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::acomms::protobuf::EmbeddedMsg2::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::acomms::protobuf::EmbeddedMsg2::GetReflection ( )
inlinestatic

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

◆ has_enum_default()

bool goby::test::acomms::protobuf::EmbeddedMsg2::has_enum_default ( ) const
inline

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

◆ has_sval()

bool goby::test::acomms::protobuf::EmbeddedMsg2::has_sval ( ) const
inline

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

◆ has_val()

bool goby::test::acomms::protobuf::EmbeddedMsg2::has_val ( ) const
inline

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

◆ internal_default_instance()

const EmbeddedMsg2 * goby::test::acomms::protobuf::EmbeddedMsg2::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::test::acomms::protobuf::EmbeddedMsg2::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::acomms::protobuf::EmbeddedMsg2::MergeFrom ( const EmbeddedMsg2 & from)
inline

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

◆ mutable_sval()

std::string * goby::test::acomms::protobuf::EmbeddedMsg2::mutable_sval ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::acomms::protobuf::EmbeddedMsg2::mutable_unknown_fields ( )
inline

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

EmbeddedMsg2 & goby::test::acomms::protobuf::EmbeddedMsg2::operator= ( EmbeddedMsg2 && from)
inlinenoexcept

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

◆ release_sval()

std::string * goby::test::acomms::protobuf::EmbeddedMsg2::release_sval ( )
inline

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

◆ set_allocated_sval()

void goby::test::acomms::protobuf::EmbeddedMsg2::set_allocated_sval ( std::string * sval)
inline

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

◆ set_enum_default()

void goby::test::acomms::protobuf::EmbeddedMsg2::set_enum_default ( ::goby::test::acomms::protobuf::Enum1 value)
inline

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

◆ set_sval() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::test::acomms::protobuf::EmbeddedMsg2::set_sval ( ArgT0 && arg0,
ArgT... args )
inline

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

◆ set_sval() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::test::acomms::protobuf::EmbeddedMsg2::set_sval ( ArgT0 && arg0,
ArgT... args )

◆ set_val()

void goby::test::acomms::protobuf::EmbeddedMsg2::set_val ( double value)
inline

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

◆ sval()

const std::string & goby::test::acomms::protobuf::EmbeddedMsg2::sval ( ) const
inline

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

◆ Swap()

void goby::test::acomms::protobuf::EmbeddedMsg2::Swap ( EmbeddedMsg2 * other)
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void goby::test::acomms::protobuf::EmbeddedMsg2::UnsafeArenaSwap ( EmbeddedMsg2 * other)
inline

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

◆ val()

double goby::test::acomms::protobuf::EmbeddedMsg2::val ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2ftest_2facomms_2fdccl1_2ftest_2eproto

friend struct ::TableStruct_goby_2ftest_2facomms_2fdccl1_2ftest_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

const ClassData goby::test::acomms::protobuf::EmbeddedMsg2::_class_data_
static

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

◆ _impl_

Impl_ goby::test::acomms::protobuf::EmbeddedMsg2::_impl_

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

◆ kIndexInFileMessages

int goby::test::acomms::protobuf::EmbeddedMsg2::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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