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

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

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

Public Types

enum  : int { kTypeRegexFieldNumber = 1 , kGroupRegexFieldNumber = 2 , kBackgroundColorFieldNumber = 3 }
 
typedef ProtobufCommanderConfig_NotificationSubscription_Color Color
 

Public Member Functions

 ProtobufCommanderConfig_NotificationSubscription ()
 
 ~ProtobufCommanderConfig_NotificationSubscription () override
 
PROTOBUF_CONSTEXPR ProtobufCommanderConfig_NotificationSubscription (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProtobufCommanderConfig_NotificationSubscription (const ProtobufCommanderConfig_NotificationSubscription &from)
 
 ProtobufCommanderConfig_NotificationSubscription (ProtobufCommanderConfig_NotificationSubscription &&from) noexcept
 
ProtobufCommanderConfig_NotificationSubscriptionoperator= (const ProtobufCommanderConfig_NotificationSubscription &from)
 
ProtobufCommanderConfig_NotificationSubscriptionoperator= (ProtobufCommanderConfig_NotificationSubscription &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProtobufCommanderConfig_NotificationSubscription *other)
 
void UnsafeArenaSwap (ProtobufCommanderConfig_NotificationSubscription *other)
 
ProtobufCommanderConfig_NotificationSubscriptionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProtobufCommanderConfig_NotificationSubscription &from)
 
void MergeFrom (const ProtobufCommanderConfig_NotificationSubscription &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_type_regex () const
 
void clear_type_regex ()
 
const std::string & type_regex () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_type_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_type_regex ()
 
PROTOBUF_NODISCARD std::string * release_type_regex ()
 
void set_allocated_type_regex (std::string *type_regex)
 
bool has_group_regex () const
 
void clear_group_regex ()
 
const std::string & group_regex () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_group_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_group_regex ()
 
PROTOBUF_NODISCARD std::string * release_group_regex ()
 
void set_allocated_group_regex (std::string *group_regex)
 
bool has_background_color () const
 
void clear_background_color ()
 
const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Colorbackground_color () const
 
PROTOBUF_NODISCARD::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color * release_background_color ()
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Colormutable_background_color ()
 
void set_allocated_background_color (::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color *background_color)
 
void unsafe_arena_set_allocated_background_color (::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color *background_color)
 
::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Colorunsafe_arena_release_background_color ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_type_regex (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_group_regex (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_NotificationSubscriptiondefault_instance ()
 
static const ProtobufCommanderConfig_NotificationSubscriptioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ Color

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTypeRegexFieldNumber 
kGroupRegexFieldNumber 
kBackgroundColorFieldNumber 

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

Constructor & Destructor Documentation

◆ ProtobufCommanderConfig_NotificationSubscription() [1/5]

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

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

◆ ~ProtobufCommanderConfig_NotificationSubscription()

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

◆ ProtobufCommanderConfig_NotificationSubscription() [2/5]

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

◆ ProtobufCommanderConfig_NotificationSubscription() [3/5]

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

◆ ProtobufCommanderConfig_NotificationSubscription() [4/5]

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

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

◆ ProtobufCommanderConfig_NotificationSubscription() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ background_color()

const ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::background_color ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_background_color()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::clear_background_color ( )
inline

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

◆ clear_group_regex()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::clear_group_regex ( )
inline

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

◆ clear_type_regex()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::clear_type_regex ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ group_regex()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::group_regex ( ) const
inline

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

◆ has_background_color()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::has_background_color ( ) const
inline

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

◆ has_group_regex()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::has_group_regex ( ) const
inline

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

◆ has_type_regex()

bool goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::has_type_regex ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_background_color()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::mutable_background_color ( )
inline

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

◆ mutable_group_regex()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::mutable_group_regex ( )
inline

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

◆ mutable_type_regex()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::mutable_type_regex ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_background_color()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::release_background_color ( )
inline

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

◆ release_group_regex()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::release_group_regex ( )
inline

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

◆ release_type_regex()

std::string * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::release_type_regex ( )
inline

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

◆ set_allocated_background_color()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::set_allocated_background_color ( ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color background_color)
inline

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

◆ set_allocated_group_regex()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::set_allocated_group_regex ( std::string *  group_regex)
inline

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

◆ set_allocated_type_regex()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::set_allocated_type_regex ( std::string *  type_regex)
inline

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

◆ set_group_regex() [1/2]

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

◆ set_group_regex() [2/2]

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

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

◆ set_type_regex() [1/2]

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

◆ set_type_regex() [2/2]

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

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

◆ Swap()

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

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

◆ type_regex()

const std::string & goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::type_regex ( ) const
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_background_color()

goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color * goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::unsafe_arena_release_background_color ( )
inline

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

◆ unsafe_arena_set_allocated_background_color()

void goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::unsafe_arena_set_allocated_background_color ( ::goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription_Color background_color)
inline

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

◆ UnsafeArenaSwap()

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

Definition at line 2429 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 2551 of file liaison_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 2465 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_NotificationSubscription::_class_data_
static

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

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::ProtobufCommanderConfig_NotificationSubscription::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

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


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