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

#include <hermescontroller.pb.h>

Inheritance diagram for dunedaq::hermesmodules::opmon::ControllerInfo:
[legend]
Collaboration diagram for dunedaq::hermesmodules::opmon::ControllerInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTotalAmountFieldNumber = 1 , kAmountSinceLastGetInfoCallFieldNumber = 2 }
 

Public Member Functions

 ControllerInfo ()
 
 ~ControllerInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ControllerInfo (::google::protobuf::internal::ConstantInitialized)
 
 ControllerInfo (const ControllerInfo &from)
 
 ControllerInfo (ControllerInfo &&from) noexcept
 
ControllerInfooperator= (const ControllerInfo &from)
 
ControllerInfooperator= (ControllerInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ControllerInfo *other)
 
void UnsafeArenaSwap (ControllerInfo *other)
 
ControllerInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ControllerInfo &from)
 
void MergeFrom (const ControllerInfo &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_total_amount ()
 
::uint64_t total_amount () const
 
void set_total_amount (::uint64_t value)
 
void clear_amount_since_last_get_info_call ()
 
::uint32_t amount_since_last_get_info_call () const
 
void set_amount_since_last_get_info_call (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR ControllerInfo (::_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 ControllerInfodefault_instance ()
 
static const ControllerInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ControllerInfo (::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 (ControllerInfo *other)
 
::uint64_t _internal_total_amount () const
 
void _internal_set_total_amount (::uint64_t value)
 
::uint32_t _internal_amount_since_last_get_info_call () const
 
void _internal_set_amount_since_last_get_info_call (::uint32_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_hermesmodules_2fopmon_2fhermescontroller_2eproto
 
void swap (ControllerInfo &a, ControllerInfo &b)
 

Detailed Description

Definition at line 348 of file hermescontroller.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTotalAmountFieldNumber 
kAmountSinceLastGetInfoCallFieldNumber 

Definition at line 475 of file hermescontroller.pb.h.

Constructor & Destructor Documentation

◆ ControllerInfo() [1/6]

dunedaq::hermesmodules::opmon::ControllerInfo::ControllerInfo ( )
inline

◆ ~ControllerInfo()

dunedaq::hermesmodules::opmon::ControllerInfo::~ControllerInfo ( )
override

Definition at line 574 of file hermescontroller.pb.cc.

574 {
575 // @@protoc_insertion_point(destructor:dunedaq.hermesmodules.opmon.ControllerInfo)
576 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
577 SharedDtor();
578}

◆ ControllerInfo() [2/6]

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

◆ ControllerInfo() [3/6]

dunedaq::hermesmodules::opmon::ControllerInfo::ControllerInfo ( const ControllerInfo & from)

Definition at line 560 of file hermescontroller.pb.cc.

561 : ::google::protobuf::Message(), _impl_(from._impl_) {
562 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
563 from._internal_metadata_);
564 // @@protoc_insertion_point(copy_constructor:dunedaq.hermesmodules.opmon.ControllerInfo)
565}

◆ ControllerInfo() [4/6]

dunedaq::hermesmodules::opmon::ControllerInfo::ControllerInfo ( ControllerInfo && from)
inlinenoexcept

Definition at line 357 of file hermescontroller.pb.h.

358 : ControllerInfo() {
359 *this = ::std::move(from);
360 }

◆ ControllerInfo() [5/6]

dunedaq::hermesmodules::opmon::ControllerInfo::ControllerInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 555 of file hermescontroller.pb.cc.

556 : ::google::protobuf::Message(arena) {
557 SharedCtor(arena);
558 // @@protoc_insertion_point(arena_constructor:dunedaq.hermesmodules.opmon.ControllerInfo)
559}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ControllerInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::hermesmodules::opmon::ControllerInfo::ControllerInfo ( ::_pbi::ConstantInitialized )

Definition at line 52 of file hermescontroller.pb.cc.

53 : _impl_{
54 /*decltype(_impl_.total_amount_)*/ ::uint64_t{0u},
55 /*decltype(_impl_.amount_since_last_get_info_call_)*/ 0u,
56 /*decltype(_impl_._cached_size_)*/ {},
57 } {}

Member Function Documentation

◆ _internal_amount_since_last_get_info_call()

uint32_t dunedaq::hermesmodules::opmon::ControllerInfo::_internal_amount_since_last_get_info_call ( ) const
inlineprivate

Definition at line 792 of file hermescontroller.pb.h.

792 {
793 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
795}

◆ _internal_set_amount_since_last_get_info_call()

void dunedaq::hermesmodules::opmon::ControllerInfo::_internal_set_amount_since_last_get_info_call ( ::uint32_t value)
inlineprivate

Definition at line 796 of file hermescontroller.pb.h.

796 {
797 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
798 ;
800}

◆ _internal_set_total_amount()

void dunedaq::hermesmodules::opmon::ControllerInfo::_internal_set_total_amount ( ::uint64_t value)
inlineprivate

Definition at line 774 of file hermescontroller.pb.h.

774 {
775 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
776 ;
777 _impl_.total_amount_ = value;
778}

◆ _internal_total_amount()

uint64_t dunedaq::hermesmodules::opmon::ControllerInfo::_internal_total_amount ( ) const
inlineprivate

Definition at line 770 of file hermescontroller.pb.h.

770 {
771 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
772 return _impl_.total_amount_;
773}

◆ _InternalParse()

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

Definition at line 598 of file hermescontroller.pb.cc.

599 {
600 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
601 return ptr;
602}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 641 of file hermescontroller.pb.cc.

643 {
644 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.hermesmodules.opmon.ControllerInfo)
645 ::uint32_t cached_has_bits = 0;
646 (void)cached_has_bits;
647
648 // uint64 total_amount = 1;
649 if (this->_internal_total_amount() != 0) {
650 target = stream->EnsureSpace(target);
651 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
652 1, this->_internal_total_amount(), target);
653 }
654
655 // uint32 amount_since_last_get_info_call = 2;
657 target = stream->EnsureSpace(target);
658 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
660 }
661
662 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
663 target =
664 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
665 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
666 }
667 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.hermesmodules.opmon.ControllerInfo)
668 return target;
669}

