DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::ipm::opmon::SenderInfo Class Referencefinal

#include <ipm.pb.h>

Inheritance diagram for dunedaq::ipm::opmon::SenderInfo:
[legend]
Collaboration diagram for dunedaq::ipm::opmon::SenderInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kBytesFieldNumber = 1 , kMessagesFieldNumber = 2 }
 

Public Member Functions

 SenderInfo ()
 
 ~SenderInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR SenderInfo (::google::protobuf::internal::ConstantInitialized)
 
 SenderInfo (const SenderInfo &from)
 
 SenderInfo (SenderInfo &&from) noexcept
 
SenderInfooperator= (const SenderInfo &from)
 
SenderInfooperator= (SenderInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SenderInfo *other)
 
void UnsafeArenaSwap (SenderInfo *other)
 
SenderInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const SenderInfo &from)
 
void MergeFrom (const SenderInfo &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_bytes ()
 
::uint64_t bytes () const
 
void set_bytes (::uint64_t value)
 
void clear_messages ()
 
::uint64_t messages () const
 
void set_messages (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR SenderInfo (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const SenderInfodefault_instance ()
 
static const SenderInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 SenderInfo (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (SenderInfo *other)
 
::uint64_t _internal_bytes () const
 
void _internal_set_bytes (::uint64_t value)
 
::uint64_t _internal_messages () const
 
void _internal_set_messages (::uint64_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_ipm_2fopmon_2fipm_2eproto
 
void swap (SenderInfo &a, SenderInfo &b)
 

Detailed Description

Definition at line 82 of file ipm.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 241 of file ipm.pb.h.

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBytesFieldNumber 
kMessagesFieldNumber 

Definition at line 209 of file ipm.pb.h.

Constructor & Destructor Documentation

◆ SenderInfo() [1/6]

dunedaq::ipm::opmon::SenderInfo::SenderInfo ( )
inline

Definition at line 85 of file ipm.pb.h.

◆ ~SenderInfo()

dunedaq::ipm::opmon::SenderInfo::~SenderInfo ( )
override

Definition at line 172 of file ipm.pb.cc.

172 {
173 // @@protoc_insertion_point(destructor:dunedaq.ipm.opmon.SenderInfo)
174 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
175 SharedDtor();
176}

◆ SenderInfo() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::ipm::opmon::SenderInfo::SenderInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SenderInfo() [3/6]

dunedaq::ipm::opmon::SenderInfo::SenderInfo ( const SenderInfo & from)

Definition at line 158 of file ipm.pb.cc.

159 : ::google::protobuf::Message(), _impl_(from._impl_) {
160 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
161 from._internal_metadata_);
162 // @@protoc_insertion_point(copy_constructor:dunedaq.ipm.opmon.SenderInfo)
163}

◆ SenderInfo() [4/6]

dunedaq::ipm::opmon::SenderInfo::SenderInfo ( SenderInfo && from)
inlinenoexcept

Definition at line 91 of file ipm.pb.h.

92 : SenderInfo() {
93 *this = ::std::move(from);
94 }

◆ SenderInfo() [5/6]

dunedaq::ipm::opmon::SenderInfo::SenderInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 153 of file ipm.pb.cc.

154 : ::google::protobuf::Message(arena) {
155 SharedCtor(arena);
156 // @@protoc_insertion_point(arena_constructor:dunedaq.ipm.opmon.SenderInfo)
157}
void SharedCtor(::google::protobuf::Arena *arena)
Definition ipm.pb.cc:164

◆ SenderInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::ipm::opmon::SenderInfo::SenderInfo ( ::_pbi::ConstantInitialized )

Definition at line 27 of file ipm.pb.cc.

28 : _impl_{
29 /*decltype(_impl_.bytes_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.messages_)*/ ::uint64_t{0u},
31 /*decltype(_impl_._cached_size_)*/ {},
32 } {}

Member Function Documentation

◆ _internal_bytes()

uint64_t dunedaq::ipm::opmon::SenderInfo::_internal_bytes ( ) const
inlineprivate

Definition at line 450 of file ipm.pb.h.

450 {
451 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
452 return _impl_.bytes_;
453}

◆ _internal_messages()

uint64_t dunedaq::ipm::opmon::SenderInfo::_internal_messages ( ) const
inlineprivate

Definition at line 472 of file ipm.pb.h.

472 {
473 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
474 return _impl_.messages_;
475}

◆ _internal_set_bytes()

void dunedaq::ipm::opmon::SenderInfo::_internal_set_bytes ( ::uint64_t value)
inlineprivate

Definition at line 454 of file ipm.pb.h.

454 {
455 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
456 ;
457 _impl_.bytes_ = value;
458}

◆ _internal_set_messages()

void dunedaq::ipm::opmon::SenderInfo::_internal_set_messages ( ::uint64_t value)
inlineprivate

Definition at line 476 of file ipm.pb.h.

476 {
477 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
478 ;
479 _impl_.messages_ = value;
480}

◆ _InternalParse()

const char * dunedaq::ipm::opmon::SenderInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 196 of file ipm.pb.cc.

197 {
198 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
199 return ptr;
200}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:238

◆ _InternalSerialize()

uint8_t * dunedaq::ipm::opmon::SenderInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 239 of file ipm.pb.cc.

241 {
242 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.ipm.opmon.SenderInfo)
243 ::uint32_t cached_has_bits = 0;
244 (void)cached_has_bits;
245
246 // uint64 bytes = 1;
247 if (this->_internal_bytes() != 0) {
248 target = stream->EnsureSpace(target);
249 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
250 1, this->_internal_bytes(), target);
251 }
252
253 // uint64 messages = 2;
254 if (this->_internal_messages() != 0) {
255 target = stream->EnsureSpace(target);
256 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
257 2, this->_internal_messages(), target);
258 }
259
260 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
261 target =
262 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
263 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
264 }
265 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.ipm.opmon.SenderInfo)
266 return target;
267}
::uint64_t _internal_bytes() const
Definition ipm.pb.h:450
::uint64_t _internal_messages() const
Definition ipm.pb.h:472

