|
Goby3 3.4.0
2026.04.13
|
#include <goby/middleware/protobuf/tool_config.pb.h>
Public Types | |
| enum | : int { kLoadSharedLibraryFieldNumber = 20 , kGroupFieldNumber = 10 , kTypeFieldNumber = 11 , kValueFieldNumber = 12 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 } |
Public Member Functions | |
| PublishToolConfig () | |
| ~PublishToolConfig () override | |
| PROTOBUF_CONSTEXPR | PublishToolConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| PublishToolConfig (const PublishToolConfig &from) | |
| PublishToolConfig (PublishToolConfig &&from) noexcept | |
| PublishToolConfig & | operator= (const PublishToolConfig &from) |
| PublishToolConfig & | operator= (PublishToolConfig &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (PublishToolConfig *other) |
| void | UnsafeArenaSwap (PublishToolConfig *other) |
| PublishToolConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const PublishToolConfig &from) |
| void | MergeFrom (const PublishToolConfig &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 | load_shared_library_size () const |
| void | clear_load_shared_library () |
| const std::string & | load_shared_library (int index) const |
| std::string * | mutable_load_shared_library (int index) |
| void | set_load_shared_library (int index, const std::string &value) |
| void | set_load_shared_library (int index, std::string &&value) |
| void | set_load_shared_library (int index, const char *value) |
| void | set_load_shared_library (int index, const char *value, size_t size) |
| std::string * | add_load_shared_library () |
| void | add_load_shared_library (const std::string &value) |
| void | add_load_shared_library (std::string &&value) |
| void | add_load_shared_library (const char *value) |
| void | add_load_shared_library (const char *value, size_t size) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | load_shared_library () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_load_shared_library () |
| bool | has_group () const |
| void | clear_group () |
| const std::string & | group () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_group (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_group () |
| PROTOBUF_NODISCARD std::string * | release_group () |
| void | set_allocated_group (std::string *group) |
| bool | has_type () const |
| void | clear_type () |
| const std::string & | type () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_type (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_type () |
| PROTOBUF_NODISCARD std::string * | release_type () |
| void | set_allocated_type (std::string *type) |
| bool | has_value () const |
| void | clear_value () |
| const std::string & | value () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_value (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_value () |
| PROTOBUF_NODISCARD std::string * | release_value () |
| void | set_allocated_value (std::string *value) |
| bool | has_app () const |
| void | clear_app () |
| const ::goby::middleware::protobuf::AppConfig & | app () const |
| PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * | release_app () |
| ::goby::middleware::protobuf::AppConfig * | mutable_app () |
| void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
| void | unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
| ::goby::middleware::protobuf::AppConfig * | unsafe_arena_release_app () |
| bool | has_interprocess () const |
| void | clear_interprocess () |
| const ::goby::udpm::protobuf::InterProcessPortalConfig & | interprocess () const |
| PROTOBUF_NODISCARD::goby::udpm::protobuf::InterProcessPortalConfig * | release_interprocess () |
| ::goby::udpm::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
| void | set_allocated_interprocess (::goby::udpm::protobuf::InterProcessPortalConfig *interprocess) |
| void | unsafe_arena_set_allocated_interprocess (::goby::udpm::protobuf::InterProcessPortalConfig *interprocess) |
| ::goby::udpm::protobuf::InterProcessPortalConfig * | unsafe_arena_release_interprocess () |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_group (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_type (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_value (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_group (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_type (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_value (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 PublishToolConfig & | default_instance () |
| static const PublishToolConfig * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| PublishToolConfig (::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_2fmiddleware_2fprotobuf_2ftool_5fconfig_2eproto |
| void | swap (PublishToolConfig &a, PublishToolConfig &b) |
Definition at line 76 of file tool_config.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kLoadSharedLibraryFieldNumber | |
| kGroupFieldNumber | |
| kTypeFieldNumber | |
| kValueFieldNumber | |
| kAppFieldNumber | |
| kInterprocessFieldNumber | |
Definition at line 203 of file tool_config.pb.h.
|
inline |
Definition at line 79 of file tool_config.pb.h.
|
override |
|
explicit |
| goby::middleware::protobuf::PublishToolConfig::PublishToolConfig | ( | const PublishToolConfig & | from | ) |
|
inlinenoexcept |
Definition at line 84 of file tool_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1035 of file tool_config.pb.h.
|
inline |
Definition at line 1080 of file tool_config.pb.h.
|
inline |
Definition at line 1085 of file tool_config.pb.h.
|
inline |
Definition at line 1072 of file tool_config.pb.h.
|
inline |
Definition at line 1076 of file tool_config.pb.h.
|
inline |
Definition at line 661 of file tool_config.pb.h.
|
final |
|
final |
| void goby::middleware::protobuf::PublishToolConfig::clear_app | ( | ) |
|
inline |
Definition at line 829 of file tool_config.pb.h.
| void goby::middleware::protobuf::PublishToolConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 1032 of file tool_config.pb.h.
|
inline |
Definition at line 897 of file tool_config.pb.h.
|
inline |
Definition at line 965 of file tool_config.pb.h.
| void goby::middleware::protobuf::PublishToolConfig::CopyFrom | ( | const PublishToolConfig & | from | ) |
|
inlinestatic |
Definition at line 123 of file tool_config.pb.h.
|
inlinestatic |
Definition at line 114 of file tool_config.pb.h.
|
inlinefinal |
Definition at line 176 of file tool_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 117 of file tool_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 120 of file tool_config.pb.h.
|
inline |
Definition at line 833 of file tool_config.pb.h.
|
inline |
Definition at line 653 of file tool_config.pb.h.
|
inline |
Definition at line 826 of file tool_config.pb.h.
|
inline |
Definition at line 740 of file tool_config.pb.h.
|
inline |
Definition at line 894 of file tool_config.pb.h.
|
inline |
Definition at line 962 of file tool_config.pb.h.
|
inlinestatic |
Definition at line 126 of file tool_config.pb.h.
|
inline |
Definition at line 748 of file tool_config.pb.h.
|
final |
|
inline |
Definition at line 1090 of file tool_config.pb.h.
|
inline |
Definition at line 1043 of file tool_config.pb.h.
|
inline |
Definition at line 1029 of file tool_config.pb.h.
|
inline |
Definition at line 163 of file tool_config.pb.h.
|
inline |
Definition at line 708 of file tool_config.pb.h.
|
inline |
Definition at line 844 of file tool_config.pb.h.
|
inline |
Definition at line 795 of file tool_config.pb.h.
|
inline |
Definition at line 1095 of file tool_config.pb.h.
|
inline |
Definition at line 1047 of file tool_config.pb.h.
|
inline |
Definition at line 912 of file tool_config.pb.h.
|
inline |
Definition at line 110 of file tool_config.pb.h.
|
inline |
Definition at line 980 of file tool_config.pb.h.
|
inlinefinal |
Definition at line 157 of file tool_config.pb.h.
|
inline |
Definition at line 89 of file tool_config.pb.h.
|
inlinenoexcept |
Definition at line 93 of file tool_config.pb.h.
|
inline |
Definition at line 678 of file tool_config.pb.h.
|
inline |
Definition at line 860 of file tool_config.pb.h.
|
inline |
Definition at line 765 of file tool_config.pb.h.
|
inline |
Definition at line 928 of file tool_config.pb.h.
|
inline |
Definition at line 996 of file tool_config.pb.h.
|
inline |
Definition at line 713 of file tool_config.pb.h.
|
inline |
Definition at line 874 of file tool_config.pb.h.
|
inline |
Definition at line 800 of file tool_config.pb.h.
|
inline |
Definition at line 942 of file tool_config.pb.h.
|
inline |
Definition at line 1010 of file tool_config.pb.h.
| void goby::middleware::protobuf::PublishToolConfig::set_group | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 839 of file tool_config.pb.h.
|
inline |
Definition at line 1239 of file tool_config.pb.h.
|
inline |
Definition at line 1059 of file tool_config.pb.h.
|
inline |
Definition at line 1064 of file tool_config.pb.h.
|
inline |
Definition at line 1051 of file tool_config.pb.h.
|
inline |
Definition at line 1055 of file tool_config.pb.h.
| void goby::middleware::protobuf::PublishToolConfig::set_type | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 907 of file tool_config.pb.h.
|
inline |
Definition at line 1307 of file tool_config.pb.h.
| void goby::middleware::protobuf::PublishToolConfig::set_value | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 975 of file tool_config.pb.h.
|
inline |
Definition at line 1375 of file tool_config.pb.h.
|
inline |
Definition at line 136 of file tool_config.pb.h.
|
inline |
Definition at line 901 of file tool_config.pb.h.
|
inline |
Definition at line 107 of file tool_config.pb.h.
|
inline |
Definition at line 693 of file tool_config.pb.h.
|
inline |
Definition at line 780 of file tool_config.pb.h.
|
inline |
Definition at line 665 of file tool_config.pb.h.
|
inline |
Definition at line 752 of file tool_config.pb.h.
|
inline |
Definition at line 149 of file tool_config.pb.h.
|
inline |
Definition at line 969 of file tool_config.pb.h.
|
friend |
Definition at line 332 of file tool_config.pb.h.
|
friend |
Definition at line 185 of file tool_config.pb.h.
Definition at line 346 of file tool_config.pb.h.
|
friend |
Definition at line 133 of file tool_config.pb.h.
|
static |
Definition at line 194 of file tool_config.pb.h.
| Impl_ goby::middleware::protobuf::PublishToolConfig::_impl_ |
Definition at line 345 of file tool_config.pb.h.
|
staticconstexpr |
Definition at line 130 of file tool_config.pb.h.