Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation Class Referencefinal

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

Inheritance diagram for goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation:

Public Types

enum  : int { kFromFieldNumber = 1 , kToFieldNumber = 2 }
 

Public Member Functions

 ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation ()
 
 ~ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation () override
 
PROTOBUF_CONSTEXPR ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation (const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &from)
 
 ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation (ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &&from) noexcept
 
ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translationoperator= (const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &from)
 
ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translationoperator= (ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation *other)
 
void UnsafeArenaSwap (ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation *other)
 
ProtobufCommanderConfig_LoadProtobuf_ExternalData_TranslationNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &from)
 
void MergeFrom (const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &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_from () const
 
void clear_from ()
 
const std::string & from () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_from (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_from ()
 
PROTOBUF_NODISCARD std::string * release_from ()
 
void set_allocated_from (std::string *from)
 
bool has_to () const
 
void clear_to ()
 
const std::string & to () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_to (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_to ()
 
PROTOBUF_NODISCARD std::string * release_to ()
 
void set_allocated_to (std::string *to)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_from (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_to (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 ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translationdefault_instance ()
 
static const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translationinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFromFieldNumber 
kToFieldNumber 

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

Constructor & Destructor Documentation

◆ ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation() [1/5]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation ( )
inline

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

◆ ~ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::~ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation ( )
override

◆ ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation() [3/5]

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

◆ ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation() [4/5]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation ( ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &&  from)
inlinenoexcept

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

◆ ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::Clear ( )
final

◆ clear_from()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::clear_from ( )
inline

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

◆ clear_to()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::clear_to ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

static const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::default_instance ( )
inlinestatic

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::descriptor ( )
inlinestatic

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

◆ from()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::from ( ) const
inline

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

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::GetReflection ( )
inlinestatic

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

◆ has_from()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::has_from ( ) const
inline

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

◆ has_to()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::has_to ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::MergeFrom ( const ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation from)
inline

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

◆ mutable_from()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::mutable_from ( )
inline

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

◆ mutable_to()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::mutable_to ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::mutable_unknown_fields ( )
inline

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

◆ New()

ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::operator= ( ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation &&  from)
inlinenoexcept

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

◆ release_from()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::release_from ( )
inline

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

◆ release_to()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::release_to ( )
inline

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

◆ set_allocated_from()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_allocated_from ( std::string *  from)
inline

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

◆ set_allocated_to()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_allocated_to ( std::string *  to)
inline

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

◆ set_from() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_from ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_from() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_from ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_to() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_to ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_to() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::set_to ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::Swap ( ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation other)
inline

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

◆ to()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::to ( ) const
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::UnsafeArenaSwap ( ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation other)
inline

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto

◆ swap

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::_class_data_
static

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

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_ExternalData_Translation::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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