Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer Class Referencefinal

#include <goby/zeromq/protobuf/liaison_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer:

Public Types

enum  : int { kGroupFieldNumber = 1 , kGroupNumericFieldNameFieldNumber = 3 , kGroupNumericFieldNumber = 2 , kLayerFieldNumber = 4 }
 

Public Member Functions

 ProtobufCommanderConfig_LoadProtobuf_GroupLayer ()
 
 ~ProtobufCommanderConfig_LoadProtobuf_GroupLayer () override
 
PROTOBUF_CONSTEXPR ProtobufCommanderConfig_LoadProtobuf_GroupLayer (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProtobufCommanderConfig_LoadProtobuf_GroupLayer (const ProtobufCommanderConfig_LoadProtobuf_GroupLayer &from)
 
 ProtobufCommanderConfig_LoadProtobuf_GroupLayer (ProtobufCommanderConfig_LoadProtobuf_GroupLayer &&from) noexcept
 
ProtobufCommanderConfig_LoadProtobuf_GroupLayeroperator= (const ProtobufCommanderConfig_LoadProtobuf_GroupLayer &from)
 
ProtobufCommanderConfig_LoadProtobuf_GroupLayeroperator= (ProtobufCommanderConfig_LoadProtobuf_GroupLayer &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProtobufCommanderConfig_LoadProtobuf_GroupLayer *other)
 
void UnsafeArenaSwap (ProtobufCommanderConfig_LoadProtobuf_GroupLayer *other)
 
ProtobufCommanderConfig_LoadProtobuf_GroupLayerNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProtobufCommanderConfig_LoadProtobuf_GroupLayer &from)
 
