Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::GobyEnumValueOptions Class Referencefinal

#include <goby/protobuf/option_extensions.pb.h>

Inheritance diagram for goby::GobyEnumValueOptions:

Public Types

enum  : int { kCfgFieldNumber = 200 }
 
typedef GobyEnumValueOptions_ConfigurationOptions ConfigurationOptions
 

Public Member Functions

 GobyEnumValueOptions ()
 
 ~GobyEnumValueOptions () override
 
PROTOBUF_CONSTEXPR GobyEnumValueOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GobyEnumValueOptions (const GobyEnumValueOptions &from)
 
 GobyEnumValueOptions (GobyEnumValueOptions &&from) noexcept
 
GobyEnumValueOptionsoperator= (const GobyEnumValueOptions &from)
 
GobyEnumValueOptionsoperator= (GobyEnumValueOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyEnumValueOptions *other)
 
void UnsafeArenaSwap (GobyEnumValueOptions *other)
 
GobyEnumValueOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GobyEnumValueOptions &from)
 
void MergeFrom (const GobyEnumValueOptions &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_cfg () const
 
void clear_cfg ()
 
const ::goby::GobyEnumValueOptions_ConfigurationOptionscfg () const
 
PROTOBUF_NODISCARD::goby::GobyEnumValueOptions_ConfigurationOptions * release_cfg ()
 
::goby::GobyEnumValueOptions_ConfigurationOptionsmutable_cfg ()
 
void set_allocated_cfg (::goby::GobyEnumValueOptions_ConfigurationOptions *cfg)
 
void unsafe_arena_set_allocated_cfg (::goby::GobyEnumValueOptions_ConfigurationOptions *cfg)
 
::goby::GobyEnumValueOptions_ConfigurationOptionsunsafe_arena_release_cfg ()
 

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 GobyEnumValueOptionsdefault_instance ()
 
static const GobyEnumValueOptionsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1564 of file option_extensions.pb.h.

Member Typedef Documentation

◆ ConfigurationOptions

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCfgFieldNumber 

Definition at line 1693 of file option_extensions.pb.h.

Constructor & Destructor Documentation

◆ GobyEnumValueOptions() [1/5]

goby::GobyEnumValueOptions::GobyEnumValueOptions ( )
inline

Definition at line 1567 of file option_extensions.pb.h.

◆ ~GobyEnumValueOptions()

goby::GobyEnumValueOptions::~GobyEnumValueOptions ( )
override

◆ GobyEnumValueOptions() [2/5]

PROTOBUF_CONSTEXPR goby::GobyEnumValueOptions::GobyEnumValueOptions ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ GobyEnumValueOptions() [3/5]

goby::GobyEnumValueOptions::GobyEnumValueOptions ( const GobyEnumValueOptions from)

◆ GobyEnumValueOptions() [4/5]

goby::GobyEnumValueOptions::GobyEnumValueOptions ( GobyEnumValueOptions &&  from)
inlinenoexcept

Definition at line 1572 of file option_extensions.pb.h.

◆ GobyEnumValueOptions() [5/5]

goby::GobyEnumValueOptions::GobyEnumValueOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::GobyEnumValueOptions::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::GobyEnumValueOptions::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::GobyEnumValueOptions::ByteSizeLong ( ) const
final

◆ cfg()

const ::goby::GobyEnumValueOptions_ConfigurationOptions & goby::GobyEnumValueOptions::cfg ( ) const
inline

Definition at line 3026 of file option_extensions.pb.h.

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::GobyEnumValueOptions::Clear ( )
final

◆ clear_cfg()

void goby::GobyEnumValueOptions::clear_cfg ( )
inline

Definition at line 3017 of file option_extensions.pb.h.

◆ CopyFrom()

void goby::GobyEnumValueOptions::CopyFrom ( const GobyEnumValueOptions from)

◆ default_instance()

static const GobyEnumValueOptions & goby::GobyEnumValueOptions::default_instance ( )
inlinestatic

Definition at line 1611 of file option_extensions.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::GobyEnumValueOptions::descriptor ( )
inlinestatic

Definition at line 1602 of file option_extensions.pb.h.

◆ GetCachedSize()

int goby::GobyEnumValueOptions::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::GobyEnumValueOptions::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::GobyEnumValueOptions::GetDescriptor ( )
inlinestatic

Definition at line 1605 of file option_extensions.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::GobyEnumValueOptions::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::GobyEnumValueOptions::GetReflection ( )
inlinestatic

Definition at line 1608 of file option_extensions.pb.h.

◆ has_cfg()

bool goby::GobyEnumValueOptions::has_cfg ( ) const
inline

Definition at line 3014 of file option_extensions.pb.h.

◆ internal_default_instance()

static const GobyEnumValueOptions * goby::GobyEnumValueOptions::internal_default_instance ( )
inlinestatic

Definition at line 1614 of file option_extensions.pb.h.

◆ IsInitialized()

bool goby::GobyEnumValueOptions::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::GobyEnumValueOptions::MergeFrom ( const GobyEnumValueOptions from)
inline

Definition at line 1651 of file option_extensions.pb.h.

◆ mutable_cfg()

goby::GobyEnumValueOptions_ConfigurationOptions * goby::GobyEnumValueOptions::mutable_cfg ( )
inline

Definition at line 3073 of file option_extensions.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::GobyEnumValueOptions::mutable_unknown_fields ( )
inline

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

◆ New()

GobyEnumValueOptions * goby::GobyEnumValueOptions::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

GobyEnumValueOptions & goby::GobyEnumValueOptions::operator= ( const GobyEnumValueOptions from)
inline

Definition at line 1577 of file option_extensions.pb.h.

◆ operator=() [2/2]

GobyEnumValueOptions & goby::GobyEnumValueOptions::operator= ( GobyEnumValueOptions &&  from)
inlinenoexcept

Definition at line 1581 of file option_extensions.pb.h.

◆ release_cfg()

goby::GobyEnumValueOptions_ConfigurationOptions * goby::GobyEnumValueOptions::release_cfg ( )
inline

Definition at line 3043 of file option_extensions.pb.h.

◆ set_allocated_cfg()

void goby::GobyEnumValueOptions::set_allocated_cfg ( ::goby::GobyEnumValueOptions_ConfigurationOptions cfg)
inline

Definition at line 3078 of file option_extensions.pb.h.

◆ Swap()

void goby::GobyEnumValueOptions::Swap ( GobyEnumValueOptions other)
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::GobyEnumValueOptions::unknown_fields ( ) const
inline

Definition at line 1595 of file option_extensions.pb.h.

◆ unsafe_arena_release_cfg()

goby::GobyEnumValueOptions_ConfigurationOptions * goby::GobyEnumValueOptions::unsafe_arena_release_cfg ( )
inline

Definition at line 3058 of file option_extensions.pb.h.

◆ unsafe_arena_set_allocated_cfg()

void goby::GobyEnumValueOptions::unsafe_arena_set_allocated_cfg ( ::goby::GobyEnumValueOptions_ConfigurationOptions cfg)
inline

Definition at line 3030 of file option_extensions.pb.h.

◆ UnsafeArenaSwap()

void goby::GobyEnumValueOptions::UnsafeArenaSwap ( GobyEnumValueOptions other)
inline

Definition at line 1637 of file option_extensions.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 1718 of file option_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1673 of file option_extensions.pb.h.

◆ ::TableStruct_goby_2fprotobuf_2foption_5fextensions_2eproto

◆ swap

void swap ( GobyEnumValueOptions a,
GobyEnumValueOptions b 
)
friend

Definition at line 1621 of file option_extensions.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::GobyEnumValueOptions::_class_data_
static

Definition at line 1682 of file option_extensions.pb.h.

◆ _impl_

Impl_ goby::GobyEnumValueOptions::_impl_

Definition at line 1726 of file option_extensions.pb.h.

◆ kIndexInFileMessages

constexpr int goby::GobyEnumValueOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

Definition at line 1618 of file option_extensions.pb.h.


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