Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf Class Reference

#include <goby/zeromq/protobuf/liaison_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef ProtobufCommanderConfig_LoadProtobuf_GroupLayer GroupLayer
 
typedef ProtobufCommanderConfig_LoadProtobuf_ExternalData ExternalData
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 ProtobufCommanderConfig_LoadProtobuf ()
 
virtual ~ProtobufCommanderConfig_LoadProtobuf ()
 
 ProtobufCommanderConfig_LoadProtobuf (const ProtobufCommanderConfig_LoadProtobuf &from)
 
ProtobufCommanderConfig_LoadProtobufoperator= (const ProtobufCommanderConfig_LoadProtobuf &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProtobufCommanderConfig_LoadProtobuf *other)
 
ProtobufCommanderConfig_LoadProtobufNew () const final
 
ProtobufCommanderConfig_LoadProtobufNew (::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 ProtobufCommanderConfig_LoadProtobuf &from)
 
void MergeFrom (const ProtobufCommanderConfig_LoadProtobuf &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 publish_to_size () const
 
void clear_publish_to ()
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayermutable_publish_to (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer > * mutable_publish_to ()
 
const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayerpublish_to (int index) const
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayeradd_publish_to ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer > & publish_to () const
 
int external_data_size () const
 
void clear_external_data ()
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalDatamutable_external_data (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData > * mutable_external_data ()
 
const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalDataexternal_data (int index) const
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalDataadd_external_data ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData > & external_data () const
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
- 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 ProtobufCommanderConfig_LoadProtobufdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ProtobufCommanderConfig_LoadProtobufinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kPublishToFieldNumber = 2
 
static const int kExternalDataFieldNumber = 3
 
static const int kNameFieldNumber = 1
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto::TableStruct
 
void swap (ProtobufCommanderConfig_LoadProtobuf &a, ProtobufCommanderConfig_LoadProtobuf &b)
 

Additional Inherited Members

- 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 1059 of file liaison_config.pb.h.

Member Typedef Documentation

◆ ExternalData

◆ GroupLayer

Constructor & Destructor Documentation

◆ ProtobufCommanderConfig_LoadProtobuf() [1/2]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::ProtobufCommanderConfig_LoadProtobuf ( )

◆ ~ProtobufCommanderConfig_LoadProtobuf()

virtual goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::~ProtobufCommanderConfig_LoadProtobuf ( )
virtual

◆ ProtobufCommanderConfig_LoadProtobuf() [2/2]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::ProtobufCommanderConfig_LoadProtobuf ( const ProtobufCommanderConfig_LoadProtobuf from)

Member Function Documentation

◆ add_external_data()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::add_external_data ( )
inline

Definition at line 4464 of file liaison_config.pb.h.

◆ add_publish_to()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::add_publish_to ( )
inline

Definition at line 4434 of file liaison_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_external_data()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::clear_external_data ( )
inline

Definition at line 4448 of file liaison_config.pb.h.

◆ clear_name()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::clear_name ( )
inline

Definition at line 4358 of file liaison_config.pb.h.

◆ clear_publish_to()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::clear_publish_to ( )
inline

Definition at line 4418 of file liaison_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::CopyFrom ( const ProtobufCommanderConfig_LoadProtobuf from)

◆ default_instance()

static const ProtobufCommanderConfig_LoadProtobuf& goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::descriptor ( )
static

◆ external_data() [1/2]

const ::google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData > & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::external_data ( ) const
inline

Definition at line 4469 of file liaison_config.pb.h.

◆ external_data() [2/2]

const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::external_data ( int  index) const
inline

Definition at line 4460 of file liaison_config.pb.h.

◆ external_data_size()

int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::external_data_size ( ) const
inline

Definition at line 4445 of file liaison_config.pb.h.

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 1131 of file liaison_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::GetMetadata ( ) const
finalvirtual

◆ has_name()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::has_name ( ) const
inline

Definition at line 4349 of file liaison_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const ProtobufCommanderConfig_LoadProtobuf* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::internal_default_instance ( )
inlinestatic

Definition at line 1096 of file liaison_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::MergeFrom ( const ProtobufCommanderConfig_LoadProtobuf from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_external_data() [1/2]

google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData > * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_external_data ( )
inline

Definition at line 4456 of file liaison_config.pb.h.

◆ mutable_external_data() [2/2]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_external_data ( int  index)
inline

Definition at line 4451 of file liaison_config.pb.h.

◆ mutable_name()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_name ( )
inline

Definition at line 4391 of file liaison_config.pb.h.

◆ mutable_publish_to() [1/2]

google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer > * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_publish_to ( )
inline

Definition at line 4426 of file liaison_config.pb.h.

◆ mutable_publish_to() [2/2]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_publish_to ( int  index)
inline

Definition at line 4421 of file liaison_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::mutable_unknown_fields ( )
inline

Definition at line 1088 of file liaison_config.pb.h.

◆ name()

const ::std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::name ( ) const
inline

Definition at line 4362 of file liaison_config.pb.h.

◆ New() [1/2]

ProtobufCommanderConfig_LoadProtobuf* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 1110 of file liaison_config.pb.h.

◆ New() [2/2]

ProtobufCommanderConfig_LoadProtobuf* goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 1114 of file liaison_config.pb.h.

◆ operator=()

ProtobufCommanderConfig_LoadProtobuf& goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::operator= ( const ProtobufCommanderConfig_LoadProtobuf from)
inline

Definition at line 1066 of file liaison_config.pb.h.

◆ publish_to() [1/2]

const ::google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer > & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::publish_to ( ) const
inline

Definition at line 4439 of file liaison_config.pb.h.

◆ publish_to() [2/2]

const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::publish_to ( int  index) const
inline

Definition at line 4430 of file liaison_config.pb.h.

◆ publish_to_size()

int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::publish_to_size ( ) const
inline

Definition at line 4415 of file liaison_config.pb.h.

◆ release_name()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::release_name ( )
inline

Definition at line 4396 of file liaison_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_name()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::set_allocated_name ( ::std::string *  name)
inline

Definition at line 4404 of file liaison_config.pb.h.

◆ set_name() [1/3]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::set_name ( const ::std::string &  value)
inline

Definition at line 4366 of file liaison_config.pb.h.

◆ set_name() [2/3]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::set_name ( const char value)
inline

Definition at line 4379 of file liaison_config.pb.h.

◆ set_name() [3/3]

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::set_name ( const char value,
size_t  size 
)
inline

Definition at line 4385 of file liaison_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::Swap ( ProtobufCommanderConfig_LoadProtobuf other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::unknown_fields ( ) const
inline

Definition at line 1085 of file liaison_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto::TableStruct

◆ swap

Definition at line 1104 of file liaison_config.pb.h.

Member Data Documentation

◆ kExternalDataFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::kExternalDataFieldNumber = 3
static

Definition at line 1171 of file liaison_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 1100 of file liaison_config.pb.h.

◆ kNameFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::kNameFieldNumber = 1
static

Definition at line 1183 of file liaison_config.pb.h.

◆ kPublishToFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf::kPublishToFieldNumber = 2
static

Definition at line 1159 of file liaison_config.pb.h.


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