Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Friends | List of all members
paraview_protobuf::PXMRegistrationState_Entry Class Referencefinal

#include <vtkPVMessage.pb.h>

Inherits Message.

Public Types

enum  : int { kGroupFieldNumber = 1, kNameFieldNumber = 2, kGlobalIdFieldNumber = 3 }
 

Public Member Functions

 PXMRegistrationState_Entry ()
 
 ~PXMRegistrationState_Entry () override
 
constexpr PXMRegistrationState_Entry (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 PXMRegistrationState_Entry (const PXMRegistrationState_Entry &from)
 
 PXMRegistrationState_Entry (PXMRegistrationState_Entry &&from) noexcept
 
PXMRegistrationState_Entryoperator= (const PXMRegistrationState_Entry &from)
 
PXMRegistrationState_Entryoperator= (PXMRegistrationState_Entry &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PXMRegistrationState_Entry *other)
 
void UnsafeArenaSwap (PXMRegistrationState_Entry *other)
 
PXMRegistrationState_EntryNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const PXMRegistrationState_Entry &from)
 
void MergeFrom (const PXMRegistrationState_Entry &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_group () const
 
void clear_group ()
 
const std::stringgroup () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_group (ArgT0 &&arg0, ArgT... args)
 
std::stringmutable_group ()
 
PROTOBUF_NODISCARD std::stringrelease_group ()
 
void set_allocated_group (std::string *group)
 
bool has_name () const
 
void clear_name ()
 
const std::stringname () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT... args)
 
std::stringmutable_name ()
 
PROTOBUF_NODISCARD std::stringrelease_name ()
 
void set_allocated_name (std::string *name)
 
bool has_global_id () const
 
void clear_global_id ()
 
uint64_t global_id () const
 
