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

#include <run_info.pb.h>

Inheritance diagram for dunedaq::rcif::opmon::RunInfo:
[legend]
Collaboration diagram for dunedaq::rcif::opmon::RunInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kRunNumberFieldNumber = 2 , kRunningFieldNumber = 1 , kRunTimeFieldNumber = 3 }
 

Public Member Functions

 RunInfo ()
 
 ~RunInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR RunInfo (::google::protobuf::internal::ConstantInitialized)
 
 RunInfo (const RunInfo &from)
 
 RunInfo (RunInfo &&from) noexcept
 
RunInfooperator= (const RunInfo &from)
 
RunInfooperator= (RunInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RunInfo *other)
 
void UnsafeArenaSwap (RunInfo *other)
 
RunInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const RunInfo &from)
 
void MergeFrom (const RunInfo &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_run_number ()
 
::uint64_t run_number () const
 
void set_run_number (::uint64_t value)
 
void clear_running ()
 
bool running () const
 
void set_running (bool value)
 
void clear_run_time ()
 
::uint32_t run_time () const
 
void set_run_time (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR RunInfo (::_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 RunInfodefault_instance ()
 
static const RunInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RunInfo (::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 (RunInfo *other)
 
::uint64_t _internal_run_number () const
 
void _internal_set_run_number (::uint64_t value)
 
bool _internal_running () const
 
void _internal_set_running (bool value)
 
::uint32_t _internal_run_time () const
 
void _internal_set_run_time (::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< 2, 3, 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_rcif_2fopmon_2frun_5finfo_2eproto
 
void swap (RunInfo &a, RunInfo &b)
 

Detailed Description

Definition at line 79 of file run_info.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRunNumberFieldNumber 
kRunningFieldNumber 
kRunTimeFieldNumber 

Definition at line 206 of file run_info.pb.h.

Constructor & Destructor Documentation

◆ RunInfo() [1/6]

dunedaq::rcif::opmon::RunInfo::RunInfo ( )
inline

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

◆ ~RunInfo()

dunedaq::rcif::opmon::RunInfo::~RunInfo ( )
override

Definition at line 146 of file run_info.pb.cc.

146 {
147 // @@protoc_insertion_point(destructor:dunedaq.rcif.opmon.RunInfo)
148 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
149 SharedDtor();
150}

◆ RunInfo() [2/6]

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

◆ RunInfo() [3/6]

dunedaq::rcif::opmon::RunInfo::RunInfo ( const RunInfo & from)

Definition at line 131 of file run_info.pb.cc.

132 : ::google::protobuf::Message(), _impl_(from._impl_) {
133 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
134 from._internal_metadata_);
135 // @@protoc_insertion_point(copy_constructor:dunedaq.rcif.opmon.RunInfo)
136}

◆ RunInfo() [4/6]

dunedaq::rcif::opmon::RunInfo::RunInfo ( RunInfo && from)
inlinenoexcept

Definition at line 88 of file run_info.pb.h.

89 : RunInfo() {
90 *this = ::std::move(from);
91 }

◆ RunInfo() [5/6]

dunedaq::rcif::opmon::RunInfo::RunInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 126 of file run_info.pb.cc.

127 : ::google::protobuf::Message(arena) {
128 SharedCtor(arena);
129 // @@protoc_insertion_point(arena_constructor:dunedaq.rcif.opmon.RunInfo)
130}
void SharedCtor(::google::protobuf::Arena *arena)

◆ RunInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::rcif::opmon::RunInfo::RunInfo ( ::_pbi::ConstantInitialized )

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

28 : _impl_{
29 /*decltype(_impl_.run_number_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.running_)*/ false,
31 /*decltype(_impl_.run_time_)*/ 0u,
32 /*decltype(_impl_._cached_size_)*/ {},
33 } {}

Member Function Documentation

◆ _internal_run_number()

uint64_t dunedaq::rcif::opmon::RunInfo::_internal_run_number ( ) const
inlineprivate

Definition at line 311 of file run_info.pb.h.

311 {
312 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
313 return _impl_.run_number_;
314}

◆ _internal_run_time()

uint32_t dunedaq::rcif::opmon::RunInfo::_internal_run_time ( ) const
inlineprivate

Definition at line 333 of file run_info.pb.h.

333 {
334 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
335 return _impl_.run_time_;
336}

◆ _internal_running()

bool dunedaq::rcif::opmon::RunInfo::_internal_running ( ) const
inlineprivate

Definition at line 289 of file run_info.pb.h.

289 {
290 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
291 return _impl_.running_;
292}

◆ _internal_set_run_number()

void dunedaq::rcif::opmon::RunInfo::_internal_set_run_number ( ::uint64_t value)
inlineprivate

Definition at line 315 of file run_info.pb.h.

315 {
316 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
317 ;
318 _impl_.run_number_ = value;
319}

◆ _internal_set_run_time()

void dunedaq::rcif::opmon::RunInfo::_internal_set_run_time ( ::uint32_t value)
inlineprivate

Definition at line 337 of file run_info.pb.h.

337 {
338 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
339 ;
340 _impl_.run_time_ = value;
341}

◆ _internal_set_running()

void dunedaq::rcif::opmon::RunInfo::_internal_set_running ( bool value)
inlineprivate

Definition at line 293 of file run_info.pb.h.

293 {
294 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
295 ;
296 _impl_.running_ = value;
297}

◆ _InternalParse()

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

Definition at line 170 of file run_info.pb.cc.

171 {
172 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
173 return ptr;
174}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 220 of file run_info.pb.cc.

222 {
223 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.rcif.opmon.RunInfo)
224 ::uint32_t cached_has_bits = 0;
225 (void)cached_has_bits;
226
227 // bool running = 1;
228 if (this->_internal_running() != 0) {
229 target = stream->EnsureSpace(target);
230 target = ::_pbi::WireFormatLite::WriteBoolToArray(
231 1, this->_internal_running(), target);
232 }
233
234 // uint64 run_number = 2;
235 if (this->_internal_run_number() != 0) {
236 target = stream->EnsureSpace(target);
237 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
238 2, this->_internal_run_number(), target);
239 }
240
241 // uint32 run_time = 3;
242 if (this->_internal_run_time() != 0) {
243 target = stream->EnsureSpace(target);
244 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
245 3, this->_internal_run_time(), target);
246 }
247
248 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
249 target =
250 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
251 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
252 }
253 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.rcif.opmon.RunInfo)
254 return target;
255}
::uint64_t _internal_run_number() const
::uint32_t _internal_run_time() const

