Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::middleware::protobuf::ProtobufShowToolConfig Class Referencefinal

#include <goby/apps/middleware/goby_tool/marshalling/protobuf.pb.h>

Inheritance diagram for goby::apps::middleware::protobuf::ProtobufShowToolConfig:

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
 
ProtobufShowToolConfigoperator= (const ProtobufShowToolConfig &from)
 
ProtobufShowToolConfigoperator= (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)
 
ProtobufShowToolConfigNew (::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::AppConfigapp () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfigunsafe_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 ProtobufShowToolConfigdefault_instance ()
 
static const ProtobufShowToolConfiginternal_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)
 

Detailed Description

Definition at line 312 of file protobuf.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kLoadSharedLibraryFieldNumber 
kPackageNameFieldNumber 
kAppFieldNumber 

Definition at line 439 of file protobuf.pb.h.

Constructor & Destructor Documentation

◆ ProtobufShowToolConfig() [1/5]

goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig ( )
inline

Definition at line 315 of file protobuf.pb.h.

◆ ~ProtobufShowToolConfig()

goby::apps::middleware::protobuf::ProtobufShowToolConfig::~ProtobufShowToolConfig ( )
override

◆ ProtobufShowToolConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ProtobufShowToolConfig() [3/5]

goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig ( const ProtobufShowToolConfig from)

◆ ProtobufShowToolConfig() [4/5]

goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig ( ProtobufShowToolConfig &&  from)
inlinenoexcept

Definition at line 320 of file protobuf.pb.h.

◆ ProtobufShowToolConfig() [5/5]

goby::apps::middleware::protobuf::ProtobufShowToolConfig::ProtobufShowToolConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::middleware::protobuf::ProtobufShowToolConfig::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::apps::middleware::protobuf::ProtobufShowToolConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_load_shared_library() [1/5]

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_load_shared_library ( )
inline

Definition at line 918 of file protobuf.pb.h.

