Goby3 3.2.3
2025.05.13
|
#include <goby/apps/middleware/goby_tool/marshalling/protobuf.pb.h>
Public Types | |
enum | : int { kNameFieldNumber = 2 , kLoadSharedLibraryFieldNumber = 10 , kPackageNameFieldNumber = 3 , kAppFieldNumber = 1 } |
Public Member Functions | |
ProtobufShowToolConfig () | |
~ProtobufShowToolConfig () override | |
PROTOBUF_CONSTEXPR | ProtobufShowToolConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
ProtobufShowToolConfig (const ProtobufShowToolConfig &from) | |
ProtobufShowToolConfig (ProtobufShowToolConfig &&from) noexcept | |
ProtobufShowToolConfig & | operator= (const ProtobufShowToolConfig &from) |
ProtobufShowToolConfig & | operator= (ProtobufShowToolConfig &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (ProtobufShowToolConfig *other) |
void | UnsafeArenaSwap (ProtobufShowToolConfig *other) |
ProtobufShowToolConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const ProtobufShowToolConfig &from) |
void | MergeFrom (const ProtobufShowToolConfig &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 | name_size () const |
void | clear_name () |
const std::string & | name (int index) const |
std::string * | mutable_name (int index) |
void | set_name (int index, const std::string &value) |
void | set_name (int index, std::string &&value) |
void | set_name (int index, const char *value) |
void | set_name (int index, const char *value, size_t size) |
std::string * | add_name () |
void | add_name (const std::string &value) |
void | add_name (std::string &&value) |
void | add_name (const char *value) |
void | add_name (const char *value, size_t size) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | name () const |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_name () |
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_package_name () const |
void | clear_package_name () |
const std::string & | package_name () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_package_name (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_package_name () |
PROTOBUF_NODISCARD std::string * | release_package_name () |
void | set_allocated_package_name (std::string *package_name) |
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 () |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_package_name (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 ProtobufShowToolConfig & | default_instance () |
static const ProtobufShowToolConfig * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
ProtobufShowToolConfig (::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_2fapps_2fmiddleware_2fgoby_5ftool_2fmarshalling_2fprotobuf_2eproto |
void | swap (ProtobufShowToolConfig &a, ProtobufShowToolConfig &b) |
Definition at line 312 of file protobuf.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kNameFieldNumber | |
kLoadSharedLibraryFieldNumber | |
kPackageNameFieldNumber | |
kAppFieldNumber |
Definition at line 439 of file protobuf.pb.h.
|
inline |
Definition at line 315 of file protobuf.pb.h.
|
override |
|
explicit |
goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig | ( | const ProtobufShowToolConfig & | from | ) |
|
inlinenoexcept |
Definition at line 320 of file protobuf.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 918 of file protobuf.pb.h.
|
inline |
Definition at line 963 of file protobuf.pb.h.
|
inline |
Definition at line 968 of file protobuf.pb.h.
|
inline |
Definition at line 955 of file protobuf.pb.h.
|
inline |
Definition at line 959 of file protobuf.pb.h.
|
inline |
Definition at line 775 of file protobuf.pb.h.
|
inline |
Definition at line 820 of file protobuf.pb.h.
|
inline |
Definition at line 825 of file protobuf.pb.h.
|
inline |
Definition at line 812 of file protobuf.pb.h.
|
inline |
Definition at line 816 of file protobuf.pb.h.
|
inline |
Definition at line 692 of file protobuf.pb.h.
|
final |
|
final |
void goby::apps::middleware::protobuf::ProtobufShowToolConfig::clear_app | ( | ) |
|
inline |
Definition at line 915 of file protobuf.pb.h.
|
inline |
Definition at line 772 of file protobuf.pb.h.
|
inline |
Definition at line 848 of file protobuf.pb.h.
void goby::apps::middleware::protobuf::ProtobufShowToolConfig::CopyFrom | ( | const ProtobufShowToolConfig & | from | ) |
|
inlinestatic |
Definition at line 359 of file protobuf.pb.h.
|
inlinestatic |
Definition at line 350 of file protobuf.pb.h.
|
inlinefinal |
Definition at line 412 of file protobuf.pb.h.
|
final |
|
inlinestatic |
Definition at line 353 of file protobuf.pb.h.
|
final |
|
inlinestatic |
Definition at line 356 of file protobuf.pb.h.
|
inline |
Definition at line 684 of file protobuf.pb.h.
|
inline |
Definition at line 845 of file protobuf.pb.h.
|
inlinestatic |
Definition at line 362 of file protobuf.pb.h.
|
final |
|
inline |
Definition at line 973 of file protobuf.pb.h.
|
inline |
Definition at line 926 of file protobuf.pb.h.
|
inline |
Definition at line 912 of file protobuf.pb.h.
|
inline |
Definition at line 399 of file protobuf.pb.h.
|
inline |
Definition at line 739 of file protobuf.pb.h.
|
inline |
Definition at line 978 of file protobuf.pb.h.
|
inline |
Definition at line 930 of file protobuf.pb.h.
|
inline |
Definition at line 835 of file protobuf.pb.h.
|
inline |
Definition at line 787 of file protobuf.pb.h.
|
inline |
Definition at line 863 of file protobuf.pb.h.
|
inline |
Definition at line 346 of file protobuf.pb.h.
|
inline |
Definition at line 830 of file protobuf.pb.h.
|
inline |
Definition at line 783 of file protobuf.pb.h.
|
inline |
Definition at line 769 of file protobuf.pb.h.
|
inlinefinal |
Definition at line 393 of file protobuf.pb.h.
|
inline |
Definition at line 325 of file protobuf.pb.h.
|
inlinenoexcept |
Definition at line 329 of file protobuf.pb.h.
|
inline |
Definition at line 852 of file protobuf.pb.h.
|
inline |
Definition at line 709 of file protobuf.pb.h.
|
inline |
Definition at line 879 of file protobuf.pb.h.
|
inline |
Definition at line 744 of file protobuf.pb.h.
|
inline |
Definition at line 893 of file protobuf.pb.h.
|
inline |
Definition at line 942 of file protobuf.pb.h.
|
inline |
Definition at line 947 of file protobuf.pb.h.
|
inline |
Definition at line 934 of file protobuf.pb.h.
|
inline |
Definition at line 938 of file protobuf.pb.h.
|
inline |
Definition at line 799 of file protobuf.pb.h.
|
inline |
Definition at line 804 of file protobuf.pb.h.
|
inline |
Definition at line 791 of file protobuf.pb.h.
|
inline |
Definition at line 795 of file protobuf.pb.h.
void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_package_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 858 of file protobuf.pb.h.
|
inline |
Definition at line 372 of file protobuf.pb.h.
|
inline |
Definition at line 343 of file protobuf.pb.h.
|
inline |
Definition at line 724 of file protobuf.pb.h.
|
inline |
Definition at line 696 of file protobuf.pb.h.
|
inline |
Definition at line 385 of file protobuf.pb.h.
|
friend |
Definition at line 533 of file protobuf.pb.h.
|
friend |
Definition at line 421 of file protobuf.pb.h.
|
friend |
Definition at line 545 of file protobuf.pb.h.
|
friend |
Definition at line 369 of file protobuf.pb.h.
|
static |
Definition at line 430 of file protobuf.pb.h.
Impl_ goby::apps::middleware::protobuf::ProtobufShowToolConfig::_impl_ |
Definition at line 544 of file protobuf.pb.h.
|
staticconstexpr |
Definition at line 366 of file protobuf.pb.h.