#include <wib.pb.h>
Definition at line 5209 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ Version
◆ GetSWVersion() [1/6]
wib::GetSWVersion::GetSWVersion |
( |
| ) |
|
|
inline |
◆ GetSWVersion() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::GetSWVersion::GetSWVersion |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ GetSWVersion() [3/6]
wib::GetSWVersion::GetSWVersion |
( |
const GetSWVersion & | from | ) |
|
Definition at line 7504 of file wib.pb.cc.
7504 : ::google::protobuf::internal::ZeroFieldsBase() {
7506 (void)_this;
7507 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7508 from._internal_metadata_);
7509
7510
7511}
◆ GetSWVersion() [4/6]
Definition at line 5217 of file wib.pb.h.
5219 *this = ::std::move(from);
5220 }
◆ GetSWVersion() [5/6]
wib::GetSWVersion::GetSWVersion |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 7500 of file wib.pb.cc.
7501 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
7502
7503}
◆ GetSWVersion() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::GetSWVersion::GetSWVersion |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
void wib::GetSWVersion::CopyFrom |
( |
const GetSWVersion & | from | ) |
|
|
inline |
Definition at line 5294 of file wib.pb.h.
5294 {
5295 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
5296 }
◆ default_instance()
static const GetSWVersion & wib::GetSWVersion::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 5256 of file wib.pb.h.
5256 {
5258 }
static const GetSWVersion * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::GetSWVersion::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5247 of file wib.pb.h.
5247 {
5249 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::GetSWVersion::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 5305 of file wib.pb.h.
5305 {
5306 return "wib.GetSWVersion";
5307 }
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::GetSWVersion::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 7520 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::GetSWVersion::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5250 of file wib.pb.h.
5250 {
5252 }
static const GetSWVersion & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata wib::GetSWVersion::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 7528 of file wib.pb.cc.
7528 {
7529 return ::_pbi::AssignDescriptors(
7532}
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::GetSWVersion::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const GetSWVersion * wib::GetSWVersion::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 5259 of file wib.pb.h.
5259 {
5262 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSWVersionDefaultTypeInternal _GetSWVersion_default_instance_
◆ MergeFrom()
void wib::GetSWVersion::MergeFrom |
( |
const GetSWVersion & | from | ) |
|
|
inline |
Definition at line 5298 of file wib.pb.h.
5298 {
5299 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
5300 }
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::GetSWVersion::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 5243 of file wib.pb.h.
5243 {
5244 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5245 }
◆ New()
GetSWVersion * wib::GetSWVersion::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 5290 of file wib.pb.h.
5290 {
5291 return CreateMaybeMessage<GetSWVersion>(arena);
5292 }
◆ operator=() [1/2]
Definition at line 5222 of file wib.pb.h.
5222 {
5224 return *this;
5225 }
void CopyFrom(const GetSWVersion &from)
◆ operator=() [2/2]
Definition at line 5226 of file wib.pb.h.
5226 {
5227 if (this == &from) return *this;
5228 if (GetOwningArena() == from.GetOwningArena()
5229 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5230 && GetOwningArena() != nullptr
5231 #endif
5232 ) {
5233 InternalSwap(&from);
5234 } else {
5236 }
5237 return *this;
5238 }
◆ Swap()
Definition at line 5269 of file wib.pb.h.
5269 {
5270 if (other == this) return;
5271 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5272 if (GetOwningArena() != nullptr &&
5273 GetOwningArena() == other->GetOwningArena()) {
5274 #else
5275 if (GetOwningArena() == other->GetOwningArena()) {
5276 #endif
5277 InternalSwap(other);
5278 } else {
5279 ::google::protobuf::internal::GenericSwap(this, other);
5280 }
5281 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::GetSWVersion::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 5240 of file wib.pb.h.
5240 {
5241 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5242 }
◆ UnsafeArenaSwap()
void wib::GetSWVersion::UnsafeArenaSwap |
( |
GetSWVersion * | other | ) |
|
|
inline |
Definition at line 5282 of file wib.pb.h.
5282 {
5283 if (other == this) return;
5284 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5285 InternalSwap(other);
5286 }
◆ ::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 5266 of file wib.pb.h.
5266 {
5267 a.Swap(&b);
5268 }
◆ _class_data_
const::google::protobuf::Message::ClassData wib::GetSWVersion::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 5312 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::GetSWVersion::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