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

#include <goby/test/middleware/hdf5/test2.pb.h>

Inheritance diagram for goby::test::middleware::protobuf::B:

Public Types

enum  : int { kCFieldNumber = 2 , kDFieldNumber = 3 , kEFieldNumber = 4 , kFFieldNumber = 5 }

Public Member Functions

 B ()
 ~B () override
PROTOBUF_CONSTEXPR B (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 B (const B &from)
 B (B &&from) noexcept
Boperator= (const B &from)
Boperator= (B &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (B *other)
void UnsafeArenaSwap (B *other)
BNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const B &from)
void MergeFrom (const B &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 c_size () const
void clear_c ()
double c (int index) const
void set_c (int index, double value)
void add_c (double value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & c () const
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_c ()
int d_size () const
void clear_d ()
double d (int index) const
void set_d (int index, double value)
void add_d (double value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & d () const
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_d ()
int e_size () const
void clear_e ()
int32_t e (int index) const
void set_e (int index, int32_t value)
void add_e (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & e () const
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_e ()
int f_size () const
void clear_f ()
::goby::test::middleware::protobuf::Fmutable_f (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F > * mutable_f ()
const ::goby::test::middleware::protobuf::Ff (int index) const
::goby::test::middleware::protobuf::Fadd_f ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F > & f () 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 Bdefault_instance ()
static const Binternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 268 of file test2.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCFieldNumber 
kDFieldNumber 
kEFieldNumber 
kFFieldNumber 

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

Constructor & Destructor Documentation

◆ B() [1/5]

goby::test::middleware::protobuf::B::B ( )
inline

Definition at line 271 of file test2.pb.h.

◆ ~B()

goby::test::middleware::protobuf::B::~B ( )
override

◆ B() [2/5]

PROTOBUF_CONSTEXPR goby::test::middleware::protobuf::B::B ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ B() [3/5]

goby::test::middleware::protobuf::B::B ( const B & from)

◆ B() [4/5]

goby::test::middleware::protobuf::B::B ( B && from)
inlinenoexcept

Definition at line 276 of file test2.pb.h.

◆ B() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_c()

void B::add_c ( double value)
inline

Definition at line 812 of file test2.pb.h.

◆ add_d()

void B::add_d ( double value)
inline

Definition at line 859 of file test2.pb.h.

◆ add_e()

void B::add_e ( int32_t value)
inline

Definition at line 906 of file test2.pb.h.

◆ add_f()

goby::test::middleware::protobuf::F * B::add_f ( )
inline

Definition at line 958 of file test2.pb.h.

◆ ByteSizeLong()

size_t goby::test::middleware::protobuf::B::ByteSizeLong ( ) const
final

◆ c() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & B::c ( ) const
inline

Definition at line 821 of file test2.pb.h.

◆ c() [2/2]

double B::c ( int index) const
inline

Definition at line 801 of file test2.pb.h.

◆ c_size()

int B::c_size ( ) const
inline

Definition at line 792 of file test2.pb.h.

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::middleware::protobuf::B::Clear ( )
final

◆ clear_c()

void B::clear_c ( )
inline

Definition at line 795 of file test2.pb.h.

◆ clear_d()

void B::clear_d ( )
inline

Definition at line 842 of file test2.pb.h.

◆ clear_e()

void B::clear_e ( )
inline

Definition at line 889 of file test2.pb.h.

◆ clear_f()

void B::clear_f ( )
inline

Definition at line 936 of file test2.pb.h.

◆ CopyFrom()

void goby::test::middleware::protobuf::B::CopyFrom ( const B & from)

◆ d() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & B::d ( ) const
inline

Definition at line 868 of file test2.pb.h.

◆ d() [2/2]

double B::d ( int index) const
inline

Definition at line 848 of file test2.pb.h.

◆ d_size()

int B::d_size ( ) const
inline

Definition at line 839 of file test2.pb.h.

◆ default_instance()

const B & goby::test::middleware::protobuf::B::default_instance ( )
inlinestatic

Definition at line 315 of file test2.pb.h.

◆ descriptor()

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

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

◆ e() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & B::e ( ) const
inline

Definition at line 915 of file test2.pb.h.

◆ e() [2/2]

int32_t B::e ( int index) const
inline

Definition at line 895 of file test2.pb.h.

◆ e_size()

int B::e_size ( ) const
inline

Definition at line 886 of file test2.pb.h.

◆ f() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::test::middleware::protobuf::F > & B::f ( ) const
inline

Definition at line 964 of file test2.pb.h.

◆ f() [2/2]

const::goby::test::middleware::protobuf::F & B::f ( int index) const
inline

Definition at line 951 of file test2.pb.h.

◆ f_size()

int B::f_size ( ) const
inline

Definition at line 933 of file test2.pb.h.

◆ GetCachedSize()

int goby::test::middleware::protobuf::B::GetCachedSize ( ) const
inlinefinal

Definition at line 368 of file test2.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 309 of file test2.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::middleware::protobuf::B::GetMetadata ( ) const
final

◆ GetReflection()

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

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

◆ internal_default_instance()

const B * goby::test::middleware::protobuf::B::internal_default_instance ( )
inlinestatic

Definition at line 318 of file test2.pb.h.

◆ IsInitialized()

bool goby::test::middleware::protobuf::B::IsInitialized ( ) const
final

◆ MergeFrom()

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

Definition at line 355 of file test2.pb.h.

◆ mutable_c()

PROTOBUF_NAMESPACE_ID::RepeatedField< double > * B::mutable_c ( )
inline

Definition at line 830 of file test2.pb.h.

◆ mutable_d()

PROTOBUF_NAMESPACE_ID::RepeatedField< double > * B::mutable_d ( )
inline

Definition at line 877 of file test2.pb.h.

◆ mutable_e()

PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * B::mutable_e ( )
inline

Definition at line 924 of file test2.pb.h.

◆ mutable_f() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::test::middleware::protobuf::F > * B::mutable_f ( )
inline

Definition at line 944 of file test2.pb.h.

◆ mutable_f() [2/2]

goby::test::middleware::protobuf::F * B::mutable_f ( int index)
inline

Definition at line 939 of file test2.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::middleware::protobuf::B::mutable_unknown_fields ( )
inline

Definition at line 302 of file test2.pb.h.

◆ New()

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

Definition at line 349 of file test2.pb.h.

◆ operator=() [1/2]

B & goby::test::middleware::protobuf::B::operator= ( B && from)
inlinenoexcept

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

◆ operator=() [2/2]

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

Definition at line 281 of file test2.pb.h.

◆ set_c()

void B::set_c ( int index,
double value )
inline

Definition at line 805 of file test2.pb.h.

◆ set_d()

void B::set_d ( int index,
double value )
inline

Definition at line 852 of file test2.pb.h.

◆ set_e()

void B::set_e ( int index,
int32_t value )
inline

Definition at line 899 of file test2.pb.h.

◆ Swap()

void goby::test::middleware::protobuf::B::Swap ( B * other)
inline

Definition at line 328 of file test2.pb.h.

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void goby::test::middleware::protobuf::B::UnsafeArenaSwap ( B * other)
inline

Definition at line 341 of file test2.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 489 of file test2.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 377 of file test2.pb.h.

◆ ::TableStruct_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto

friend struct ::TableStruct_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto
friend

Definition at line 500 of file test2.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _class_data_

const ClassData goby::test::middleware::protobuf::B::_class_data_
static

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

◆ _impl_

Impl_ goby::test::middleware::protobuf::B::_impl_

Definition at line 499 of file test2.pb.h.

◆ kIndexInFileMessages

int goby::test::middleware::protobuf::B::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 322 of file test2.pb.h.


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