void MergeFrom (const ProtobufCommanderConfig_LoadProtobuf_GroupLayer &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_group () const
 
void clear_group ()
 
const std::string & group () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_group (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_group ()
 
PROTOBUF_NODISCARD std::string * release_group ()
 
void set_allocated_group (std::string *group)
 
bool has_group_numeric_field_name () const
 
void clear_group_numeric_field_name ()
 
const std::string & group_numeric_field_name () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_group_numeric_field_name (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_group_numeric_field_name ()
 
PROTOBUF_NODISCARD std::string * release_group_numeric_field_name ()
 
void set_allocated_group_numeric_field_name (std::string *group_numeric_field_name)
 
bool has_group_numeric () const
 
void clear_group_numeric ()
 
uint32_t group_numeric () const
 
void set_group_numeric (uint32_t value)
 
bool has_layer () const
 
void clear_layer ()
 
::goby::middleware::protobuf::Layer layer () const
 
void set_layer (::goby::middleware::protobuf::Layer value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_group (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_group_numeric_field_name (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 ProtobufCommanderConfig_LoadProtobuf_GroupLayerdefault_instance ()
 
static const ProtobufCommanderConfig_LoadProtobuf_GroupLayerinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 902 of file liaison_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGroupFieldNumber 
kGroupNumericFieldNameFieldNumber 
kGroupNumericFieldNumber 
kLayerFieldNumber 

Definition at line 1029 of file liaison_config.pb.h.

Constructor & Destructor Documentation

◆ ProtobufCommanderConfig_LoadProtobuf_GroupLayer() [1/5]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::ProtobufCommanderConfig_LoadProtobuf_GroupLayer ( )
inline

Definition at line 905 of file liaison_config.pb.h.

◆ ~ProtobufCommanderConfig_LoadProtobuf_GroupLayer()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::~ProtobufCommanderConfig_LoadProtobuf_GroupLayer ( )
override

◆ ProtobufCommanderConfig_LoadProtobuf_GroupLayer() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::ProtobufCommanderConfig_LoadProtobuf_GroupLayer ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ProtobufCommanderConfig_LoadProtobuf_GroupLayer() [3/5]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::ProtobufCommanderConfig_LoadProtobuf_GroupLayer ( const ProtobufCommanderConfig_LoadProtobuf_GroupLayer from)

◆ ProtobufCommanderConfig_LoadProtobuf_GroupLayer() [4/5]

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::ProtobufCommanderConfig_LoadProtobuf_GroupLayer ( ProtobufCommanderConfig_LoadProtobuf_GroupLayer &&  from)
inlinenoexcept

Definition at line 910 of file liaison_config.pb.h.

◆ ProtobufCommanderConfig_LoadProtobuf_GroupLayer() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::Clear ( )
final

◆ clear_group()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::clear_group ( )
inline

Definition at line 5192 of file liaison_config.pb.h.

◆ clear_group_numeric()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::clear_group_numeric ( )
inline

Definition at line 5260 of file liaison_config.pb.h.

◆ clear_group_numeric_field_name()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::clear_group_numeric_field_name ( )
inline

Definition at line 5288 of file liaison_config.pb.h.

◆ clear_layer()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::clear_layer ( )
inline

Definition at line 5356 of file liaison_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::CopyFrom ( const ProtobufCommanderConfig_LoadProtobuf_GroupLayer from)

◆ default_instance()

static const ProtobufCommanderConfig_LoadProtobuf_GroupLayer & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::default_instance ( )
inlinestatic

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::GetCachedSize ( ) const
inlinefinal

Definition at line 1002 of file liaison_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::GetDescriptor ( )
inlinestatic

Definition at line 943 of file liaison_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::GetReflection ( )
inlinestatic

Definition at line 946 of file liaison_config.pb.h.

◆ group()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::group ( ) const
inline

Definition at line 5196 of file liaison_config.pb.h.

◆ group_numeric()

uint32_t goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::group_numeric ( ) const
inline

Definition at line 5267 of file liaison_config.pb.h.

◆ group_numeric_field_name()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::group_numeric_field_name ( ) const
inline

Definition at line 5292 of file liaison_config.pb.h.

◆ has_group()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::has_group ( ) const
inline

Definition at line 5189 of file liaison_config.pb.h.

◆ has_group_numeric()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::has_group_numeric ( ) const
inline

Definition at line 5257 of file liaison_config.pb.h.

◆ has_group_numeric_field_name()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::has_group_numeric_field_name ( ) const
inline

Definition at line 5285 of file liaison_config.pb.h.

◆ has_layer()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::has_layer ( ) const
inline

Definition at line 5353 of file liaison_config.pb.h.

◆ internal_default_instance()

static const ProtobufCommanderConfig_LoadProtobuf_GroupLayer * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::internal_default_instance ( )
inlinestatic

Definition at line 952 of file liaison_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::IsInitialized ( ) const
final

◆ layer()

goby::middleware::protobuf::Layer goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::layer ( ) const
inline

Definition at line 5363 of file liaison_config.pb.h.

◆ MergeFrom()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::MergeFrom ( const ProtobufCommanderConfig_LoadProtobuf_GroupLayer from)
inline

Definition at line 989 of file liaison_config.pb.h.

◆ mutable_group()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::mutable_group ( )
inline

Definition at line 5207 of file liaison_config.pb.h.

◆ mutable_group_numeric_field_name()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::mutable_group_numeric_field_name ( )
inline

Definition at line 5303 of file liaison_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::mutable_unknown_fields ( )
inline

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

◆ New()

ProtobufCommanderConfig_LoadProtobuf_GroupLayer * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 983 of file liaison_config.pb.h.

◆ operator=() [1/2]

ProtobufCommanderConfig_LoadProtobuf_GroupLayer & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::operator= ( const ProtobufCommanderConfig_LoadProtobuf_GroupLayer from)
inline

Definition at line 915 of file liaison_config.pb.h.

◆ operator=() [2/2]

ProtobufCommanderConfig_LoadProtobuf_GroupLayer & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::operator= ( ProtobufCommanderConfig_LoadProtobuf_GroupLayer &&  from)
inlinenoexcept

Definition at line 919 of file liaison_config.pb.h.

◆ release_group()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::release_group ( )
inline

Definition at line 5223 of file liaison_config.pb.h.

◆ release_group_numeric_field_name()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::release_group_numeric_field_name ( )
inline

Definition at line 5319 of file liaison_config.pb.h.

◆ set_allocated_group()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_allocated_group ( std::string *  group)
inline

Definition at line 5237 of file liaison_config.pb.h.

◆ set_allocated_group_numeric_field_name()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_allocated_group_numeric_field_name ( std::string *  group_numeric_field_name)
inline

Definition at line 5333 of file liaison_config.pb.h.

◆ set_group() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_group ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_group() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_group ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 5202 of file liaison_config.pb.h.

◆ set_group_numeric()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_group_numeric ( uint32_t  value)
inline

Definition at line 5275 of file liaison_config.pb.h.

◆ set_group_numeric_field_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_group_numeric_field_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_group_numeric_field_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_group_numeric_field_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 5298 of file liaison_config.pb.h.

◆ set_layer()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::set_layer ( ::goby::middleware::protobuf::Layer  value)
inline

Definition at line 5372 of file liaison_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::Swap ( ProtobufCommanderConfig_LoadProtobuf_GroupLayer other)
inline

Definition at line 962 of file liaison_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::unknown_fields ( ) const
inline

Definition at line 933 of file liaison_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::UnsafeArenaSwap ( ProtobufCommanderConfig_LoadProtobuf_GroupLayer other)
inline

Definition at line 975 of file liaison_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 1101 of file liaison_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1011 of file liaison_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto

◆ swap

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::_class_data_
static

Definition at line 1020 of file liaison_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::_impl_

Definition at line 1112 of file liaison_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_LoadProtobuf_GroupLayer::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 956 of file liaison_config.pb.h.


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