◆ bytes()

uint64_t dunedaq::ipm::opmon::SenderInfo::bytes ( ) const
inline

Definition at line 442 of file ipm.pb.h.

442 {
443 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.SenderInfo.bytes)
444 return _internal_bytes();
445}

◆ ByteSizeLong()

size_t dunedaq::ipm::opmon::SenderInfo::ByteSizeLong ( ) const
final

Definition at line 269 of file ipm.pb.cc.

269 {
270// @@protoc_insertion_point(message_byte_size_start:dunedaq.ipm.opmon.SenderInfo)
271 ::size_t total_size = 0;
272
273 ::uint32_t cached_has_bits = 0;
274 // Prevent compiler warnings about cached_has_bits being unused
275 (void) cached_has_bits;
276
277 // uint64 bytes = 1;
278 if (this->_internal_bytes() != 0) {
279 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
280 this->_internal_bytes());
281 }
282
283 // uint64 messages = 2;
284 if (this->_internal_messages() != 0) {
285 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
286 this->_internal_messages());
287 }
288
289 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
290}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:245

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::ipm::opmon::SenderInfo::Clear ( )
final

Definition at line 184 of file ipm.pb.cc.

184 {
185// @@protoc_insertion_point(message_clear_start:dunedaq.ipm.opmon.SenderInfo)
186 ::uint32_t cached_has_bits = 0;
187 // Prevent compiler warnings about cached_has_bits being unused
188 (void) cached_has_bits;
189
190 ::memset(&_impl_.bytes_, 0, static_cast<::size_t>(
191 reinterpret_cast<char*>(&_impl_.messages_) -
192 reinterpret_cast<char*>(&_impl_.bytes_)) + sizeof(_impl_.messages_));
193 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
194}

◆ clear_bytes()

void dunedaq::ipm::opmon::SenderInfo::clear_bytes ( )
inline

Definition at line 439 of file ipm.pb.h.

439 {
440 _impl_.bytes_ = ::uint64_t{0u};
441}

◆ clear_messages()

void dunedaq::ipm::opmon::SenderInfo::clear_messages ( )
inline

Definition at line 461 of file ipm.pb.h.

461 {
462 _impl_.messages_ = ::uint64_t{0u};
463}

◆ CopyFrom()

void dunedaq::ipm::opmon::SenderInfo::CopyFrom ( const SenderInfo & from)

Definition at line 316 of file ipm.pb.cc.

316 {
317// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.ipm.opmon.SenderInfo)
318 if (&from == this) return;
319 Clear();
320 MergeFrom(from);
321}
void MergeFrom(const SenderInfo &from)
Definition ipm.pb.h:170
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition ipm.pb.cc:184

◆ default_instance()

static const SenderInfo & dunedaq::ipm::opmon::SenderInfo::default_instance ( )
inlinestatic