◆ ByteSizeLong()

size_t dunedaq::rcif::opmon::RunInfo::ByteSizeLong ( ) const
final

Definition at line 257 of file run_info.pb.cc.

257 {
258// @@protoc_insertion_point(message_byte_size_start:dunedaq.rcif.opmon.RunInfo)
259 ::size_t total_size = 0;
260
261 ::uint32_t cached_has_bits = 0;
262 // Prevent compiler warnings about cached_has_bits being unused
263 (void) cached_has_bits;
264
265 // uint64 run_number = 2;
266 if (this->_internal_run_number() != 0) {
267 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
268 this->_internal_run_number());
269 }
270
271 // bool running = 1;
272 if (this->_internal_running() != 0) {
273 total_size += 2;
274 }
275
276 // uint32 run_time = 3;
277 if (this->_internal_run_time() != 0) {
278 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
279 this->_internal_run_time());
280 }
281
282 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
283}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::rcif::opmon::RunInfo::Clear ( )
final

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

158 {
159// @@protoc_insertion_point(message_clear_start:dunedaq.rcif.opmon.RunInfo)
160 ::uint32_t cached_has_bits = 0;
161 // Prevent compiler warnings about cached_has_bits being unused
162 (void) cached_has_bits;
163
164 ::memset(&_impl_.run_number_, 0, static_cast<::size_t>(
165 reinterpret_cast<char*>(&_impl_.run_time_) -
166 reinterpret_cast<char*>(&_impl_.run_number_)) + sizeof(_impl_.run_time_));
167 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
168}

◆ clear_run_number()

void dunedaq::rcif::opmon::RunInfo::clear_run_number ( )
inline

Definition at line 300 of file run_info.pb.h.

300 {
301 _impl_.run_number_ = ::uint64_t{0u};
302}

◆ clear_run_time()

void dunedaq::rcif::opmon::RunInfo::clear_run_time ( )
inline

Definition at line 322 of file run_info.pb.h.

322 {
323 _impl_.run_time_ = 0u;
324}

◆ clear_running()

