Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::apps::middleware::protobuf::ProtobufToolConfig Class Referencefinal

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

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

Public Types

enum  : int { kAppFieldNumber = 1 , kActionFieldNumber = 2 }
typedef ProtobufToolConfig_Action Action

Public Member Functions

 ProtobufToolConfig ()
 ~ProtobufToolConfig () override
PROTOBUF_CONSTEXPR ProtobufToolConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 ProtobufToolConfig (const ProtobufToolConfig &from)
 ProtobufToolConfig (ProtobufToolConfig &&from) noexcept
ProtobufToolConfigoperator= (const ProtobufToolConfig &from)
ProtobufToolConfigoperator= (ProtobufToolConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (ProtobufToolConfig *other)
void UnsafeArenaSwap (ProtobufToolConfig *other)
ProtobufToolConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const ProtobufToolConfig &from)
void MergeFrom (const ProtobufToolConfig &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
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 ()
bool has_action () const
void clear_action ()
::goby::apps::middleware::protobuf::ProtobufToolConfig_Action action () const
void set_action (::goby::apps::middleware::protobuf::ProtobufToolConfig_Action value)

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 ProtobufToolConfigdefault_instance ()
static const ProtobufToolConfiginternal_default_instance ()
static bool Action_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Action_descriptor ()
template<typename T>
static const std::string & Action_Name (T enum_t_value)
static bool Action_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Action *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr Action help
static constexpr Action show
static constexpr Action Action_MIN
static constexpr Action Action_MAX
static constexpr int Action_ARRAYSIZE

Protected Member Functions

 ProtobufToolConfig (::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 (ProtobufToolConfig &a, ProtobufToolConfig &b)

Detailed Description

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

Member Typedef Documentation

◆ Action

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kActionFieldNumber 

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

Constructor & Destructor Documentation

◆ ProtobufToolConfig() [1/5]

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

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

◆ ~ProtobufToolConfig()

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

◆ ProtobufToolConfig() [2/5]

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

◆ ProtobufToolConfig() [3/5]

goby::apps::middleware::protobuf::ProtobufToolConfig::ProtobufToolConfig ( const ProtobufToolConfig & from)

◆ ProtobufToolConfig() [4/5]

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

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

◆ ProtobufToolConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ action()

goby::apps::middleware::protobuf::ProtobufToolConfig_Action goby::apps::middleware::protobuf::ProtobufToolConfig::action ( ) const
inline

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

◆ Action_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::apps::middleware::protobuf::ProtobufToolConfig::Action_descriptor ( )
inlinestatic

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

◆ Action_IsValid()

bool goby::apps::middleware::protobuf::ProtobufToolConfig::Action_IsValid ( int value)
inlinestatic

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

◆ Action_Name()

template<typename T>
const std::string & goby::apps::middleware::protobuf::ProtobufToolConfig::Action_Name ( T enum_t_value)
inlinestatic

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

◆ Action_Parse()

bool goby::apps::middleware::protobuf::ProtobufToolConfig::Action_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
Action * value )
inlinestatic

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

◆ app()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_action()

void goby::apps::middleware::protobuf::ProtobufToolConfig::clear_action ( )
inline

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

◆ clear_app()

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

◆ CopyFrom()

void goby::apps::middleware::protobuf::ProtobufToolConfig::CopyFrom ( const ProtobufToolConfig & from)

◆ default_instance()

const ProtobufToolConfig & goby::apps::middleware::protobuf::ProtobufToolConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_action()

bool goby::apps::middleware::protobuf::ProtobufToolConfig::has_action ( ) const
inline

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

◆ has_app()

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

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

◆ internal_default_instance()

const ProtobufToolConfig * goby::apps::middleware::protobuf::ProtobufToolConfig::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_app()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_app()

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

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

◆ set_action()

void goby::apps::middleware::protobuf::ProtobufToolConfig::set_action ( ::goby::apps::middleware::protobuf::ProtobufToolConfig_Action value)
inline

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

◆ set_allocated_app()

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

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

◆ Swap()

void goby::apps::middleware::protobuf::ProtobufToolConfig::Swap ( ProtobufToolConfig * other)
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

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

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

◆ unsafe_arena_set_allocated_app()

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

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

◆ UnsafeArenaSwap()

void goby::apps::middleware::protobuf::ProtobufToolConfig::UnsafeArenaSwap ( ProtobufToolConfig * other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2fmarshalling_2fprotobuf_2eproto

friend struct ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2fmarshalling_2fprotobuf_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::apps::middleware::protobuf::ProtobufToolConfig::_impl_

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

◆ Action_ARRAYSIZE

int goby::apps::middleware::protobuf::ProtobufToolConfig::Action_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ Action_MAX

Action goby::apps::middleware::protobuf::ProtobufToolConfig::Action_MAX
staticconstexpr
Initial value:
=
constexpr ProtobufToolConfig_Action ProtobufToolConfig_Action_Action_MAX
Definition protobuf.pb.h:83

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

◆ Action_MIN

Action goby::apps::middleware::protobuf::ProtobufToolConfig::Action_MIN
staticconstexpr
Initial value:
=
constexpr ProtobufToolConfig_Action ProtobufToolConfig_Action_Action_MIN
Definition protobuf.pb.h:82

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

◆ help

Action goby::apps::middleware::protobuf::ProtobufToolConfig::help
staticconstexpr
Initial value:

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

◆ kIndexInFileMessages

int goby::apps::middleware::protobuf::ProtobufToolConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ show

Action goby::apps::middleware::protobuf::ProtobufToolConfig::show
staticconstexpr
Initial value:

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


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