| 
    Goby3 3.3.0
    
   2025.07.10 
   | 
 
#include <goby/moos/protobuf/translator.pb.h>
 Public Types | |
| enum | : int {  kAlgorithmFieldNumber = 5 , kMoosVarFieldNumber = 2 , kFormatFieldNumber = 3 , kRepeatedDelimiterFieldNumber = 4 , kTechniqueFieldNumber = 1 }  | 
| typedef TranslatorEntry_PublishSerializer_Algorithm | Algorithm | 
Public Member Functions | |
| TranslatorEntry_PublishSerializer () | |
| ~TranslatorEntry_PublishSerializer () override | |
| PROTOBUF_CONSTEXPR | TranslatorEntry_PublishSerializer (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) | 
| TranslatorEntry_PublishSerializer (const TranslatorEntry_PublishSerializer &from) | |
| TranslatorEntry_PublishSerializer (TranslatorEntry_PublishSerializer &&from) noexcept | |
| TranslatorEntry_PublishSerializer & | operator= (const TranslatorEntry_PublishSerializer &from) | 
| TranslatorEntry_PublishSerializer & | operator= (TranslatorEntry_PublishSerializer &&from) noexcept | 
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const | 
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () | 
| void | Swap (TranslatorEntry_PublishSerializer *other) | 
| void | UnsafeArenaSwap (TranslatorEntry_PublishSerializer *other) | 
| TranslatorEntry_PublishSerializer * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final | 
| void | CopyFrom (const TranslatorEntry_PublishSerializer &from) | 
| void | MergeFrom (const TranslatorEntry_PublishSerializer &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 | algorithm_size () const | 
| void | clear_algorithm () | 
| ::goby::moos::protobuf::TranslatorEntry_PublishSerializer_Algorithm * | mutable_algorithm (int index) | 
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry_PublishSerializer_Algorithm > * | mutable_algorithm () | 
| const ::goby::moos::protobuf::TranslatorEntry_PublishSerializer_Algorithm & | algorithm (int index) const | 
| ::goby::moos::protobuf::TranslatorEntry_PublishSerializer_Algorithm * | add_algorithm () | 
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry_PublishSerializer_Algorithm > & | algorithm () const | 
| bool | has_moos_var () const | 
| void | clear_moos_var () | 
| const std::string & | moos_var () const | 
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_moos_var (ArgT0 &&arg0, ArgT... args) | 
| std::string * | mutable_moos_var () | 
| PROTOBUF_NODISCARD std::string * | release_moos_var () | 
| void | set_allocated_moos_var (std::string *moos_var) | 
| bool | has_format () const | 
| void | clear_format () | 
| const std::string & | format () const | 
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_format (ArgT0 &&arg0, ArgT... args) | 
| std::string * | mutable_format () | 
| PROTOBUF_NODISCARD std::string * | release_format () | 
| void | set_allocated_format (std::string *format) | 
| bool | has_repeated_delimiter () const | 
| void | clear_repeated_delimiter () | 
| const std::string & | repeated_delimiter () const | 
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_repeated_delimiter (ArgT0 &&arg0, ArgT... args) | 
| std::string * | mutable_repeated_delimiter () | 
| PROTOBUF_NODISCARD std::string * | release_repeated_delimiter () | 
| void | set_allocated_repeated_delimiter (std::string *repeated_delimiter) | 
| bool | has_technique () const | 
| void | clear_technique () | 
| ::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique | technique () const | 
| void | set_technique (::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique value) | 
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_moos_var (ArgT0 &&arg0, ArgT... args) | 
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_format (ArgT0 &&arg0, ArgT... args) | 
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_repeated_delimiter (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 TranslatorEntry_PublishSerializer & | default_instance () | 
| static const TranslatorEntry_PublishSerializer * | internal_default_instance () | 
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages | 
| static const ClassData | _class_data_ | 
Protected Member Functions | |
| TranslatorEntry_PublishSerializer (::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_2fmoos_2fprotobuf_2ftranslator_2eproto | 
| void | swap (TranslatorEntry_PublishSerializer &a, TranslatorEntry_PublishSerializer &b) | 
Definition at line 1036 of file translator.pb.h.
| typedef TranslatorEntry_PublishSerializer_Algorithm goby::moos::protobuf::TranslatorEntry_PublishSerializer::Algorithm | 
Definition at line 1161 of file translator.pb.h.
| anonymous enum : int | 
| Enumerator | |
|---|---|
| kAlgorithmFieldNumber | |
| kMoosVarFieldNumber | |
| kFormatFieldNumber | |
| kRepeatedDelimiterFieldNumber | |
| kTechniqueFieldNumber | |
Definition at line 1165 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1039 of file translator.pb.h.
      
  | 
  override | 
      
  | 
  explicit | 
| goby::moos::protobuf::TranslatorEntry_PublishSerializer::TranslatorEntry_PublishSerializer | ( | const TranslatorEntry_PublishSerializer & | from | ) | 
      
  | 
  inlinenoexcept | 
Definition at line 1044 of file translator.pb.h.
      
  | 
  explicitprotected | 
      
  | 
  final | 
      
  | 
  final | 
      
  | 
  inline | 
Definition at line 2567 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2573 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2560 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2542 of file translator.pb.h.
      
  | 
  final | 
      
  | 
  final | 
      
  | 
  inline | 
Definition at line 2545 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2419 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2351 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2487 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2322 of file translator.pb.h.
| void goby::moos::protobuf::TranslatorEntry_PublishSerializer::CopyFrom | ( | const TranslatorEntry_PublishSerializer & | from | ) | 
      
  | 
  inlinestatic | 
Definition at line 1083 of file translator.pb.h.
      
  | 
  inlinestatic | 
Definition at line 1074 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2423 of file translator.pb.h.
      
  | 
  inlinefinal | 
Definition at line 1136 of file translator.pb.h.
      
  | 
  final | 
      
  | 
  inlinestatic | 
Definition at line 1077 of file translator.pb.h.
      
  | 
  final | 
      
  | 
  inlinestatic | 
Definition at line 1080 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2416 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2348 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2484 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2319 of file translator.pb.h.
      
  | 
  inlinestatic | 
Definition at line 1086 of file translator.pb.h.
      
  | 
  final | 
      
  | 
  inline | 
Definition at line 1123 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2355 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2553 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2548 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2434 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2366 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2503 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1070 of file translator.pb.h.
      
  | 
  inlinefinal | 
Definition at line 1117 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1049 of file translator.pb.h.
      
  | 
  inlinenoexcept | 
Definition at line 1053 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2450 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2382 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2519 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2491 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2464 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2396 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2528 of file translator.pb.h.
| void goby::moos::protobuf::TranslatorEntry_PublishSerializer::set_format | ( | ArgT0 && | arg0, | 
| ArgT... | args | ||
| ) | 
      
  | 
  inline | 
Definition at line 2429 of file translator.pb.h.
| void goby::moos::protobuf::TranslatorEntry_PublishSerializer::set_moos_var | ( | ArgT0 && | arg0, | 
| ArgT... | args | ||
| ) | 
      
  | 
  inline | 
Definition at line 2361 of file translator.pb.h.
| void goby::moos::protobuf::TranslatorEntry_PublishSerializer::set_repeated_delimiter | ( | ArgT0 && | arg0, | 
| ArgT... | args | ||
| ) | 
      
  | 
  inline | 
Definition at line 2498 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2338 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1096 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 2329 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1067 of file translator.pb.h.
      
  | 
  inline | 
Definition at line 1109 of file translator.pb.h.
      
  | 
  friend | 
Definition at line 1261 of file translator.pb.h.
      
  | 
  friend | 
Definition at line 1145 of file translator.pb.h.
Definition at line 1275 of file translator.pb.h.
      
  | 
  friend | 
Definition at line 1093 of file translator.pb.h.
      
  | 
  static | 
Definition at line 1154 of file translator.pb.h.
| Impl_ goby::moos::protobuf::TranslatorEntry_PublishSerializer::_impl_ | 
Definition at line 1274 of file translator.pb.h.
      
  | 
  staticconstexpr | 
Definition at line 1090 of file translator.pb.h.