Definition at line 130 of file ipm.pb.h.

130 {
132 }
static const SenderInfo * internal_default_instance()
Definition ipm.pb.h:133

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::ipm::opmon::SenderInfo::descriptor ( )
inlinestatic

Definition at line 121 of file ipm.pb.h.

121 {
122 return GetDescriptor();
123 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition ipm.pb.h:124

◆ FullMessageName()

::absl::string_view dunedaq::ipm::opmon::SenderInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 193 of file ipm.pb.h.

193 {
194 return "dunedaq.ipm.opmon.SenderInfo";
195 }

◆ GetCachedSize()

int dunedaq::ipm::opmon::SenderInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 183 of file ipm.pb.h.

183{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::ipm::opmon::SenderInfo::GetClassData ( ) const
final

Definition at line 296 of file ipm.pb.cc.

296{ return &_class_data_; }
static const ClassData _class_data_
Definition ipm.pb.h:200

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::ipm::opmon::SenderInfo::GetDescriptor ( )
inlinestatic

Definition at line 124 of file ipm.pb.h.

124 {
125 return default_instance().GetMetadata().descriptor;
126 }
static const SenderInfo & default_instance()
Definition ipm.pb.h:130
::google::protobuf::Metadata GetMetadata() const final
Definition ipm.pb.cc:338

◆ GetMetadata()

google::protobuf::Metadata dunedaq::ipm::opmon::SenderInfo::GetMetadata ( ) const
final

Definition at line 338 of file ipm.pb.cc.

338 {
339 return ::_pbi::AssignDescriptors(
342}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_ipm_2fopmon_2fipm_2eproto_getter()
Definition ipm.pb.cc:138
::absl::once_flag descriptor_table_ipm_2fopmon_2fipm_2eproto_once
Definition ipm.pb.cc:108
::_pb::Metadata file_level_metadata_ipm_2fopmon_2fipm_2eproto[2]
Definition ipm.pb.cc:63

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::ipm::opmon::SenderInfo::GetReflection ( )
inlinestatic

Definition at line 127 of file ipm.pb.h.

127 {
128 return default_instance().GetMetadata().reflection;
129 }

◆ internal_default_instance()

static const SenderInfo * dunedaq::ipm::opmon::SenderInfo::internal_default_instance ( )
inlinestatic

Definition at line 133 of file ipm.pb.h.

133 {
134 return reinterpret_cast<const SenderInfo*>(
136 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SenderInfoDefaultTypeInternal _SenderInfo_default_instance_
Definition ipm.pb.cc:42

◆ InternalSwap()

void dunedaq::ipm::opmon::SenderInfo::InternalSwap ( SenderInfo * other)
private

Definition at line 327 of file ipm.pb.cc.

327 {
328 using std::swap;
329 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
330 ::google::protobuf::internal::memswap<
331 PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.messages_)
333 - PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.bytes_)>(
334 reinterpret_cast<char*>(&_impl_.bytes_),
335 reinterpret_cast<char*>(&other->_impl_.bytes_));
336}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::ipm::opmon::SenderInfo::IsInitialized ( ) const
final

Definition at line 323 of file ipm.pb.cc.

323 {
324 return true;
325}

◆ MergeFrom()

void dunedaq::ipm::opmon::SenderInfo::MergeFrom ( const SenderInfo & from)
inline

Definition at line 170 of file ipm.pb.h.

170 {
171 SenderInfo::MergeImpl(*this, from);
172 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition ipm.pb.cc:299

◆ MergeImpl()

void dunedaq::ipm::opmon::SenderInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 299 of file ipm.pb.cc.

299 {
300 auto* const _this = static_cast<SenderInfo*>(&to_msg);
301 auto& from = static_cast<const SenderInfo&>(from_msg);
302 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.ipm.opmon.SenderInfo)
303 ABSL_DCHECK_NE(&from, _this);
304 ::uint32_t cached_has_bits = 0;
305 (void) cached_has_bits;
306
307 if (from._internal_bytes() != 0) {
308 _this->_internal_set_bytes(from._internal_bytes());
309 }
310 if (from._internal_messages() != 0) {
311 _this->_internal_set_messages(from._internal_messages());
312 }
313 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
314}

◆ messages()

uint64_t dunedaq::ipm::opmon::SenderInfo::messages ( ) const
inline

Definition at line 464 of file ipm.pb.h.

464 {
465 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.SenderInfo.messages)
466 return _internal_messages();
467}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::ipm::opmon::SenderInfo::mutable_unknown_fields ( )
inline

Definition at line 117 of file ipm.pb.h.

117 {
118 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
119 }

◆ New()

SenderInfo * dunedaq::ipm::opmon::SenderInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 164 of file ipm.pb.h.

164 {
165 return CreateMaybeMessage<SenderInfo>(arena);
166 }

◆ operator=() [1/2]

SenderInfo & dunedaq::ipm::opmon::SenderInfo::operator= ( const SenderInfo & from)
inline

Definition at line 96 of file ipm.pb.h.

96 {
97 CopyFrom(from);
98 return *this;
99 }
void CopyFrom(const SenderInfo &from)
Definition ipm.pb.cc:316

◆ operator=() [2/2]

SenderInfo & dunedaq::ipm::opmon::SenderInfo::operator= ( SenderInfo && from)
inlinenoexcept

Definition at line 100 of file ipm.pb.h.

100 {
101 if (this == &from) return *this;
102 if (GetOwningArena() == from.GetOwningArena()
103 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104 && GetOwningArena() != nullptr
105 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
106 ) {
107 InternalSwap(&from);
108 } else {
109 CopyFrom(from);
110 }
111 return *this;
112 }
void InternalSwap(SenderInfo *other)
Definition ipm.pb.cc:327

◆ set_bytes()

void dunedaq::ipm::opmon::SenderInfo::set_bytes ( ::uint64_t value)
inline

Definition at line 446 of file ipm.pb.h.

446 {
447 _internal_set_bytes(value);
448 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.SenderInfo.bytes)
449}
void _internal_set_bytes(::uint64_t value)
Definition ipm.pb.h:454

◆ set_messages()

void dunedaq::ipm::opmon::SenderInfo::set_messages ( ::uint64_t value)
inline

Definition at line 468 of file ipm.pb.h.

468 {
470 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.SenderInfo.messages)
471}
void _internal_set_messages(::uint64_t value)
Definition ipm.pb.h:476

