Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::SubscribeToolConfig Class Reference

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

Inheritance diagram for goby::apps::zeromq::protobuf::SubscribeToolConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 SubscribeToolConfig ()
 
virtual ~SubscribeToolConfig ()
 
 SubscribeToolConfig (const SubscribeToolConfig &from)
 
SubscribeToolConfigoperator= (const SubscribeToolConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubscribeToolConfig *other)
 
SubscribeToolConfigNew () const final
 
SubscribeToolConfigNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const SubscribeToolConfig &from)
 
void MergeFrom (const SubscribeToolConfig &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int load_shared_library_size () const
 
void clear_load_shared_library ()
 
const ::std::string & load_shared_library (int index) const
 
::std::string * mutable_load_shared_library (int index)
 
void set_load_shared_library (int index, const ::std::string &value)
 
void set_load_shared_library (int index, const char *value)
 
void set_load_shared_library (int index, const char *value, size_t size)
 
::std::string * add_load_shared_library ()
 
void add_load_shared_library (const ::std::string &value)
 
void add_load_shared_library (const char *value)
 
void add_load_shared_library (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & load_shared_library () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_load_shared_library ()
 
bool has_group_regex () const
 
void clear_group_regex ()
 
const ::std::string & group_regex () const
 
void set_group_regex (const ::std::string &value)
 
void set_group_regex (const char *value)
 
void set_group_regex (const char *value, size_t size)
 
::std::string * mutable_group_regex ()
 
::std::string * release_group_regex ()
 
void set_allocated_group_regex (::std::string *group_regex)
 
bool has_type_regex () const
 
void clear_type_regex ()
 
const ::std::string & type_regex () const
 
void set_type_regex (const ::std::string &value)
 
void set_type_regex (const char *value)
 
void set_type_regex (const char *value, size_t size)
 
::std::string * mutable_type_regex ()
 
::std::string * release_type_regex ()
 
void set_allocated_type_regex (::std::string *type_regex)
 
bool has_scheme () const
 
void clear_scheme ()
 
const ::std::string & scheme () const
 
void set_scheme (const ::std::string &value)
 
void set_scheme (const char *value)
 
void set_scheme (const char *value, size_t size)
 
::std::string * mutable_scheme ()
 
::std::string * release_scheme ()
 
void set_allocated_scheme (::std::string *scheme)
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_include_internal_groups () const
 
void clear_include_internal_groups ()
 
bool include_internal_groups () const
 
void set_include_internal_groups (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SubscribeToolConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SubscribeToolConfiginternal_default_instance ()
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_group_regex_
 
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_type_regex_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kLoadSharedLibraryFieldNumber = 20
 
static const int kGroupRegexFieldNumber = 10
 
static const int kTypeRegexFieldNumber = 11
 
static const int kSchemeFieldNumber = 12
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kIncludeInternalGroupsFieldNumber = 30
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2ftool_5fconfig_2eproto::TableStruct
 
void swap (SubscribeToolConfig &a, SubscribeToolConfig &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 514 of file tool_config.pb.h.

Constructor & Destructor Documentation

◆ SubscribeToolConfig() [1/2]

goby::apps::zeromq::protobuf::SubscribeToolConfig::SubscribeToolConfig ( )

◆ ~SubscribeToolConfig()

virtual goby::apps::zeromq::protobuf::SubscribeToolConfig::~SubscribeToolConfig ( )
virtual

◆ SubscribeToolConfig() [2/2]

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

Member Function Documentation

◆ add_load_shared_library() [1/4]

std::string * goby::apps::zeromq::protobuf::SubscribeToolConfig::add_load_shared_library ( )
inline

Definition at line 1553 of file tool_config.pb.h.

◆ add_load_shared_library() [2/4]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::add_load_shared_library ( const ::std::string &  value)
inline

Definition at line 1557 of file tool_config.pb.h.

◆ add_load_shared_library() [3/4]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::add_load_shared_library ( const char value)
inline

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

◆ add_load_shared_library() [4/4]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::add_load_shared_library ( const char value,
size_t  size 
)
inline

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

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::SubscribeToolConfig::app ( ) const
inline

Definition at line 1225 of file tool_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::SubscribeToolConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::clear_app ( )

◆ clear_group_regex()

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

Definition at line 1330 of file tool_config.pb.h.

◆ clear_include_internal_groups()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::clear_include_internal_groups ( )
inline

Definition at line 1597 of file tool_config.pb.h.

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::clear_interprocess ( )

◆ clear_load_shared_library()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::clear_load_shared_library ( )
inline

Definition at line 1522 of file tool_config.pb.h.

◆ clear_scheme()

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

Definition at line 1462 of file tool_config.pb.h.

◆ clear_type_regex()

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

Definition at line 1396 of file tool_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const SubscribeToolConfig& goby::apps::zeromq::protobuf::SubscribeToolConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::protobuf::SubscribeToolConfig::descriptor ( )
static

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::SubscribeToolConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 586 of file tool_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::SubscribeToolConfig::GetMetadata ( ) const
finalvirtual

◆ group_regex()

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

Definition at line 1334 of file tool_config.pb.h.

◆ has_app()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::has_app ( ) const
inline

Definition at line 1213 of file tool_config.pb.h.

◆ has_group_regex()

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

Definition at line 1321 of file tool_config.pb.h.

◆ has_include_internal_groups()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::has_include_internal_groups ( ) const
inline

Definition at line 1588 of file tool_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::has_interprocess ( ) const
inline

Definition at line 1267 of file tool_config.pb.h.

◆ has_scheme()

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

Definition at line 1453 of file tool_config.pb.h.

◆ has_type_regex()

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

Definition at line 1387 of file tool_config.pb.h.

◆ include_internal_groups()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::include_internal_groups ( ) const
inline

Definition at line 1601 of file tool_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::SubscribeToolConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

Definition at line 551 of file tool_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::zeromq::protobuf::SubscribeToolConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::SubscribeToolConfig::interprocess ( ) const
inline

Definition at line 1279 of file tool_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ load_shared_library() [1/2]

const ::google::protobuf::RepeatedPtrField<::std::string > & goby::apps::zeromq::protobuf::SubscribeToolConfig::load_shared_library ( ) const
inline

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

◆ load_shared_library() [2/2]

const ::std::string & goby::apps::zeromq::protobuf::SubscribeToolConfig::load_shared_library ( int  index) const
inline

Definition at line 1525 of file tool_config.pb.h.

◆ load_shared_library_size()

int goby::apps::zeromq::protobuf::SubscribeToolConfig::load_shared_library_size ( ) const
inline

Definition at line 1519 of file tool_config.pb.h.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::MergeFrom ( const SubscribeToolConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::SubscribeToolConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_app ( )
inline

Definition at line 1238 of file tool_config.pb.h.

◆ mutable_group_regex()

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

Definition at line 1363 of file tool_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_interprocess ( )
inline

Definition at line 1292 of file tool_config.pb.h.

◆ mutable_load_shared_library() [1/2]

google::protobuf::RepeatedPtrField<::std::string > * goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_load_shared_library ( )
inline

Definition at line 1582 of file tool_config.pb.h.

◆ mutable_load_shared_library() [2/2]

std::string * goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_load_shared_library ( int  index)
inline

Definition at line 1529 of file tool_config.pb.h.

◆ mutable_scheme()

std::string * goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_scheme ( )
inline

Definition at line 1495 of file tool_config.pb.h.

◆ mutable_type_regex()

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

Definition at line 1429 of file tool_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::protobuf::SubscribeToolConfig::mutable_unknown_fields ( )
inline

Definition at line 543 of file tool_config.pb.h.

◆ New() [1/2]

SubscribeToolConfig* goby::apps::zeromq::protobuf::SubscribeToolConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 565 of file tool_config.pb.h.

◆ New() [2/2]

SubscribeToolConfig* goby::apps::zeromq::protobuf::SubscribeToolConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 569 of file tool_config.pb.h.

◆ operator=()

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

Definition at line 521 of file tool_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::SubscribeToolConfig::release_app ( )
inline

Definition at line 1231 of file tool_config.pb.h.

◆ release_group_regex()

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

Definition at line 1368 of file tool_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::SubscribeToolConfig::release_interprocess ( )
inline

Definition at line 1285 of file tool_config.pb.h.

◆ release_scheme()

std::string * goby::apps::zeromq::protobuf::SubscribeToolConfig::release_scheme ( )
inline

Definition at line 1500 of file tool_config.pb.h.

◆ release_type_regex()

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

Definition at line 1434 of file tool_config.pb.h.

◆ scheme()

const ::std::string & goby::apps::zeromq::protobuf::SubscribeToolConfig::scheme ( ) const
inline

Definition at line 1466 of file tool_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 1247 of file tool_config.pb.h.

◆ set_allocated_group_regex()

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

Definition at line 1376 of file tool_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 1301 of file tool_config.pb.h.

◆ set_allocated_scheme()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_allocated_scheme ( ::std::string *  scheme)
inline

Definition at line 1508 of file tool_config.pb.h.

◆ set_allocated_type_regex()

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

Definition at line 1442 of file tool_config.pb.h.

◆ set_group_regex() [1/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_group_regex ( const ::std::string &  value)
inline

Definition at line 1338 of file tool_config.pb.h.

◆ set_group_regex() [2/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_group_regex ( const char value)
inline

Definition at line 1351 of file tool_config.pb.h.

◆ set_group_regex() [3/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_group_regex ( const char value,
size_t  size 
)
inline

Definition at line 1357 of file tool_config.pb.h.

◆ set_include_internal_groups()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_include_internal_groups ( bool  value)
inline

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

◆ set_load_shared_library() [1/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_load_shared_library ( int  index,
const ::std::string &  value 
)
inline

Definition at line 1533 of file tool_config.pb.h.

◆ set_load_shared_library() [2/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_load_shared_library ( int  index,
const char value 
)
inline

Definition at line 1543 of file tool_config.pb.h.

◆ set_load_shared_library() [3/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_load_shared_library ( int  index,
const char value,
size_t  size 
)
inline

Definition at line 1548 of file tool_config.pb.h.

◆ set_scheme() [1/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_scheme ( const ::std::string &  value)
inline

Definition at line 1470 of file tool_config.pb.h.

◆ set_scheme() [2/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_scheme ( const char value)
inline

Definition at line 1483 of file tool_config.pb.h.

◆ set_scheme() [3/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_scheme ( const char value,
size_t  size 
)
inline

Definition at line 1489 of file tool_config.pb.h.

◆ set_type_regex() [1/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_type_regex ( const ::std::string &  value)
inline

Definition at line 1404 of file tool_config.pb.h.

◆ set_type_regex() [2/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_type_regex ( const char value)
inline

Definition at line 1417 of file tool_config.pb.h.

◆ set_type_regex() [3/3]

void goby::apps::zeromq::protobuf::SubscribeToolConfig::set_type_regex ( const char value,
size_t  size 
)
inline

Definition at line 1423 of file tool_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::SubscribeToolConfig::Swap ( SubscribeToolConfig other)

◆ type_regex()

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

Definition at line 1400 of file tool_config.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::protobuf::SubscribeToolConfig::unknown_fields ( ) const
inline

Definition at line 540 of file tool_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2ftool_5fconfig_2eproto::TableStruct

◆ swap

void swap ( SubscribeToolConfig a,
SubscribeToolConfig b 
)
friend

Definition at line 559 of file tool_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_group_regex_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::SubscribeToolConfig::_i_give_permission_to_break_this_code_default_group_regex_

Definition at line 726 of file tool_config.pb.h.

◆ _i_give_permission_to_break_this_code_default_type_regex_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::SubscribeToolConfig::_i_give_permission_to_break_this_code_default_type_regex_

Definition at line 730 of file tool_config.pb.h.

◆ kAppFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kAppFieldNumber = 1
static

Definition at line 678 of file tool_config.pb.h.

◆ kGroupRegexFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kGroupRegexFieldNumber = 10
static

Definition at line 633 of file tool_config.pb.h.

◆ kIncludeInternalGroupsFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kIncludeInternalGroupsFieldNumber = 30
static

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

◆ kIndexInFileMessages

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

Definition at line 555 of file tool_config.pb.h.

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kInterprocessFieldNumber = 2
static

Definition at line 690 of file tool_config.pb.h.

◆ kLoadSharedLibraryFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kLoadSharedLibraryFieldNumber = 20
static

Definition at line 611 of file tool_config.pb.h.

◆ kSchemeFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kSchemeFieldNumber = 12
static

Definition at line 663 of file tool_config.pb.h.

◆ kTypeRegexFieldNumber

const int goby::apps::zeromq::protobuf::SubscribeToolConfig::kTypeRegexFieldNumber = 11
static

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


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