◆ add_load_shared_library() [2/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_load_shared_library ( const char *  value)
inline

Definition at line 963 of file protobuf.pb.h.

◆ add_load_shared_library() [3/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_load_shared_library ( const char *  value,
size_t  size 
)
inline

Definition at line 968 of file protobuf.pb.h.

◆ add_load_shared_library() [4/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_load_shared_library ( const std::string &  value)
inline

Definition at line 955 of file protobuf.pb.h.

◆ add_load_shared_library() [5/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_load_shared_library ( std::string &&  value)
inline

Definition at line 959 of file protobuf.pb.h.

◆ add_name() [1/5]

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_name ( )
inline

Definition at line 775 of file protobuf.pb.h.

◆ add_name() [2/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_name ( const char *  value)
inline

Definition at line 820 of file protobuf.pb.h.

◆ add_name() [3/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_name ( const char *  value,
size_t  size 
)
inline

Definition at line 825 of file protobuf.pb.h.

◆ add_name() [4/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_name ( const std::string &  value)
inline

Definition at line 812 of file protobuf.pb.h.

◆ add_name() [5/5]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::add_name ( std::string &&  value)
inline

Definition at line 816 of file protobuf.pb.h.

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::middleware::protobuf::ProtobufShowToolConfig::app ( ) const
inline

Definition at line 692 of file protobuf.pb.h.

◆ ByteSizeLong()

size_t goby::apps::middleware::protobuf::ProtobufShowToolConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::middleware::protobuf::ProtobufShowToolConfig::Clear ( )
final

◆ clear_app()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::clear_app ( )

◆ clear_load_shared_library()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::clear_load_shared_library ( )
inline

Definition at line 915 of file protobuf.pb.h.

◆ clear_name()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::clear_name ( )
inline

Definition at line 772 of file protobuf.pb.h.

◆ clear_package_name()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::clear_package_name ( )
inline

Definition at line 848 of file protobuf.pb.h.

◆ CopyFrom()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::CopyFrom ( const ProtobufShowToolConfig from)

◆ default_instance()

static const ProtobufShowToolConfig & goby::apps::middleware::protobuf::ProtobufShowToolConfig::default_instance ( )
inlinestatic

Definition at line 359 of file protobuf.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::ProtobufShowToolConfig::descriptor ( )
inlinestatic

Definition at line 350 of file protobuf.pb.h.

◆ GetCachedSize()

int goby::apps::middleware::protobuf::ProtobufShowToolConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 412 of file protobuf.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::middleware::protobuf::ProtobufShowToolConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::ProtobufShowToolConfig::GetDescriptor ( )
inlinestatic

Definition at line 353 of file protobuf.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::middleware::protobuf::ProtobufShowToolConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::middleware::protobuf::ProtobufShowToolConfig::GetReflection ( )
inlinestatic

Definition at line 356 of file protobuf.pb.h.

◆ has_app()

bool goby::apps::middleware::protobuf::ProtobufShowToolConfig::has_app ( ) const
inline

Definition at line 684 of file protobuf.pb.h.

◆ has_package_name()

bool goby::apps::middleware::protobuf::ProtobufShowToolConfig::has_package_name ( ) const
inline

Definition at line 845 of file protobuf.pb.h.

◆ internal_default_instance()

static const ProtobufShowToolConfig * goby::apps::middleware::protobuf::ProtobufShowToolConfig::internal_default_instance ( )
inlinestatic

Definition at line 362 of file protobuf.pb.h.

◆ IsInitialized()

bool goby::apps::middleware::protobuf::ProtobufShowToolConfig::IsInitialized ( ) const
final

◆ load_shared_library() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::middleware::protobuf::ProtobufShowToolConfig::load_shared_library ( ) const
inline

Definition at line 973 of file protobuf.pb.h.

◆ load_shared_library() [2/2]

const std::string & goby::apps::middleware::protobuf::ProtobufShowToolConfig::load_shared_library ( int  index) const
inline

Definition at line 926 of file protobuf.pb.h.

◆ load_shared_library_size()

int goby::apps::middleware::protobuf::ProtobufShowToolConfig::load_shared_library_size ( ) const
inline

Definition at line 912 of file protobuf.pb.h.

◆ MergeFrom()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::MergeFrom ( const ProtobufShowToolConfig from)
inline

Definition at line 399 of file protobuf.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_app ( )
inline

Definition at line 739 of file protobuf.pb.h.

◆ mutable_load_shared_library() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_load_shared_library ( )
inline

Definition at line 978 of file protobuf.pb.h.

◆ mutable_load_shared_library() [2/2]

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_load_shared_library ( int  index)
inline

Definition at line 930 of file protobuf.pb.h.

◆ mutable_name() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_name ( )
inline

Definition at line 835 of file protobuf.pb.h.

◆ mutable_name() [2/2]

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_name ( int  index)
inline

Definition at line 787 of file protobuf.pb.h.

◆ mutable_package_name()

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_package_name ( )
inline

Definition at line 863 of file protobuf.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::middleware::protobuf::ProtobufShowToolConfig::mutable_unknown_fields ( )
inline

Definition at line 346 of file protobuf.pb.h.

◆ name() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::middleware::protobuf::ProtobufShowToolConfig::name ( ) const
inline

Definition at line 830 of file protobuf.pb.h.

◆ name() [2/2]

const std::string & goby::apps::middleware::protobuf::ProtobufShowToolConfig::name ( int  index) const
inline

Definition at line 783 of file protobuf.pb.h.

◆ name_size()

int goby::apps::middleware::protobuf::ProtobufShowToolConfig::name_size ( ) const
inline

Definition at line 769 of file protobuf.pb.h.

◆ New()

ProtobufShowToolConfig * goby::apps::middleware::protobuf::ProtobufShowToolConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 393 of file protobuf.pb.h.

◆ operator=() [1/2]

ProtobufShowToolConfig & goby::apps::middleware::protobuf::ProtobufShowToolConfig::operator= ( const ProtobufShowToolConfig from)
inline

Definition at line 325 of file protobuf.pb.h.

◆ operator=() [2/2]

ProtobufShowToolConfig & goby::apps::middleware::protobuf::ProtobufShowToolConfig::operator= ( ProtobufShowToolConfig &&  from)
inlinenoexcept

Definition at line 329 of file protobuf.pb.h.

◆ package_name()

const std::string & goby::apps::middleware::protobuf::ProtobufShowToolConfig::package_name ( ) const
inline

Definition at line 852 of file protobuf.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::ProtobufShowToolConfig::release_app ( )
inline

Definition at line 709 of file protobuf.pb.h.

◆ release_package_name()

std::string * goby::apps::middleware::protobuf::ProtobufShowToolConfig::release_package_name ( )
inline

Definition at line 879 of file protobuf.pb.h.

◆ set_allocated_app()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 744 of file protobuf.pb.h.

◆ set_allocated_package_name()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_allocated_package_name ( std::string *  package_name)
inline

Definition at line 893 of file protobuf.pb.h.

◆ set_load_shared_library() [1/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_load_shared_library ( int  index,
const char *  value 
)
inline

Definition at line 942 of file protobuf.pb.h.

◆ set_load_shared_library() [2/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_load_shared_library ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 947 of file protobuf.pb.h.

◆ set_load_shared_library() [3/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_load_shared_library ( int  index,
const std::string &  value 
)
inline

Definition at line 934 of file protobuf.pb.h.

◆ set_load_shared_library() [4/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_load_shared_library ( int  index,
std::string &&  value 
)
inline

Definition at line 938 of file protobuf.pb.h.

◆ set_name() [1/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_name ( int  index,
const char *  value 
)
inline

Definition at line 799 of file protobuf.pb.h.

◆ set_name() [2/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_name ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 804 of file protobuf.pb.h.

◆ set_name() [3/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_name ( int  index,
const std::string &  value 
)
inline

Definition at line 791 of file protobuf.pb.h.

◆ set_name() [4/4]

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_name ( int  index,
std::string &&  value 
)
inline

Definition at line 795 of file protobuf.pb.h.

◆ set_package_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_package_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_package_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::ProtobufShowToolConfig::set_package_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 858 of file protobuf.pb.h.

◆ Swap()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::Swap ( ProtobufShowToolConfig other)
inline

Definition at line 372 of file protobuf.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::middleware::protobuf::ProtobufShowToolConfig::unknown_fields ( ) const
inline

Definition at line 343 of file protobuf.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::ProtobufShowToolConfig::unsafe_arena_release_app ( )
inline

Definition at line 724 of file protobuf.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 696 of file protobuf.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::middleware::protobuf::ProtobufShowToolConfig::UnsafeArenaSwap ( ProtobufShowToolConfig other)
inline

Definition at line 385 of file protobuf.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 533 of file protobuf.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 421 of file protobuf.pb.h.

◆ ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2fmarshalling_2fprotobuf_2eproto

◆ swap

void swap ( ProtobufShowToolConfig a,
ProtobufShowToolConfig b 
)
friend

Definition at line 369 of file protobuf.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::middleware::protobuf::ProtobufShowToolConfig::_class_data_
static

Definition at line 430 of file protobuf.pb.h.

◆ _impl_

Impl_ goby::apps::middleware::protobuf::ProtobufShowToolConfig::_impl_

Definition at line 544 of file protobuf.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::middleware::protobuf::ProtobufShowToolConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 366 of file protobuf.pb.h.


The documentation for this class was generated from the following file: