Goby3 3.2.3
2025.05.13
|
#include <goby/zeromq/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::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
void | unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
::goby::zeromq::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) |
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_2fzeromq_2fprotobuf_2ftool_5fconfig_2eproto |
void | swap (PublishToolConfig &a, PublishToolConfig &b) |
Definition at line 356 of file tool_config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kLoadSharedLibraryFieldNumber | |
kGroupFieldNumber | |
kTypeFieldNumber | |
kValueFieldNumber | |
kAppFieldNumber | |
kInterprocessFieldNumber |
Definition at line 483 of file tool_config.pb.h.
|
inline |
Definition at line 359 of file tool_config.pb.h.
|
override |
|
explicit |
goby::apps::zeromq::protobuf::PublishToolConfig::PublishToolConfig | ( | const PublishToolConfig & | from | ) |
|
inlinenoexcept |
Definition at line 364 of file tool_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1435 of file tool_config.pb.h.
|
inline |
Definition at line 1480 of file tool_config.pb.h.
|
inline |
Definition at line 1485 of file tool_config.pb.h.
|
inline |
Definition at line 1472 of file tool_config.pb.h.
|
inline |
Definition at line 1476 of file tool_config.pb.h.
|
inline |
Definition at line 1061 of file tool_config.pb.h.
|
final |
|
final |
void goby::apps::zeromq::protobuf::PublishToolConfig::clear_app | ( | ) |
|
inline |
Definition at line 1229 of file tool_config.pb.h.
void goby::apps::zeromq::protobuf::PublishToolConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 1432 of file tool_config.pb.h.
|
inline |
Definition at line 1297 of file tool_config.pb.h.
|
inline |
Definition at line 1365 of file tool_config.pb.h.
void goby::apps::zeromq::protobuf::PublishToolConfig::CopyFrom | ( | const PublishToolConfig & | from | ) |
|
inlinestatic |
Definition at line 403 of file tool_config.pb.h.
|
inlinestatic |
Definition at line 394 of file tool_config.pb.h.
|
inlinefinal |
Definition at line 456 of file tool_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 397 of file tool_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 400 of file tool_config.pb.h.
|
inline |
Definition at line 1233 of file tool_config.pb.h.
|
inline |
Definition at line 1053 of file tool_config.pb.h.
|
inline |
Definition at line 1226 of file tool_config.pb.h.
|
inline |
Definition at line 1140 of file tool_config.pb.h.
|
inline |
Definition at line 1294 of file tool_config.pb.h.
|
inline |
Definition at line 1362 of file tool_config.pb.h.
|
inlinestatic |
Definition at line 406 of file tool_config.pb.h.
|
inline |
Definition at line 1148 of file tool_config.pb.h.
|
final |
|
inline |
Definition at line 1490 of file tool_config.pb.h.
|
inline |
Definition at line 1443 of file tool_config.pb.h.
|
inline |
Definition at line 1429 of file tool_config.pb.h.
|
inline |
Definition at line 443 of file tool_config.pb.h.
|
inline |
Definition at line 1108 of file tool_config.pb.h.
|
inline |
Definition at line 1244 of file tool_config.pb.h.
|
inline |
Definition at line 1195 of file tool_config.pb.h.
|
inline |
Definition at line 1495 of file tool_config.pb.h.
|
inline |
Definition at line 1447 of file tool_config.pb.h.
|
inline |
Definition at line 1312 of file tool_config.pb.h.
|
inline |
Definition at line 390 of file tool_config.pb.h.
|
inline |
Definition at line 1380 of file tool_config.pb.h.
|
inlinefinal |
Definition at line 437 of file tool_config.pb.h.
|
inline |
Definition at line 369 of file tool_config.pb.h.
|
inlinenoexcept |
Definition at line 373 of file tool_config.pb.h.
|
inline |
Definition at line 1078 of file tool_config.pb.h.
|
inline |
Definition at line 1260 of file tool_config.pb.h.
|
inline |
Definition at line 1165 of file tool_config.pb.h.
|
inline |
Definition at line 1328 of file tool_config.pb.h.
|
inline |
Definition at line 1396 of file tool_config.pb.h.
|
inline |
Definition at line 1113 of file tool_config.pb.h.
|
inline |
Definition at line 1274 of file tool_config.pb.h.
|
inline |
Definition at line 1200 of file tool_config.pb.h.
|
inline |
Definition at line 1342 of file tool_config.pb.h.
|
inline |
Definition at line 1410 of file tool_config.pb.h.
void goby::apps::zeromq::protobuf::PublishToolConfig::set_group | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1239 of file tool_config.pb.h.
|
inline |
Definition at line 1459 of file tool_config.pb.h.
|
inline |
Definition at line 1464 of file tool_config.pb.h.
|
inline |
Definition at line 1451 of file tool_config.pb.h.
|
inline |
Definition at line 1455 of file tool_config.pb.h.
void goby::apps::zeromq::protobuf::PublishToolConfig::set_type | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1307 of file tool_config.pb.h.
void goby::apps::zeromq::protobuf::PublishToolConfig::set_value | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1375 of file tool_config.pb.h.
|
inline |
Definition at line 416 of file tool_config.pb.h.
|
inline |
Definition at line 1301 of file tool_config.pb.h.
|
inline |
Definition at line 387 of file tool_config.pb.h.
|
inline |
Definition at line 1093 of file tool_config.pb.h.
|
inline |
Definition at line 1180 of file tool_config.pb.h.
|
inline |
Definition at line 1065 of file tool_config.pb.h.
|
inline |
Definition at line 1152 of file tool_config.pb.h.
|
inline |
Definition at line 429 of file tool_config.pb.h.
|
inline |
Definition at line 1369 of file tool_config.pb.h.
|
friend |
Definition at line 612 of file tool_config.pb.h.
|
friend |
Definition at line 465 of file tool_config.pb.h.
Definition at line 626 of file tool_config.pb.h.
|
friend |
Definition at line 413 of file tool_config.pb.h.
|
static |
Definition at line 474 of file tool_config.pb.h.
Impl_ goby::apps::zeromq::protobuf::PublishToolConfig::_impl_ |
Definition at line 625 of file tool_config.pb.h.
|
staticconstexpr |
Definition at line 410 of file tool_config.pb.h.