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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Member Functions

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

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Empty (::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 (Empty &a, Empty &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Constructor & Destructor Documentation

◆ Empty() [1/6]

wib::Empty::Empty ( )
inline

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

6428: Empty(nullptr) {}

◆ Empty() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::Empty::Empty ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ Empty() [3/6]

wib::Empty::Empty ( const Empty & from)

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

8497 : ::google::protobuf::internal::ZeroFieldsBase() {
8498 Empty* const _this = this;
8499 (void)_this;
8500 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8501 from._internal_metadata_);
8502
8503 // @@protoc_insertion_point(copy_constructor:wib.Empty)
8504}

◆ Empty() [4/6]

wib::Empty::Empty ( Empty && from)
inlinenoexcept

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

6434 : Empty() {
6435 *this = ::std::move(from);
6436 }

◆ Empty() [5/6]

wib::Empty::Empty ( ::google::protobuf::Arena * arena)
explicitprotected

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

8494 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
8495 // @@protoc_insertion_point(arena_constructor:wib.Empty)
8496}

◆ Empty() [6/6]

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

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

640{}

Member Function Documentation

◆ CopyFrom()

void wib::Empty::CopyFrom ( const Empty & from)
inline

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

6510 {
6511 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
6512 }

◆ default_instance()

static const Empty & wib::Empty::default_instance ( )
inlinestatic

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

6472 {
6473 return *internal_default_instance();
6474 }
static const Empty * internal_default_instance()
Definition wib.pb.h:6475

◆ descriptor()

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

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

6463 {
6464 return GetDescriptor();
6465 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:6466

◆ FullMessageName()

::absl::string_view wib::Empty::FullMessageName ( )
inlinestaticprivate

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

6521 {
6522 return "wib.Empty";
6523 }

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::Empty::GetClassData ( ) const
final

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

8513{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:6528

◆ GetDescriptor()

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

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

6466 {
6467 return default_instance().GetMetadata().descriptor;
6468 }
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:8521
static const Empty & default_instance()
Definition wib.pb.h:6472

◆ GetMetadata()

google::protobuf::Metadata wib::Empty::GetMetadata ( ) const
final

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

8521 {
8522 return ::_pbi::AssignDescriptors(
8525}
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::Empty::GetReflection ( )
inlinestatic

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

6469 {
6470 return default_instance().GetMetadata().reflection;
6471 }

◆ internal_default_instance()

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

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

6475 {
6476 return reinterpret_cast<const Empty*>(
6478 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmptyDefaultTypeInternal _Empty_default_instance_
Definition wib.pb.cc:650

◆ MergeFrom()

void wib::Empty::MergeFrom ( const Empty & from)
inline

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

6514 {
6515 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
6516 }

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::Empty::mutable_unknown_fields ( )
inline

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

6459 {
6460 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6461 }

◆ New()

Empty * wib::Empty::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

6506 {
6507 return CreateMaybeMessage<Empty>(arena);
6508 }

◆ operator=() [1/2]

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

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

6438 {
6439 CopyFrom(from);
6440 return *this;
6441 }
void CopyFrom(const Empty &from)
Definition wib.pb.h:6510

◆ operator=() [2/2]

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

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

6442 {
6443 if (this == &from) return *this;
6444 if (GetOwningArena() == from.GetOwningArena()
6445 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6446 && GetOwningArena() != nullptr
6447 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6448 ) {
6449 InternalSwap(&from);
6450 } else {
6451 CopyFrom(from);
6452 }
6453 return *this;
6454 }

◆ Swap()

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

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

6485 {
6486 if (other == this) return;
6487 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6488 if (GetOwningArena() != nullptr &&
6489 GetOwningArena() == other->GetOwningArena()) {
6490 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6491 if (GetOwningArena() == other->GetOwningArena()) {
6492 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6493 InternalSwap(other);
6494 } else {
6495 ::google::protobuf::internal::GenericSwap(this, other);
6496 }
6497 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::Empty::unknown_fields ( ) const
inline

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

6456 {
6457 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6458 }

◆ UnsafeArenaSwap()

void wib::Empty::UnsafeArenaSwap ( Empty * other)
inline

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

6498 {
6499 if (other == this) return;
6500 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6501 InternalSwap(other);
6502 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

6482 {
6483 a.Swap(&b);
6484 }

Member Data Documentation

◆ _class_data_

const::google::protobuf::Message::ClassData wib::Empty::_class_data_
static
Initial value:
= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}

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

◆ kIndexInFileMessages

int wib::Empty::kIndexInFileMessages
staticconstexpr
Initial value:
=
33

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


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