◆ amount_since_last_get_info_call()

uint32_t dunedaq::hermesmodules::opmon::ControllerInfo::amount_since_last_get_info_call ( ) const
inline

Definition at line 784 of file hermescontroller.pb.h.

784 {
785 // @@protoc_insertion_point(field_get:dunedaq.hermesmodules.opmon.ControllerInfo.amount_since_last_get_info_call)
787}

◆ ByteSizeLong()

size_t dunedaq::hermesmodules::opmon::ControllerInfo::ByteSizeLong ( ) const
final

Definition at line 671 of file hermescontroller.pb.cc.

671 {
672// @@protoc_insertion_point(message_byte_size_start:dunedaq.hermesmodules.opmon.ControllerInfo)
673 ::size_t total_size = 0;
674
675 ::uint32_t cached_has_bits = 0;
676 // Prevent compiler warnings about cached_has_bits being unused
677 (void) cached_has_bits;
678
679 // uint64 total_amount = 1;
680 if (this->_internal_total_amount() != 0) {
681 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
682 this->_internal_total_amount());
683 }
684
685 // uint32 amount_since_last_get_info_call = 2;
687 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
689 }
690
691 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
692}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::hermesmodules::opmon::ControllerInfo::Clear ( )
final

Definition at line 586 of file hermescontroller.pb.cc.

586 {
587// @@protoc_insertion_point(message_clear_start:dunedaq.hermesmodules.opmon.ControllerInfo)
588 ::uint32_t cached_has_bits = 0;
589 // Prevent compiler warnings about cached_has_bits being unused
590 (void) cached_has_bits;
591
592 ::memset(&_impl_.total_amount_, 0, static_cast<::size_t>(
593 reinterpret_cast<char*>(&_impl_.amount_since_last_get_info_call_) -
594 reinterpret_cast<char*>(&_impl_.total_amount_)) + sizeof(_impl_.amount_since_last_get_info_call_));
595 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
596}

◆ clear_amount_since_last_get_info_call()

void dunedaq::hermesmodules::opmon::ControllerInfo::clear_amount_since_last_get_info_call ( )
inline

Definition at line 781 of file hermescontroller.pb.h.

◆ clear_total_amount()

void dunedaq::hermesmodules::opmon::ControllerInfo::clear_total_amount ( )
inline

Definition at line 759 of file hermescontroller.pb.h.

759 {
760 _impl_.total_amount_ = ::uint64_t{0u};
761}

◆ CopyFrom()

void dunedaq::hermesmodules::opmon::ControllerInfo::CopyFrom ( const ControllerInfo & from)

Definition at line 718 of file hermescontroller.pb.cc.

718 {
719// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.hermesmodules.opmon.ControllerInfo)
720 if (&from == this) return;
721 Clear();
722 MergeFrom(from);
723}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const ControllerInfo & dunedaq::hermesmodules::opmon::ControllerInfo::default_instance ( )
inlinestatic