◆ SetCachedSize()

void dunedaq::ipm::opmon::SenderInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 180 of file ipm.pb.cc.

180 {
182}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::ipm::opmon::SenderInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 164 of file ipm.pb.cc.

164 {
165 (void)arena;
166 new (&_impl_) Impl_{
167 decltype(_impl_.bytes_){::uint64_t{0u}},
168 decltype(_impl_.messages_){::uint64_t{0u}},
169 /*decltype(_impl_._cached_size_)*/ {},
170 };
171}

◆ SharedDtor()

void dunedaq::ipm::opmon::SenderInfo::SharedDtor ( )
inlineprivate

Definition at line 177 of file ipm.pb.cc.

177 {
178 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
179}

◆ Swap()

void dunedaq::ipm::opmon::SenderInfo::Swap ( SenderInfo * other)
inline

Definition at line 143 of file ipm.pb.h.

143 {
144 if (other == this) return;
145 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() != nullptr &&
147 GetOwningArena() == other->GetOwningArena()) {
148 #else // PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() == other->GetOwningArena()) {
150 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
151 InternalSwap(other);
152 } else {
153 ::google::protobuf::internal::GenericSwap(this, other);
154 }
155 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::ipm::opmon::SenderInfo::unknown_fields ( ) const
inline

Definition at line 114 of file ipm.pb.h.

114 {
115 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
116 }

◆ UnsafeArenaSwap()

void dunedaq::ipm::opmon::SenderInfo::UnsafeArenaSwap ( SenderInfo * other)
inline

Definition at line 156 of file ipm.pb.h.

156 {
157 if (other == this) return;
158 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
159 InternalSwap(other);
160 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 239 of file ipm.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 192 of file ipm.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 237 of file ipm.pb.h.

◆ ::TableStruct_ipm_2fopmon_2fipm_2eproto

Definition at line 249 of file ipm.pb.h.

◆ swap

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

Definition at line 140 of file ipm.pb.h.

140 {
141 a.Swap(&b);
142 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::ipm::opmon::SenderInfo::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 200 of file ipm.pb.h.

◆ _impl_

Impl_ dunedaq::ipm::opmon::SenderInfo::_impl_

Definition at line 248 of file ipm.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::ipm::opmon::SenderInfo::_table_
staticprivate

Definition at line 238 of file ipm.pb.h.

◆ kIndexInFileMessages

int dunedaq::ipm::opmon::SenderInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 137 of file ipm.pb.h.


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