Goby3  3.1.4
2024.02.22
goby::test::middleware::protobuf::TestHDF5Message Class Reference

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

Inheritance diagram for goby::test::middleware::protobuf::TestHDF5Message:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 TestHDF5Message ()
 
virtual ~TestHDF5Message ()
 
 TestHDF5Message (const TestHDF5Message &from)
 
TestHDF5Messageoperator= (const TestHDF5Message &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TestHDF5Message *other)
 
TestHDF5MessageNew () const final
 
TestHDF5MessageNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const TestHDF5Message &from)
 
void MergeFrom (const TestHDF5Message &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int a_size () const
 
void clear_a ()
 
double a (int index) const
 
void set_a (int index, double value)
 
void add_a (double value)
 
const ::google::protobuf::RepeatedField< double > & a () const
 
::google::protobuf::RepeatedField< double > * mutable_a ()
 
int b_size () const
 
void clear_b ()
 
::goby::test::middleware::protobuf::Bmutable_b (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::test::middleware::protobuf::B > * mutable_b ()
 
const ::goby::test::middleware::protobuf::Bb (int index) const
 
::goby::test::middleware::protobuf::Badd_b ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::test::middleware::protobuf::B > & b () const
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const TestHDF5Messagedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TestHDF5Messageinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAFieldNumber = 1
 
static const int kBFieldNumber = 2
 

Friends

struct ::protobuf_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto::TableStruct
 
void swap (TestHDF5Message &a, TestHDF5Message &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TestHDF5Message() [1/2]

goby::test::middleware::protobuf::TestHDF5Message::TestHDF5Message ( )

◆ ~TestHDF5Message()

virtual goby::test::middleware::protobuf::TestHDF5Message::~TestHDF5Message ( )
virtual

◆ TestHDF5Message() [2/2]

goby::test::middleware::protobuf::TestHDF5Message::TestHDF5Message ( const TestHDF5Message from)

Member Function Documentation

◆ a() [1/2]

const ::google::protobuf::RepeatedField< double > & goby::test::middleware::protobuf::TestHDF5Message::a ( ) const
inline

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

◆ a() [2/2]

double goby::test::middleware::protobuf::TestHDF5Message::a ( int  index) const
inline

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

◆ a_size()

int goby::test::middleware::protobuf::TestHDF5Message::a_size ( ) const
inline

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

◆ add_a()

void goby::test::middleware::protobuf::TestHDF5Message::add_a ( double  value)
inline

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

◆ add_b()

goby::test::middleware::protobuf::B * goby::test::middleware::protobuf::TestHDF5Message::add_b ( )
inline

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

◆ b() [1/2]

const ::google::protobuf::RepeatedPtrField<::goby::test::middleware::protobuf::B > & goby::test::middleware::protobuf::TestHDF5Message::b ( ) const
inline

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

◆ b() [2/2]

const ::goby::test::middleware::protobuf::B & goby::test::middleware::protobuf::TestHDF5Message::b ( int  index) const
inline

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

◆ b_size()

int goby::test::middleware::protobuf::TestHDF5Message::b_size ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::test::middleware::protobuf::TestHDF5Message::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::test::middleware::protobuf::TestHDF5Message::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_a()

void goby::test::middleware::protobuf::TestHDF5Message::clear_a ( )
inline

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

◆ clear_b()

void goby::test::middleware::protobuf::TestHDF5Message::clear_b ( )
inline

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

◆ CopyFrom() [1/2]

void goby::test::middleware::protobuf::TestHDF5Message::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::test::middleware::protobuf::TestHDF5Message::CopyFrom ( const TestHDF5Message from)

◆ default_instance()

static const TestHDF5Message& goby::test::middleware::protobuf::TestHDF5Message::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::test::middleware::protobuf::TestHDF5Message::descriptor ( )
static

◆ GetCachedSize()

int goby::test::middleware::protobuf::TestHDF5Message::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::test::middleware::protobuf::TestHDF5Message::GetMetadata ( ) const
finalvirtual

◆ InitAsDefaultInstance()

static void goby::test::middleware::protobuf::TestHDF5Message::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const TestHDF5Message* goby::test::middleware::protobuf::TestHDF5Message::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::test::middleware::protobuf::TestHDF5Message::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::test::middleware::protobuf::TestHDF5Message::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::test::middleware::protobuf::TestHDF5Message::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::test::middleware::protobuf::TestHDF5Message::MergeFrom ( const TestHDF5Message from)

◆ MergePartialFromCodedStream()

bool goby::test::middleware::protobuf::TestHDF5Message::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_a()

google::protobuf::RepeatedField< double > * goby::test::middleware::protobuf::TestHDF5Message::mutable_a ( )
inline

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

◆ mutable_b() [1/2]

google::protobuf::RepeatedPtrField<::goby::test::middleware::protobuf::B > * goby::test::middleware::protobuf::TestHDF5Message::mutable_b ( )
inline

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

◆ mutable_b() [2/2]

goby::test::middleware::protobuf::B * goby::test::middleware::protobuf::TestHDF5Message::mutable_b ( int  index)
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::test::middleware::protobuf::TestHDF5Message::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

TestHDF5Message* goby::test::middleware::protobuf::TestHDF5Message::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

TestHDF5Message* goby::test::middleware::protobuf::TestHDF5Message::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

void goby::test::middleware::protobuf::TestHDF5Message::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_a()

void goby::test::middleware::protobuf::TestHDF5Message::set_a ( int  index,
double  value 
)
inline

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

◆ Swap()

void goby::test::middleware::protobuf::TestHDF5Message::Swap ( TestHDF5Message other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::test::middleware::protobuf::TestHDF5Message::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto::TableStruct

◆ swap

void swap ( TestHDF5Message a,
TestHDF5Message b 
)
friend

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

Member Data Documentation

◆ kAFieldNumber

const int goby::test::middleware::protobuf::TestHDF5Message::kAFieldNumber = 1
static

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

◆ kBFieldNumber

const int goby::test::middleware::protobuf::TestHDF5Message::kBFieldNumber = 2
static

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

◆ kIndexInFileMessages

constexpr int goby::test::middleware::protobuf::TestHDF5Message::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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