Definition at line 396 of file hermescontroller.pb.h.

396 {
398 }
static const ControllerInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::hermesmodules::opmon::ControllerInfo::descriptor ( )
inlinestatic

Definition at line 387 of file hermescontroller.pb.h.

387 {
388 return GetDescriptor();
389 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::hermesmodules::opmon::ControllerInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 459 of file hermescontroller.pb.h.

459 {
460 return "dunedaq.hermesmodules.opmon.ControllerInfo";
461 }

◆ GetCachedSize()

int dunedaq::hermesmodules::opmon::ControllerInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 449 of file hermescontroller.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::hermesmodules::opmon::ControllerInfo::GetClassData ( ) const
final

Definition at line 698 of file hermescontroller.pb.cc.

698{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::hermesmodules::opmon::ControllerInfo::GetDescriptor ( )
inlinestatic

Definition at line 390 of file hermescontroller.pb.h.

390 {
391 return default_instance().GetMetadata().descriptor;
392 }
::google::protobuf::Metadata GetMetadata() const final
static const ControllerInfo & default_instance()

◆ GetMetadata()

google::protobuf::Metadata dunedaq::hermesmodules::opmon::ControllerInfo::GetMetadata ( ) const
final

Definition at line 740 of file hermescontroller.pb.cc.

740 {
741 return ::_pbi::AssignDescriptors(
744}
::absl::once_flag descriptor_table_hermesmodules_2fopmon_2fhermescontroller_2eproto_once
::_pb::Metadata file_level_metadata_hermesmodules_2fopmon_2fhermescontroller_2eproto[2]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_hermesmodules_2fopmon_2fhermescontroller_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::hermesmodules::opmon::ControllerInfo::GetReflection ( )
inlinestatic

Definition at line 393 of file hermescontroller.pb.h.

393 {
394 return default_instance().GetMetadata().reflection;
395 }

◆ internal_default_instance()

static const ControllerInfo * dunedaq::hermesmodules::opmon::ControllerInfo::internal_default_instance ( )
inlinestatic

Definition at line 399 of file hermescontroller.pb.h.

399 {
400 return reinterpret_cast<const ControllerInfo*>(
402 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ControllerInfoDefaultTypeInternal _ControllerInfo_default_instance_

◆ InternalSwap()

void dunedaq::hermesmodules::opmon::ControllerInfo::InternalSwap ( ControllerInfo * other)
private

Definition at line 729 of file hermescontroller.pb.cc.

729 {
730 using std::swap;
731 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
732 ::google::protobuf::internal::memswap<
735 - PROTOBUF_FIELD_OFFSET(ControllerInfo, _impl_.total_amount_)>(
736 reinterpret_cast<char*>(&_impl_.total_amount_),
737 reinterpret_cast<char*>(&other->_impl_.total_amount_));
738}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::hermesmodules::opmon::ControllerInfo::IsInitialized ( ) const
final

Definition at line 725 of file hermescontroller.pb.cc.

725 {
726 return true;
727}

◆ MergeFrom()

void dunedaq::hermesmodules::opmon::ControllerInfo::MergeFrom ( const ControllerInfo & from)
inline

Definition at line 436 of file hermescontroller.pb.h.

436 {
437 ControllerInfo::MergeImpl(*this, from);
438 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 701 of file hermescontroller.pb.cc.

701 {
702 auto* const _this = static_cast<ControllerInfo*>(&to_msg);
703 auto& from = static_cast<const ControllerInfo&>(from_msg);
704 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.hermesmodules.opmon.ControllerInfo)
705 ABSL_DCHECK_NE(&from, _this);
706 ::uint32_t cached_has_bits = 0;
707 (void) cached_has_bits;
708
709 if (from._internal_total_amount() != 0) {
710 _this->_internal_set_total_amount(from._internal_total_amount());
711 }
712 if (from._internal_amount_since_last_get_info_call() != 0) {
713 _this->_internal_set_amount_since_last_get_info_call(from._internal_amount_since_last_get_info_call());
714 }
715 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
716}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::hermesmodules::opmon::ControllerInfo::mutable_unknown_fields ( )
inline

Definition at line 383 of file hermescontroller.pb.h.

383 {
384 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
385 }

◆ New()

ControllerInfo * dunedaq::hermesmodules::opmon::ControllerInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 430 of file hermescontroller.pb.h.

430 {
431 return CreateMaybeMessage<ControllerInfo>(arena);
432 }

◆ operator=() [1/2]

ControllerInfo & dunedaq::hermesmodules::opmon::ControllerInfo::operator= ( const ControllerInfo & from)
inline

Definition at line 362 of file hermescontroller.pb.h.

362 {
363 CopyFrom(from);
364 return *this;
365 }

◆ operator=() [2/2]

ControllerInfo & dunedaq::hermesmodules::opmon::ControllerInfo::operator= ( ControllerInfo && from)
inlinenoexcept

Definition at line 366 of file hermescontroller.pb.h.

366 {
367 if (this == &from) return *this;
368 if (GetOwningArena() == from.GetOwningArena()
369 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
370 && GetOwningArena() != nullptr
371 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
372 ) {
373 InternalSwap(&from);
374 } else {
375 CopyFrom(from);
376 }
377 return *this;
378 }

◆ set_amount_since_last_get_info_call()

void dunedaq::hermesmodules::opmon::ControllerInfo::set_amount_since_last_get_info_call ( ::uint32_t value)
inline

Definition at line 788 of file hermescontroller.pb.h.

788 {
790 // @@protoc_insertion_point(field_set:dunedaq.hermesmodules.opmon.ControllerInfo.amount_since_last_get_info_call)
791}
void _internal_set_amount_since_last_get_info_call(::uint32_t value)

◆ set_total_amount()

void dunedaq::hermesmodules::opmon::ControllerInfo::set_total_amount ( ::uint64_t value)
inline

Definition at line 766 of file hermescontroller.pb.h.

766 {
768 // @@protoc_insertion_point(field_set:dunedaq.hermesmodules.opmon.ControllerInfo.total_amount)
769}

◆ SetCachedSize()

void dunedaq::hermesmodules::opmon::ControllerInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 582 of file hermescontroller.pb.cc.

582 {
584}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::hermesmodules::opmon::ControllerInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 566 of file hermescontroller.pb.cc.

566 {
567 (void)arena;
568 new (&_impl_) Impl_{
569 decltype(_impl_.total_amount_){::uint64_t{0u}},
571 /*decltype(_impl_._cached_size_)*/ {},
572 };
573}

◆ SharedDtor()

void dunedaq::hermesmodules::opmon::ControllerInfo::SharedDtor ( )
inlineprivate

Definition at line 579 of file hermescontroller.pb.cc.

579 {
580 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
581}

◆ Swap()

void dunedaq::hermesmodules::opmon::ControllerInfo::Swap ( ControllerInfo * other)
inline

Definition at line 409 of file hermescontroller.pb.h.

409 {
410 if (other == this) return;
411 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
412 if (GetOwningArena() != nullptr &&
413 GetOwningArena() == other->GetOwningArena()) {
414 #else // PROTOBUF_FORCE_COPY_IN_SWAP
415 if (GetOwningArena() == other->GetOwningArena()) {
416 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
417 InternalSwap(other);
418 } else {
419 ::google::protobuf::internal::GenericSwap(this, other);
420 }
421 }

◆ total_amount()

uint64_t dunedaq::hermesmodules::opmon::ControllerInfo::total_amount ( ) const
inline

Definition at line 762 of file hermescontroller.pb.h.

762 {
763 // @@protoc_insertion_point(field_get:dunedaq.hermesmodules.opmon.ControllerInfo.total_amount)
764 return _internal_total_amount();
765}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::hermesmodules::opmon::ControllerInfo::unknown_fields ( ) const
inline

Definition at line 380 of file hermescontroller.pb.h.

380 {
381 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
382 }

◆ UnsafeArenaSwap()

void dunedaq::hermesmodules::opmon::ControllerInfo::UnsafeArenaSwap ( ControllerInfo * other)
inline

Definition at line 422 of file hermescontroller.pb.h.

422 {
423 if (other == this) return;
424 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
425 InternalSwap(other);
426 }

Friends And Related Symbol Documentation

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

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

Definition at line 505 of file hermescontroller.pb.h.

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

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

Definition at line 458 of file hermescontroller.pb.h.

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

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

Definition at line 503 of file hermescontroller.pb.h.

◆ ::TableStruct_hermesmodules_2fopmon_2fhermescontroller_2eproto

◆ swap

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

Definition at line 406 of file hermescontroller.pb.h.

406 {
407 a.Swap(&b);
408 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 466 of file hermescontroller.pb.h.

◆ _impl_

Impl_ dunedaq::hermesmodules::opmon::ControllerInfo::_impl_

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

◆ _table_

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

Definition at line 504 of file hermescontroller.pb.h.

◆ kIndexInFileMessages

int dunedaq::hermesmodules::opmon::ControllerInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 403 of file hermescontroller.pb.h.


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