Goby3 3.2.3
2025.05.13
|
#include <goby/moos/protobuf/translator.pb.h>
Public Types | |
enum | : int { kAlgorithmFieldNumber = 5 , kMoosVarFieldNumber = 2 , kFormatFieldNumber = 3 , kRepeatedDelimiterFieldNumber = 4 , kTechniqueFieldNumber = 1 } |
typedef TranslatorEntry_CreateParser_Algorithm | Algorithm |
Public Member Functions | |
TranslatorEntry_CreateParser () | |
~TranslatorEntry_CreateParser () override | |
PROTOBUF_CONSTEXPR | TranslatorEntry_CreateParser (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
TranslatorEntry_CreateParser (const TranslatorEntry_CreateParser &from) | |
TranslatorEntry_CreateParser (TranslatorEntry_CreateParser &&from) noexcept | |
TranslatorEntry_CreateParser & | operator= (const TranslatorEntry_CreateParser &from) |
TranslatorEntry_CreateParser & | operator= (TranslatorEntry_CreateParser &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (TranslatorEntry_CreateParser *other) |
void | UnsafeArenaSwap (TranslatorEntry_CreateParser *other) |
TranslatorEntry_CreateParser * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const TranslatorEntry_CreateParser &from) |
void | MergeFrom (const TranslatorEntry_CreateParser &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_CreateParser_Algorithm * | mutable_algorithm (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry_CreateParser_Algorithm > * | mutable_algorithm () |
const ::goby::moos::protobuf::TranslatorEntry_CreateParser_Algorithm & | algorithm (int index) const |
::goby::moos::protobuf::TranslatorEntry_CreateParser_Algorithm * | add_algorithm () |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry_CreateParser_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_CreateParser & | default_instance () |
static const TranslatorEntry_CreateParser * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
TranslatorEntry_CreateParser (::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_CreateParser &a, TranslatorEntry_CreateParser &b) |
Definition at line 571 of file translator.pb.h.
typedef TranslatorEntry_CreateParser_Algorithm goby::moos::protobuf::TranslatorEntry_CreateParser::Algorithm |
Definition at line 696 of file translator.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kAlgorithmFieldNumber | |
kMoosVarFieldNumber | |
kFormatFieldNumber | |
kRepeatedDelimiterFieldNumber | |
kTechniqueFieldNumber |
Definition at line 700 of file translator.pb.h.
|
inline |
Definition at line 574 of file translator.pb.h.
|
override |
|
explicit |
goby::moos::protobuf::TranslatorEntry_CreateParser::TranslatorEntry_CreateParser | ( | const TranslatorEntry_CreateParser & | from | ) |
|
inlinenoexcept |
Definition at line 579 of file translator.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 2124 of file translator.pb.h.
|
inline |
Definition at line 2130 of file translator.pb.h.
|
inline |
Definition at line 2117 of file translator.pb.h.
|
inline |
Definition at line 2099 of file translator.pb.h.
|
final |
|
final |
|
inline |
Definition at line 2102 of file translator.pb.h.
|
inline |
Definition at line 1976 of file translator.pb.h.
|
inline |
Definition at line 1908 of file translator.pb.h.
|
inline |
Definition at line 2044 of file translator.pb.h.
|
inline |
Definition at line 1879 of file translator.pb.h.
void goby::moos::protobuf::TranslatorEntry_CreateParser::CopyFrom | ( | const TranslatorEntry_CreateParser & | from | ) |
|
inlinestatic |
Definition at line 618 of file translator.pb.h.
|
inlinestatic |
Definition at line 609 of file translator.pb.h.
|
inline |
Definition at line 1980 of file translator.pb.h.
|
inlinefinal |
Definition at line 671 of file translator.pb.h.
|
final |
|
inlinestatic |
Definition at line 612 of file translator.pb.h.
|
final |
|
inlinestatic |
Definition at line 615 of file translator.pb.h.
|
inline |
Definition at line 1973 of file translator.pb.h.
|
inline |
Definition at line 1905 of file translator.pb.h.
|
inline |
Definition at line 2041 of file translator.pb.h.
|
inline |
Definition at line 1876 of file translator.pb.h.
|
inlinestatic |
Definition at line 621 of file translator.pb.h.
|
final |
|
inline |
Definition at line 658 of file translator.pb.h.
|
inline |
Definition at line 1912 of file translator.pb.h.
|
inline |
Definition at line 2110 of file translator.pb.h.
|
inline |
Definition at line 2105 of file translator.pb.h.
|
inline |
Definition at line 1991 of file translator.pb.h.
|
inline |
Definition at line 1923 of file translator.pb.h.
|
inline |
Definition at line 2060 of file translator.pb.h.
|
inline |
Definition at line 605 of file translator.pb.h.
|
inlinefinal |
Definition at line 652 of file translator.pb.h.
|
inline |
Definition at line 584 of file translator.pb.h.
|
inlinenoexcept |
Definition at line 588 of file translator.pb.h.
|
inline |
Definition at line 2007 of file translator.pb.h.
|
inline |
Definition at line 1939 of file translator.pb.h.
|
inline |
Definition at line 2076 of file translator.pb.h.
|
inline |
Definition at line 2048 of file translator.pb.h.
|
inline |
Definition at line 2021 of file translator.pb.h.
|
inline |
Definition at line 1953 of file translator.pb.h.
|
inline |
Definition at line 2085 of file translator.pb.h.
void goby::moos::protobuf::TranslatorEntry_CreateParser::set_format | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1986 of file translator.pb.h.
void goby::moos::protobuf::TranslatorEntry_CreateParser::set_moos_var | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1918 of file translator.pb.h.
void goby::moos::protobuf::TranslatorEntry_CreateParser::set_repeated_delimiter | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2055 of file translator.pb.h.
|
inline |
Definition at line 1895 of file translator.pb.h.
|
inline |
Definition at line 631 of file translator.pb.h.
|
inline |
Definition at line 1886 of file translator.pb.h.
|
inline |
Definition at line 602 of file translator.pb.h.
|
inline |
Definition at line 644 of file translator.pb.h.
|
friend |
Definition at line 796 of file translator.pb.h.
|
friend |
Definition at line 680 of file translator.pb.h.
Definition at line 810 of file translator.pb.h.
|
friend |
Definition at line 628 of file translator.pb.h.
|
static |
Definition at line 689 of file translator.pb.h.
Impl_ goby::moos::protobuf::TranslatorEntry_CreateParser::_impl_ |
Definition at line 809 of file translator.pb.h.
|
staticconstexpr |
Definition at line 625 of file translator.pb.h.