void dunedaq::rcif::opmon::RunInfo::clear_running ( )
inline

Definition at line 278 of file run_info.pb.h.

278 {
279 _impl_.running_ = false;
280}

◆ CopyFrom()

void dunedaq::rcif::opmon::RunInfo::CopyFrom ( const RunInfo & from)

Definition at line 312 of file run_info.pb.cc.

312 {
313// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.rcif.opmon.RunInfo)
314 if (&from == this) return;
315 Clear();
316 MergeFrom(from);
317}
void MergeFrom(const RunInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const RunInfo & dunedaq::rcif::opmon::RunInfo::default_instance ( )
inlinestatic

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

127 {
129 }
static const RunInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::rcif::opmon::RunInfo::descriptor ( )
inlinestatic

Definition at line 118 of file run_info.pb.h.

118 {
119 return GetDescriptor();
120 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::rcif::opmon::RunInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 190 of file run_info.pb.h.

190 {
191 return "dunedaq.rcif.opmon.RunInfo";
192 }

◆ GetCachedSize()

int dunedaq::rcif::opmon::RunInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file run_info.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::rcif::opmon::RunInfo::GetClassData ( ) const
final

Definition at line 289 of file run_info.pb.cc.

289{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::rcif::opmon::RunInfo::GetDescriptor ( )
inlinestatic

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

121 {
122 return default_instance().GetMetadata().descriptor;
123 }
static const RunInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::rcif::opmon::RunInfo::GetMetadata ( ) const
final

Definition at line 334 of file run_info.pb.cc.

334 {
335 return ::_pbi::AssignDescriptors(
338}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_rcif_2fopmon_2frun_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_rcif_2fopmon_2frun_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_rcif_2fopmon_2frun_5finfo_2eproto[1]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::rcif::opmon::RunInfo::GetReflection ( )
inlinestatic

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

124 {
125 return default_instance().GetMetadata().reflection;
126 }

◆ internal_default_instance()

static const RunInfo * dunedaq::rcif::opmon::RunInfo::internal_default_instance ( )
inlinestatic

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

130 {
131 return reinterpret_cast<const RunInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RunInfoDefaultTypeInternal _RunInfo_default_instance_

◆ InternalSwap()

void dunedaq::rcif::opmon::RunInfo::InternalSwap ( RunInfo * other)
private

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

323 {
324 using std::swap;
325 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
326 ::google::protobuf::internal::memswap<
327 PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_time_)
328 + sizeof(RunInfo::_impl_.run_time_)
329 - PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_number_)>(
330 reinterpret_cast<char*>(&_impl_.run_number_),
331 reinterpret_cast<char*>(&other->_impl_.run_number_));
332}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::rcif::opmon::RunInfo::IsInitialized ( ) const
final

Definition at line 319 of file run_info.pb.cc.

319 {
320 return true;
321}

◆ MergeFrom()

void dunedaq::rcif::opmon::RunInfo::MergeFrom ( const RunInfo & from)
inline

Definition at line 167 of file run_info.pb.h.

167 {
168 RunInfo::MergeImpl(*this, from);
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 292 of file run_info.pb.cc.

292 {
293 auto* const _this = static_cast<RunInfo*>(&to_msg);
294 auto& from = static_cast<const RunInfo&>(from_msg);
295 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.rcif.opmon.RunInfo)
296 ABSL_DCHECK_NE(&from, _this);
297 ::uint32_t cached_has_bits = 0;
298 (void) cached_has_bits;
299
300 if (from._internal_run_number() != 0) {
301 _this->_internal_set_run_number(from._internal_run_number());
302 }
303 if (from._internal_running() != 0) {
304 _this->_internal_set_running(from._internal_running());
305 }
306 if (from._internal_run_time() != 0) {
307 _this->_internal_set_run_time(from._internal_run_time());
308 }
309 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
310}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::rcif::opmon::RunInfo::mutable_unknown_fields ( )
inline

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

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

◆ New()

RunInfo * dunedaq::rcif::opmon::RunInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 161 of file run_info.pb.h.

161 {
162 return CreateMaybeMessage<RunInfo>(arena);
163 }

◆ operator=() [1/2]

RunInfo & dunedaq::rcif::opmon::RunInfo::operator= ( const RunInfo & from)
inline

Definition at line 93 of file run_info.pb.h.

93 {
94 CopyFrom(from);
95 return *this;
96 }
void CopyFrom(const RunInfo &from)

◆ operator=() [2/2]

RunInfo & dunedaq::rcif::opmon::RunInfo::operator= ( RunInfo && from)
inlinenoexcept

Definition at line 97 of file run_info.pb.h.

97 {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }
void InternalSwap(RunInfo *other)

◆ run_number()

uint64_t dunedaq::rcif::opmon::RunInfo::run_number ( ) const
inline

Definition at line 303 of file run_info.pb.h.

303 {
304 // @@protoc_insertion_point(field_get:dunedaq.rcif.opmon.RunInfo.run_number)
305 return _internal_run_number();
306}

◆ run_time()

uint32_t dunedaq::rcif::opmon::RunInfo::run_time ( ) const
inline

Definition at line 325 of file run_info.pb.h.

325 {
326 // @@protoc_insertion_point(field_get:dunedaq.rcif.opmon.RunInfo.run_time)
327 return _internal_run_time();
328}

◆ running()

bool dunedaq::rcif::opmon::RunInfo::running ( ) const
inline

Definition at line 281 of file run_info.pb.h.

281 {
282 // @@protoc_insertion_point(field_get:dunedaq.rcif.opmon.RunInfo.running)
283 return _internal_running();
284}

◆ set_run_number()

void dunedaq::rcif::opmon::RunInfo::set_run_number ( ::uint64_t value)
inline

Definition at line 307 of file run_info.pb.h.

307 {
309 // @@protoc_insertion_point(field_set:dunedaq.rcif.opmon.RunInfo.run_number)
310}
void _internal_set_run_number(::uint64_t value)

◆ set_run_time()

void dunedaq::rcif::opmon::RunInfo::set_run_time ( ::uint32_t value)
inline

Definition at line 329 of file run_info.pb.h.

329 {
331 // @@protoc_insertion_point(field_set:dunedaq.rcif.opmon.RunInfo.run_time)
332}
void _internal_set_run_time(::uint32_t value)

◆ set_running()

void dunedaq::rcif::opmon::RunInfo::set_running ( bool value)
inline

Definition at line 285 of file run_info.pb.h.

285 {
287 // @@protoc_insertion_point(field_set:dunedaq.rcif.opmon.RunInfo.running)
288}
void _internal_set_running(bool value)

◆ SetCachedSize()

void dunedaq::rcif::opmon::RunInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 154 of file run_info.pb.cc.

154 {
156}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::rcif::opmon::RunInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 137 of file run_info.pb.cc.

137 {
138 (void)arena;
139 new (&_impl_) Impl_{
140 decltype(_impl_.run_number_){::uint64_t{0u}},
141 decltype(_impl_.running_){false},
142 decltype(_impl_.run_time_){0u},
143 /*decltype(_impl_._cached_size_)*/ {},
144 };
145}

◆ SharedDtor()

void dunedaq::rcif::opmon::RunInfo::SharedDtor ( )
inlineprivate

Definition at line 151 of file run_info.pb.cc.

151 {
152 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
153}

◆ Swap()

void dunedaq::rcif::opmon::RunInfo::Swap ( RunInfo * other)
inline

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

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::rcif::opmon::RunInfo::unknown_fields ( ) const
inline

Definition at line 111 of file run_info.pb.h.

111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }

◆ UnsafeArenaSwap()

void dunedaq::rcif::opmon::RunInfo::UnsafeArenaSwap ( RunInfo * other)
inline

Definition at line 153 of file run_info.pb.h.

153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }

Friends And Related Symbol Documentation

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

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

Definition at line 247 of file run_info.pb.h.

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

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

Definition at line 189 of file run_info.pb.h.

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

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

Definition at line 245 of file run_info.pb.h.

◆ ::TableStruct_rcif_2fopmon_2frun_5finfo_2eproto

Definition at line 258 of file run_info.pb.h.

◆ swap

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

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

137 {
138 a.Swap(&b);
139 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 197 of file run_info.pb.h.

◆ _impl_

Impl_ dunedaq::rcif::opmon::RunInfo::_impl_

Definition at line 257 of file run_info.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > dunedaq::rcif::opmon::RunInfo::_table_
staticprivate

Definition at line 246 of file run_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::rcif::opmon::RunInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file run_info.pb.h.


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