Goby3 3.5.1
2026.06.04
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 840 of file app_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kExtraCliParamFieldNumber 

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

Constructor & Destructor Documentation

◆ AppConfig_Tool() [1/5]

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

Definition at line 843 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 848 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 1824 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 1869 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 1874 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 1861 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 1865 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 1821 of file app_config.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

Definition at line 878 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 1879 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 1832 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 1818 of file app_config.pb.h.

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ internal_default_instance()

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

Definition at line 890 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 927 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 1884 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 1836 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 874 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 921 of file app_config.pb.h.

◆ operator=() [1/2]

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

Definition at line 857 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 853 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 1848 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 1853 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 1840 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 1844 of file app_config.pb.h.

◆ Swap()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fapp_5fconfig_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fapp_5fconfig_2eproto
friend

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

◆ swap

void swap ( AppConfig_Tool & a,
AppConfig_Tool & b )
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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