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

#include <goby/middleware/protobuf/app_config.pb.h>

Inheritance diagram for goby::middleware::protobuf::AppConfig_Tool:

Public Types

enum  : int { kExtraCliParamFieldNumber = 1 }
 

Public Member Functions

 AppConfig_Tool ()
 
 ~AppConfig_Tool () override
 
PROTOBUF_CONSTEXPR AppConfig_Tool (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AppConfig_Tool (const AppConfig_Tool &from)
 
 AppConfig_Tool (AppConfig_Tool &&from) noexcept
 
AppConfig_Tooloperator= (const AppConfig_Tool &from)
 
AppConfig_Tooloperator= (AppConfig_Tool &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AppConfig_Tool *other)
 
void UnsafeArenaSwap (AppConfig_Tool *other)
 
AppConfig_ToolNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const AppConfig_Tool &from)
 
void MergeFrom (const AppConfig_Tool &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 extra_cli_param_size () const
 
void clear_extra_cli_param ()
 
const std::string & extra_cli_param (int index) const
 
std::string * mutable_extra_cli_param (int index)
 
void set_extra_cli_param (int index, const std::string &value)
 
void set_extra_cli_param (int index, std::string &&value)
 
void set_extra_cli_param (int index, const char *value)
 
void set_extra_cli_param (int index, const char *value, size_t size)
 
std::string * add_extra_cli_param ()
 
void add_extra_cli_param (const std::string &value)
 
void add_extra_cli_param (std::string &&value)
 
void add_extra_cli_param (const char *value)
 
void add_extra_cli_param (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & extra_cli_param () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_extra_cli_param ()
 

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 AppConfig_Tooldefault_instance ()
 
static const AppConfig_Toolinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 AppConfig_Tool (::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_2fapp_5fconfig_2eproto
 
void swap (AppConfig_Tool &a, AppConfig_Tool &b)
 

Detailed Description

Definition at line 836 of file app_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kExtraCliParamFieldNumber 

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

Constructor & Destructor Documentation

◆ AppConfig_Tool() [1/5]

goby::middleware::protobuf::AppConfig_Tool::AppConfig_Tool ( )
inline

Definition at line 839 of file app_config.pb.h.

◆ ~AppConfig_Tool()

goby::middleware::protobuf::AppConfig_Tool::~AppConfig_Tool ( )
override

◆ AppConfig_Tool() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::AppConfig_Tool::AppConfig_Tool ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ AppConfig_Tool() [3/5]

goby::middleware::protobuf::AppConfig_Tool::AppConfig_Tool ( const AppConfig_Tool from)

◆ AppConfig_Tool() [4/5]

goby::middleware::protobuf::AppConfig_Tool::AppConfig_Tool ( AppConfig_Tool &&  from)
inlinenoexcept

Definition at line 844 of file app_config.pb.h.

◆ AppConfig_Tool() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_extra_cli_param() [1/5]

std::string * goby::middleware::protobuf::AppConfig_Tool::add_extra_cli_param ( )
inline

Definition at line 1604 of file app_config.pb.h.

◆ add_extra_cli_param() [2/5]

void goby::middleware::protobuf::AppConfig_Tool::add_extra_cli_param ( const char *  value)
inline

Definition at line 1649 of file app_config.pb.h.

◆ add_extra_cli_param() [3/5]

void goby::middleware::protobuf::AppConfig_Tool::add_extra_cli_param ( const char *  value,
size_t  size 
)
inline

Definition at line 1654 of file app_config.pb.h.

◆ add_extra_cli_param() [4/5]

void goby::middleware::protobuf::AppConfig_Tool::add_extra_cli_param ( const std::string &  value)
inline

Definition at line 1641 of file app_config.pb.h.

◆ add_extra_cli_param() [5/5]

void goby::middleware::protobuf::AppConfig_Tool::add_extra_cli_param ( std::string &&  value)
inline

Definition at line 1645 of file app_config.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::AppConfig_Tool::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::AppConfig_Tool::Clear ( )
final

◆ clear_extra_cli_param()

void goby::middleware::protobuf::AppConfig_Tool::clear_extra_cli_param ( )
inline

Definition at line 1601 of file app_config.pb.h.

◆ CopyFrom()

void goby::middleware::protobuf::AppConfig_Tool::CopyFrom ( const AppConfig_Tool from)

◆ default_instance()

static const AppConfig_Tool & goby::middleware::protobuf::AppConfig_Tool::default_instance ( )
inlinestatic

Definition at line 883 of file app_config.pb.h.

◆ descriptor()

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

Definition at line 874 of file app_config.pb.h.

◆ extra_cli_param() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::middleware::protobuf::AppConfig_Tool::extra_cli_param ( ) const
inline

Definition at line 1659 of file app_config.pb.h.

◆ extra_cli_param() [2/2]

const std::string & goby::middleware::protobuf::AppConfig_Tool::extra_cli_param ( int  index) const
inline

Definition at line 1612 of file app_config.pb.h.

◆ extra_cli_param_size()

int goby::middleware::protobuf::AppConfig_Tool::extra_cli_param_size ( ) const
inline

Definition at line 1598 of file app_config.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::AppConfig_Tool::GetCachedSize ( ) const
inlinefinal

Definition at line 936 of file app_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 877 of file app_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::AppConfig_Tool::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 880 of file app_config.pb.h.

◆ internal_default_instance()

static const AppConfig_Tool * goby::middleware::protobuf::AppConfig_Tool::internal_default_instance ( )
inlinestatic

Definition at line 886 of file app_config.pb.h.

◆ IsInitialized()

bool goby::middleware::protobuf::AppConfig_Tool::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::protobuf::AppConfig_Tool::MergeFrom ( const AppConfig_Tool from)
inline

Definition at line 923 of file app_config.pb.h.

◆ mutable_extra_cli_param() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::middleware::protobuf::AppConfig_Tool::mutable_extra_cli_param ( )
inline

Definition at line 1664 of file app_config.pb.h.

◆ mutable_extra_cli_param() [2/2]

std::string * goby::middleware::protobuf::AppConfig_Tool::mutable_extra_cli_param ( int  index)
inline

Definition at line 1616 of file app_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::AppConfig_Tool::mutable_unknown_fields ( )
inline

Definition at line 870 of file app_config.pb.h.

◆ New()

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

Definition at line 917 of file app_config.pb.h.

◆ operator=() [1/2]

AppConfig_Tool & goby::middleware::protobuf::AppConfig_Tool::operator= ( AppConfig_Tool &&  from)
inlinenoexcept

Definition at line 853 of file app_config.pb.h.

◆ operator=() [2/2]

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

Definition at line 849 of file app_config.pb.h.

◆ set_extra_cli_param() [1/4]

void goby::middleware::protobuf::AppConfig_Tool::set_extra_cli_param ( int  index,
const char *  value 
)
inline

Definition at line 1628 of file app_config.pb.h.

◆ set_extra_cli_param() [2/4]

void goby::middleware::protobuf::AppConfig_Tool::set_extra_cli_param ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 1633 of file app_config.pb.h.

◆ set_extra_cli_param() [3/4]

void goby::middleware::protobuf::AppConfig_Tool::set_extra_cli_param ( int  index,
const std::string &  value 
)
inline

Definition at line 1620 of file app_config.pb.h.

◆ set_extra_cli_param() [4/4]

void goby::middleware::protobuf::AppConfig_Tool::set_extra_cli_param ( int  index,
std::string &&  value 
)
inline

Definition at line 1624 of file app_config.pb.h.

◆ Swap()

void goby::middleware::protobuf::AppConfig_Tool::Swap ( AppConfig_Tool other)
inline

Definition at line 896 of file app_config.pb.h.

◆ unknown_fields()

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

Definition at line 867 of file app_config.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::AppConfig_Tool::UnsafeArenaSwap ( AppConfig_Tool other)
inline

Definition at line 909 of file app_config.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 994 of file app_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 945 of file app_config.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fapp_5fconfig_2eproto

◆ swap

void swap ( AppConfig_Tool a,
AppConfig_Tool b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::AppConfig_Tool::_class_data_
static

Definition at line 954 of file app_config.pb.h.

◆ _impl_

Impl_ goby::middleware::protobuf::AppConfig_Tool::_impl_

Definition at line 1001 of file app_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::AppConfig_Tool::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 890 of file app_config.pb.h.


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