Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter Class Referencefinal

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

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

Public Types

enum  : int { kRegexFieldNumber = 2 , kSchemeFieldNumber = 1 }

Public Member Functions

 PlaybackConfig_TypeFilter ()
 ~PlaybackConfig_TypeFilter () override
PROTOBUF_CONSTEXPR PlaybackConfig_TypeFilter (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 PlaybackConfig_TypeFilter (const PlaybackConfig_TypeFilter &from)
 PlaybackConfig_TypeFilter (PlaybackConfig_TypeFilter &&from) noexcept
PlaybackConfig_TypeFilteroperator= (const PlaybackConfig_TypeFilter &from)
PlaybackConfig_TypeFilteroperator= (PlaybackConfig_TypeFilter &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (PlaybackConfig_TypeFilter *other)
void UnsafeArenaSwap (PlaybackConfig_TypeFilter *other)
PlaybackConfig_TypeFilterNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const PlaybackConfig_TypeFilter &from)
void MergeFrom (const PlaybackConfig_TypeFilter &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_regex () const
void clear_regex ()
const std::string & regex () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_regex (ArgT0 &&arg0, ArgT... args)
std::string * mutable_regex ()
PROTOBUF_NODISCARD std::string * release_regex ()
void set_allocated_regex (std::string *regex)
bool has_scheme () const
void clear_scheme ()
int32_t scheme () const
void set_scheme (int32_t value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_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 PlaybackConfig_TypeFilterdefault_instance ()
static const PlaybackConfig_TypeFilterinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 575 of file logger_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRegexFieldNumber 
kSchemeFieldNumber 

Definition at line 702 of file logger_config.pb.h.

Constructor & Destructor Documentation

◆ PlaybackConfig_TypeFilter() [1/5]

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

Definition at line 578 of file logger_config.pb.h.

◆ ~PlaybackConfig_TypeFilter()

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

◆ PlaybackConfig_TypeFilter() [2/5]

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

◆ PlaybackConfig_TypeFilter() [3/5]

goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::PlaybackConfig_TypeFilter ( const PlaybackConfig_TypeFilter & from)

◆ PlaybackConfig_TypeFilter() [4/5]

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

Definition at line 583 of file logger_config.pb.h.

◆ PlaybackConfig_TypeFilter() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_regex()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::clear_regex ( )
inline

Definition at line 1767 of file logger_config.pb.h.

◆ clear_scheme()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::clear_scheme ( )
inline

Definition at line 1739 of file logger_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::CopyFrom ( const PlaybackConfig_TypeFilter & from)

◆ default_instance()

const PlaybackConfig_TypeFilter & goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::default_instance ( )
inlinestatic

Definition at line 622 of file logger_config.pb.h.

◆ descriptor()

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

Definition at line 613 of file logger_config.pb.h.

◆ GetCachedSize()

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

Definition at line 675 of file logger_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 616 of file logger_config.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_regex()

bool goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::has_regex ( ) const
inline

Definition at line 1764 of file logger_config.pb.h.

◆ has_scheme()

bool goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::has_scheme ( ) const
inline

Definition at line 1736 of file logger_config.pb.h.

◆ internal_default_instance()

const PlaybackConfig_TypeFilter * goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::internal_default_instance ( )
inlinestatic

Definition at line 625 of file logger_config.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 662 of file logger_config.pb.h.

◆ mutable_regex()

std::string * goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::mutable_regex ( )
inline

Definition at line 1783 of file logger_config.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 609 of file logger_config.pb.h.

◆ New()

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

Definition at line 656 of file logger_config.pb.h.

◆ operator=() [1/2]

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

Definition at line 588 of file logger_config.pb.h.

◆ operator=() [2/2]

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

Definition at line 592 of file logger_config.pb.h.

◆ regex()

const std::string & goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::regex ( ) const
inline

Definition at line 1771 of file logger_config.pb.h.

◆ release_regex()

std::string * goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::release_regex ( )
inline

Definition at line 1799 of file logger_config.pb.h.

◆ scheme()

int32_t goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::scheme ( ) const
inline

Definition at line 1746 of file logger_config.pb.h.

◆ set_allocated_regex()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::set_allocated_regex ( std::string * regex)
inline

Definition at line 1808 of file logger_config.pb.h.

◆ set_regex() [1/2]

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

Definition at line 1778 of file logger_config.pb.h.

◆ set_regex() [2/2]

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

◆ set_scheme()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::set_scheme ( int32_t value)
inline

Definition at line 1754 of file logger_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::Swap ( PlaybackConfig_TypeFilter * other)
inline

Definition at line 635 of file logger_config.pb.h.

◆ unknown_fields()

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

Definition at line 606 of file logger_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::UnsafeArenaSwap ( PlaybackConfig_TypeFilter * other)
inline

Definition at line 648 of file logger_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 741 of file logger_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 684 of file logger_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2flogger_5fconfig_2eproto

friend struct ::TableStruct_goby_2fzeromq_2fprotobuf_2flogger_5fconfig_2eproto
friend

Definition at line 752 of file logger_config.pb.h.

◆ swap

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

Definition at line 632 of file logger_config.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 693 of file logger_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::_impl_

Definition at line 751 of file logger_config.pb.h.

◆ kIndexInFileMessages

int goby::apps::zeromq::protobuf::PlaybackConfig_TypeFilter::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 629 of file logger_config.pb.h.


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