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

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

Inheritance diagram for goby::GobyMessageOptions:

Public Types

enum  : int { kConvertibleFromFieldNumber = 100 , kCfgFieldNumber = 200 }
 
typedef GobyMessageOptions_ConfigurationOptions ConfigurationOptions
 

Public Member Functions

 GobyMessageOptions ()
 
 ~GobyMessageOptions () override
 
PROTOBUF_CONSTEXPR GobyMessageOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GobyMessageOptions (const GobyMessageOptions &from)
 
 GobyMessageOptions (GobyMessageOptions &&from) noexcept
 
GobyMessageOptionsoperator= (const GobyMessageOptions &from)
 
GobyMessageOptionsoperator= (GobyMessageOptions &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMessageOptions *other)
 
void UnsafeArenaSwap (GobyMessageOptions *other)
 
GobyMessageOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GobyMessageOptions &from)
 
void MergeFrom (const GobyMessageOptions &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_convertible_from () const
 
void clear_convertible_from ()
 
const std::string & convertible_from () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_convertible_from (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_convertible_from ()
 
PROTOBUF_NODISCARD std::string * release_convertible_from ()
 
void set_allocated_convertible_from (std::string *convertible_from)
 
bool has_cfg () const
 
void clear_cfg ()
 
const ::goby::GobyMessageOptions_ConfigurationOptionscfg () const
 
PROTOBUF_NODISCARD::goby::GobyMessageOptions_ConfigurationOptions * release_cfg ()
 
::goby::GobyMessageOptions_ConfigurationOptionsmutable_cfg ()
 
void set_allocated_cfg (::goby::GobyMessageOptions_ConfigurationOptions *cfg)
 
void unsafe_arena_set_allocated_cfg (::goby::GobyMessageOptions_ConfigurationOptions *cfg)
 
::goby::GobyMessageOptions_ConfigurationOptionsunsafe_arena_release_cfg ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_convertible_from (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 GobyMessageOptionsdefault_instance ()
 
static const GobyMessageOptionsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ ConfigurationOptions

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kConvertibleFromFieldNumber 
kCfgFieldNumber 

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

Constructor & Destructor Documentation

◆ GobyMessageOptions() [1/5]

goby::GobyMessageOptions::GobyMessageOptions ( )
inline

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

◆ ~GobyMessageOptions()

goby::GobyMessageOptions::~GobyMessageOptions ( )
override

◆ GobyMessageOptions() [2/5]

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

◆ GobyMessageOptions() [3/5]

goby::GobyMessageOptions::GobyMessageOptions ( const GobyMessageOptions from)

◆ GobyMessageOptions() [4/5]

goby::GobyMessageOptions::GobyMessageOptions ( GobyMessageOptions &&  from)
inlinenoexcept

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

◆ GobyMessageOptions() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ cfg()

const ::goby::GobyMessageOptions_ConfigurationOptions & goby::GobyMessageOptions::cfg ( ) const
inline

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

◆ Clear()

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

◆ clear_cfg()

void goby::GobyMessageOptions::clear_cfg ( )
inline

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

◆ clear_convertible_from()

void goby::GobyMessageOptions::clear_convertible_from ( )
inline

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

◆ convertible_from()

const std::string & goby::GobyMessageOptions::convertible_from ( ) const
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_cfg()

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

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

◆ has_convertible_from()

bool goby::GobyMessageOptions::has_convertible_from ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_cfg()

goby::GobyMessageOptions_ConfigurationOptions * goby::GobyMessageOptions::mutable_cfg ( )
inline

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

◆ mutable_convertible_from()

std::string * goby::GobyMessageOptions::mutable_convertible_from ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_cfg()

goby::GobyMessageOptions_ConfigurationOptions * goby::GobyMessageOptions::release_cfg ( )
inline

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

◆ release_convertible_from()

std::string * goby::GobyMessageOptions::release_convertible_from ( )
inline

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

◆ set_allocated_cfg()

void goby::GobyMessageOptions::set_allocated_cfg ( ::goby::GobyMessageOptions_ConfigurationOptions cfg)
inline

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

◆ set_allocated_convertible_from()

void goby::GobyMessageOptions::set_allocated_convertible_from ( std::string *  convertible_from)
inline

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

◆ set_convertible_from() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::GobyMessageOptions::set_convertible_from ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_convertible_from() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::GobyMessageOptions::set_convertible_from ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_cfg()

goby::GobyMessageOptions_ConfigurationOptions * goby::GobyMessageOptions::unsafe_arena_release_cfg ( )
inline

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

◆ unsafe_arena_set_allocated_cfg()

void goby::GobyMessageOptions::unsafe_arena_set_allocated_cfg ( ::goby::GobyMessageOptions_ConfigurationOptions cfg)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fprotobuf_2foption_5fextensions_2eproto

◆ swap

void swap ( GobyMessageOptions a,
GobyMessageOptions b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::GobyMessageOptions::_class_data_
static

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

◆ _impl_

Impl_ goby::GobyMessageOptions::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::GobyMessageOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

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


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