#include <wib.pb.h>
|
| Reboot (::google::protobuf::Arena *arena) |
|
Definition at line 3124 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ Reboot() [1/6]
◆ Reboot() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::Reboot::Reboot |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ Reboot() [3/6]
wib::Reboot::Reboot |
( |
const Reboot & | from | ) |
|
Definition at line 5205 of file wib.pb.cc.
5205 : ::google::protobuf::internal::ZeroFieldsBase() {
5206 Reboot*
const _this =
this;
5207 (void)_this;
5208 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
5209 from._internal_metadata_);
5210
5211
5212}
◆ Reboot() [4/6]
wib::Reboot::Reboot |
( |
Reboot && | from | ) |
|
|
inlinenoexcept |
Definition at line 3132 of file wib.pb.h.
3134 *this = ::std::move(from);
3135 }
◆ Reboot() [5/6]
wib::Reboot::Reboot |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 5201 of file wib.pb.cc.
5202 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
5203
5204}
◆ Reboot() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::Reboot::Reboot |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
void wib::Reboot::CopyFrom |
( |
const Reboot & | from | ) |
|
|
inline |
Definition at line 3209 of file wib.pb.h.
3209 {
3210 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
3211 }
◆ default_instance()
static const Reboot & wib::Reboot::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 3171 of file wib.pb.h.
3171 {
3173 }
static const Reboot * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::Reboot::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 3162 of file wib.pb.h.
3162 {
3164 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::Reboot::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 3220 of file wib.pb.h.
3220 {
3221 return "wib.Reboot";
3222 }
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::Reboot::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 5221 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::Reboot::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 3165 of file wib.pb.h.
3165 {
3167 }
::google::protobuf::Metadata GetMetadata() const final
static const Reboot & default_instance()
◆ GetMetadata()
google::protobuf::Metadata wib::Reboot::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 5229 of file wib.pb.cc.
5229 {
5230 return ::_pbi::AssignDescriptors(
5233}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
::absl::once_flag descriptor_table_wib_2eproto_once
::_pb::Metadata file_level_metadata_wib_2eproto[37]
◆ GetReflection()
static const ::google::protobuf::Reflection * wib::Reboot::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const Reboot * wib::Reboot::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 3174 of file wib.pb.h.
3174 {
3175 return reinterpret_cast<const Reboot*
>(
3177 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RebootDefaultTypeInternal _Reboot_default_instance_
◆ MergeFrom()
void wib::Reboot::MergeFrom |
( |
const Reboot & | from | ) |
|
|
inline |
Definition at line 3213 of file wib.pb.h.
3213 {
3214 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
3215 }
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::Reboot::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 3158 of file wib.pb.h.
3158 {
3159 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3160 }
◆ New()
Reboot * wib::Reboot::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 3205 of file wib.pb.h.
3205 {
3206 return CreateMaybeMessage<Reboot>(arena);
3207 }
◆ operator=() [1/2]
Definition at line 3137 of file wib.pb.h.
3137 {
3139 return *this;
3140 }
void CopyFrom(const Reboot &from)
◆ operator=() [2/2]
Definition at line 3141 of file wib.pb.h.
3141 {
3142 if (this == &from) return *this;
3143 if (GetOwningArena() == from.GetOwningArena()
3144 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3145 && GetOwningArena() != nullptr
3146 #endif
3147 ) {
3148 InternalSwap(&from);
3149 } else {
3151 }
3152 return *this;
3153 }
◆ Swap()
void wib::Reboot::Swap |
( |
Reboot * | other | ) |
|
|
inline |
Definition at line 3184 of file wib.pb.h.
3184 {
3185 if (other == this) return;
3186 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3187 if (GetOwningArena() != nullptr &&
3188 GetOwningArena() == other->GetOwningArena()) {
3189 #else
3190 if (GetOwningArena() == other->GetOwningArena()) {
3191 #endif
3192 InternalSwap(other);
3193 } else {
3194 ::google::protobuf::internal::GenericSwap(this, other);
3195 }
3196 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::Reboot::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 3155 of file wib.pb.h.
3155 {
3156 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3157 }
◆ UnsafeArenaSwap()
void wib::Reboot::UnsafeArenaSwap |
( |
Reboot * | other | ) |
|
|
inline |
Definition at line 3197 of file wib.pb.h.
3197 {
3198 if (other == this) return;
3199 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3200 InternalSwap(other);
3201 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::TableStruct_wib_2eproto
◆ swap
Definition at line 3181 of file wib.pb.h.
3181 {
3182 a.Swap(&b);
3183 }
◆ _class_data_
const::google::protobuf::Message::ClassData wib::Reboot::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 3227 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::Reboot::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.h
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.cc