void set_global_id (uint64_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_group (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const PXMRegistrationState_Entrydefault_instance ()
 
static const PXMRegistrationState_Entryinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 PXMRegistrationState_Entry (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_vtkPVMessage_2eproto
 
void swap (PXMRegistrationState_Entry &a, PXMRegistrationState_Entry &b)
 

Detailed Description

Definition at line 2427 of file vtkPVMessage.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGroupFieldNumber 
kNameFieldNumber 
kGlobalIdFieldNumber 

Definition at line 2555 of file vtkPVMessage.pb.h.

Constructor & Destructor Documentation

◆ PXMRegistrationState_Entry() [1/5]

paraview_protobuf::PXMRegistrationState_Entry::PXMRegistrationState_Entry ( )
inline

Definition at line 2430 of file vtkPVMessage.pb.h.

◆ ~PXMRegistrationState_Entry()

paraview_protobuf::PXMRegistrationState_Entry::~PXMRegistrationState_Entry ( )
override

◆ PXMRegistrationState_Entry() [2/5]

constexpr paraview_protobuf::PXMRegistrationState_Entry::PXMRegistrationState_Entry ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ PXMRegistrationState_Entry() [3/5]

paraview_protobuf::PXMRegistrationState_Entry::PXMRegistrationState_Entry ( const PXMRegistrationState_Entry from)

◆ PXMRegistrationState_Entry() [4/5]

paraview_protobuf::PXMRegistrationState_Entry::PXMRegistrationState_Entry ( PXMRegistrationState_Entry &&  from)
inlinenoexcept

Definition at line 2435 of file vtkPVMessage.pb.h.

◆ PXMRegistrationState_Entry() [5/5]

paraview_protobuf::PXMRegistrationState_Entry::PXMRegistrationState_Entry ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ operator=() [1/2]

PXMRegistrationState_Entry& paraview_protobuf::PXMRegistrationState_Entry::operator= ( const PXMRegistrationState_Entry from)
inline

Definition at line 2440 of file vtkPVMessage.pb.h.

◆ operator=() [2/2]

PXMRegistrationState_Entry& paraview_protobuf::PXMRegistrationState_Entry::operator= ( PXMRegistrationState_Entry &&  from)
inlinenoexcept

Definition at line 2444 of file vtkPVMessage.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& paraview_protobuf::PXMRegistrationState_Entry::unknown_fields ( ) const
inline

Definition at line 2458 of file vtkPVMessage.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* paraview_protobuf::PXMRegistrationState_Entry::mutable_unknown_fields ( )
inline

Definition at line 2461 of file vtkPVMessage.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* paraview_protobuf::PXMRegistrationState_Entry::descriptor ( )
inlinestatic

Definition at line 2465 of file vtkPVMessage.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* paraview_protobuf::PXMRegistrationState_Entry::GetDescriptor ( )
inlinestatic

Definition at line 2468 of file vtkPVMessage.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* paraview_protobuf::PXMRegistrationState_Entry::GetReflection ( )
inlinestatic

Definition at line 2471 of file vtkPVMessage.pb.h.

◆ default_instance()

static const PXMRegistrationState_Entry& paraview_protobuf::PXMRegistrationState_Entry::default_instance ( )
inlinestatic

Definition at line 2474 of file vtkPVMessage.pb.h.

◆ internal_default_instance()

static const PXMRegistrationState_Entry* paraview_protobuf::PXMRegistrationState_Entry::internal_default_instance ( )
inlinestatic

Definition at line 2477 of file vtkPVMessage.pb.h.

◆ Swap()

void paraview_protobuf::PXMRegistrationState_Entry::Swap ( PXMRegistrationState_Entry other)
inline

Definition at line 2487 of file vtkPVMessage.pb.h.

◆ UnsafeArenaSwap()

void paraview_protobuf::PXMRegistrationState_Entry::UnsafeArenaSwap ( PXMRegistrationState_Entry other)
inline

Definition at line 2500 of file vtkPVMessage.pb.h.

◆ New()

PXMRegistrationState_Entry* paraview_protobuf::PXMRegistrationState_Entry::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 2508 of file vtkPVMessage.pb.h.

◆ CopyFrom()

void paraview_protobuf::PXMRegistrationState_Entry::CopyFrom ( const PXMRegistrationState_Entry from)

◆ MergeFrom()

void paraview_protobuf::PXMRegistrationState_Entry::MergeFrom ( const PXMRegistrationState_Entry from)

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void paraview_protobuf::PXMRegistrationState_Entry::Clear ( )
final

◆ IsInitialized()

bool paraview_protobuf::PXMRegistrationState_Entry::IsInitialized ( ) const
final

◆ ByteSizeLong()

size_t paraview_protobuf::PXMRegistrationState_Entry::ByteSizeLong ( ) const
final

◆ _InternalParse()

const char* paraview_protobuf::PXMRegistrationState_Entry::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* paraview_protobuf::PXMRegistrationState_Entry::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ GetCachedSize()

int paraview_protobuf::PXMRegistrationState_Entry::GetCachedSize ( ) const
inlinefinal

Definition at line 2525 of file vtkPVMessage.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* paraview_protobuf::PXMRegistrationState_Entry::GetClassData ( ) const
final

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata paraview_protobuf::PXMRegistrationState_Entry::GetMetadata ( ) const
final

◆ has_group()

bool paraview_protobuf::PXMRegistrationState_Entry::has_group ( ) const
inline

Definition at line 5955 of file vtkPVMessage.pb.h.

◆ clear_group()

void paraview_protobuf::PXMRegistrationState_Entry::clear_group ( )
inline

Definition at line 5958 of file vtkPVMessage.pb.h.

◆ group()

const std::string & paraview_protobuf::PXMRegistrationState_Entry::group ( ) const
inline

Definition at line 5962 of file vtkPVMessage.pb.h.

◆ set_group() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void paraview_protobuf::PXMRegistrationState_Entry::set_group ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ mutable_group()

std::string * paraview_protobuf::PXMRegistrationState_Entry::mutable_group ( )
inline

Definition at line 5973 of file vtkPVMessage.pb.h.

◆ release_group()

std::string * paraview_protobuf::PXMRegistrationState_Entry::release_group ( )
inline

Definition at line 5989 of file vtkPVMessage.pb.h.

◆ set_allocated_group()

void paraview_protobuf::PXMRegistrationState_Entry::set_allocated_group ( std::string group)
inline

Definition at line 6003 of file vtkPVMessage.pb.h.

◆ has_name()

bool paraview_protobuf::PXMRegistrationState_Entry::has_name ( ) const
inline

Definition at line 6024 of file vtkPVMessage.pb.h.

◆ clear_name()

void paraview_protobuf::PXMRegistrationState_Entry::clear_name ( )
inline

Definition at line 6027 of file vtkPVMessage.pb.h.

◆ name()

const std::string & paraview_protobuf::PXMRegistrationState_Entry::name ( ) const
inline

Definition at line 6031 of file vtkPVMessage.pb.h.

◆ set_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void paraview_protobuf::PXMRegistrationState_Entry::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ mutable_name()

std::string * paraview_protobuf::PXMRegistrationState_Entry::mutable_name ( )
inline

Definition at line 6042 of file vtkPVMessage.pb.h.

◆ release_name()

std::string * paraview_protobuf::PXMRegistrationState_Entry::release_name ( )
inline

Definition at line 6058 of file vtkPVMessage.pb.h.

◆ set_allocated_name()

void paraview_protobuf::PXMRegistrationState_Entry::set_allocated_name ( std::string name)
inline

Definition at line 6072 of file vtkPVMessage.pb.h.

◆ has_global_id()

bool paraview_protobuf::PXMRegistrationState_Entry::has_global_id ( ) const
inline

Definition at line 6093 of file vtkPVMessage.pb.h.

◆ clear_global_id()

void paraview_protobuf::PXMRegistrationState_Entry::clear_global_id ( )
inline

Definition at line 6096 of file vtkPVMessage.pb.h.

◆ global_id()

uint64_t paraview_protobuf::PXMRegistrationState_Entry::global_id ( ) const
inline

Definition at line 6103 of file vtkPVMessage.pb.h.

◆ set_global_id()

void paraview_protobuf::PXMRegistrationState_Entry::set_global_id ( uint64_t  value)
inline

Definition at line 6111 of file vtkPVMessage.pb.h.

◆ set_group() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void paraview_protobuf::PXMRegistrationState_Entry::set_group ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 5968 of file vtkPVMessage.pb.h.

◆ set_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void paraview_protobuf::PXMRegistrationState_Entry::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 6037 of file vtkPVMessage.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 2534 of file vtkPVMessage.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 2616 of file vtkPVMessage.pb.h.

◆ ::TableStruct_vtkPVMessage_2eproto

friend struct ::TableStruct_vtkPVMessage_2eproto
friend

Definition at line 2624 of file vtkPVMessage.pb.h.

◆ swap

void swap ( PXMRegistrationState_Entry a,
PXMRegistrationState_Entry b 
)
friend

Definition at line 2484 of file vtkPVMessage.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int paraview_protobuf::PXMRegistrationState_Entry::kIndexInFileMessages
static
Initial value:
=
10

Definition at line 2481 of file vtkPVMessage.pb.h.

◆ _class_data_

const ClassData paraview_protobuf::PXMRegistrationState_Entry::_class_data_
static

Definition at line 2546 of file vtkPVMessage.pb.h.


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