DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
wib::GetSWVersion Class Referencefinal

#include <wib.pb.h>

Inheritance diagram for wib::GetSWVersion:
[legend]
Collaboration diagram for wib::GetSWVersion:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

typedef GetSWVersion_Version Version
 

Public Member Functions

 GetSWVersion ()
 
template<typename = void>
PROTOBUF_CONSTEXPR GetSWVersion (::google::protobuf::internal::ConstantInitialized)
 
 GetSWVersion (const GetSWVersion &from)
 
 GetSWVersion (GetSWVersion &&from) noexcept
 
GetSWVersionoperator= (const GetSWVersion &from)
 
GetSWVersionoperator= (GetSWVersion &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetSWVersion *other)
 
void UnsafeArenaSwap (GetSWVersion *other)
 
GetSWVersionNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const GetSWVersion &from)
 
void MergeFrom (const GetSWVersion &from)
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
template<typename >
PROTOBUF_CONSTEXPR GetSWVersion (::_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 GetSWVersiondefault_instance ()
 
static const GetSWVersioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Static Private Member Functions

::absl::string_view FullMessageName ()
 

Friends

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

Detailed Description

Definition at line 5209 of file wib.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 5329 of file wib.pb.h.

◆ InternalArenaConstructable_

Definition at line 5328 of file wib.pb.h.

◆ Version

Constructor & Destructor Documentation

◆ GetSWVersion() [1/6]

wib::GetSWVersion::GetSWVersion ( )
inline

Definition at line 5212 of file wib.pb.h.

5212: GetSWVersion(nullptr) {}

◆ 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() {
7505 GetSWVersion* const _this = this;
7506 (void)_this;
7507 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7508 from._internal_metadata_);
7509
7510 // @@protoc_insertion_point(copy_constructor:wib.GetSWVersion)
7511}

◆ GetSWVersion() [4/6]

wib::GetSWVersion::GetSWVersion ( GetSWVersion && from)
inlinenoexcept

Definition at line 5217 of file wib.pb.h.

5218 : GetSWVersion() {
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 // @@protoc_insertion_point(arena_constructor:wib.GetSWVersion)
7503}

◆ GetSWVersion() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::GetSWVersion::GetSWVersion ( ::_pbi::ConstantInitialized )

Definition at line 519 of file wib.pb.cc.

519{}

Member Function Documentation

◆ 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 {
5257 return *internal_default_instance();
5258 }
static const GetSWVersion * internal_default_instance()
Definition wib.pb.h:5259

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::GetSWVersion::descriptor ( )
inlinestatic

Definition at line 5247 of file wib.pb.h.

5247 {
5248 return GetDescriptor();
5249 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:5250

◆ 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.

7520{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:5312

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::GetSWVersion::GetDescriptor ( )
inlinestatic

Definition at line 5250 of file wib.pb.h.

5250 {
5251 return default_instance().GetMetadata().descriptor;
5252 }
static const GetSWVersion & default_instance()
Definition wib.pb.h:5256
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:7528

◆ 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()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::GetSWVersion::GetReflection ( )
inlinestatic

Definition at line 5253 of file wib.pb.h.

5253 {
5254 return default_instance().GetMetadata().reflection;
5255 }

◆ internal_default_instance()

static const GetSWVersion * wib::GetSWVersion::internal_default_instance ( )
inlinestatic

Definition at line 5259 of file wib.pb.h.

5259 {
5260 return reinterpret_cast<const GetSWVersion*>(
5262 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSWVersionDefaultTypeInternal _GetSWVersion_default_instance_
Definition wib.pb.cc:529

◆ 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]

GetSWVersion & wib::GetSWVersion::operator= ( const GetSWVersion & from)
inline

Definition at line 5222 of file wib.pb.h.

5222 {
5223 CopyFrom(from);
5224 return *this;
5225 }
void CopyFrom(const GetSWVersion &from)
Definition wib.pb.h:5294

◆ operator=() [2/2]

GetSWVersion & wib::GetSWVersion::operator= ( GetSWVersion && from)
inlinenoexcept

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 // !PROTOBUF_FORCE_COPY_IN_MOVE
5232 ) {
5233 InternalSwap(&from);
5234 } else {
5235 CopyFrom(from);
5236 }
5237 return *this;
5238 }

◆ Swap()

void wib::GetSWVersion::Swap ( GetSWVersion * other)
inline

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 // PROTOBUF_FORCE_COPY_IN_SWAP
5275 if (GetOwningArena() == other->GetOwningArena()) {
5276 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
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 }

Friends And Related Symbol Documentation

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

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

Definition at line 5327 of file wib.pb.h.

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

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

Definition at line 5304 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 5333 of file wib.pb.h.

◆ swap

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

Definition at line 5266 of file wib.pb.h.

5266 {
5267 a.Swap(&b);
5268 }

Member Data Documentation

◆ _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
Initial value:
=
25

Definition at line 5263 of file wib.pb.h.


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