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

#include <vtkPVMessage.pb.h>

Inherits Message.

Public Types

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

Public Member Functions

 ProxyState_SubProxy ()
 
 ~ProxyState_SubProxy () override
 
constexpr ProxyState_SubProxy (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProxyState_SubProxy (const ProxyState_SubProxy &from)
 
 ProxyState_SubProxy (ProxyState_SubProxy &&from) noexcept
 
ProxyState_SubProxyoperator= (const ProxyState_SubProxy &from)
 
ProxyState_SubProxyoperator= (ProxyState_SubProxy &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProxyState_SubProxy *other)
 
void UnsafeArenaSwap (ProxyState_SubProxy *other)
 
ProxyState_SubProxyNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProxyState_SubProxy &from)
 
void MergeFrom (const ProxyState_SubProxy &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_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 ()
 
uint32_t global_id () const
 
void set_global_id (uint32_t value)
 
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 ProxyState_SubProxydefault_instance ()
 
static const ProxyState_SubProxyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kGlobalIdFieldNumber 

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

Constructor & Destructor Documentation

◆ ProxyState_SubProxy() [1/5]

paraview_protobuf::ProxyState_SubProxy::ProxyState_SubProxy ( )
inline

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

◆ ~ProxyState_SubProxy()

paraview_protobuf::ProxyState_SubProxy::~ProxyState_SubProxy ( )
override

◆ ProxyState_SubProxy() [2/5]

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

◆ ProxyState_SubProxy() [3/5]

paraview_protobuf::ProxyState_SubProxy::ProxyState_SubProxy ( const ProxyState_SubProxy from)

◆ ProxyState_SubProxy() [4/5]

paraview_protobuf::ProxyState_SubProxy::ProxyState_SubProxy ( ProxyState_SubProxy &&  from)
inlinenoexcept

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

◆ ProxyState_SubProxy() [5/5]

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

Member Function Documentation

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ unknown_fields()

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

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

◆ mutable_unknown_fields()

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

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

◆ descriptor()

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

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

◆ GetDescriptor()

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

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

◆ GetReflection()

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

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

◆ default_instance()

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

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

◆ internal_default_instance()

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

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

◆ Swap()

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

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

◆ UnsafeArenaSwap()

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

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

◆ New()

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

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

◆ CopyFrom()

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

◆ MergeFrom()

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

◆ Clear()

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

◆ IsInitialized()

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

◆ ByteSizeLong()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetMetadata()

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

◆ has_name()

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

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

◆ clear_name()

void paraview_protobuf::ProxyState_SubProxy::clear_name ( )
inline

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

◆ name()

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

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

◆ set_name() [1/2]

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

◆ mutable_name()

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

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

◆ release_name()

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

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

◆ set_allocated_name()

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

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

◆ has_global_id()

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

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

◆ clear_global_id()

void paraview_protobuf::ProxyState_SubProxy::clear_global_id ( )
inline

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

◆ global_id()

uint32_t paraview_protobuf::ProxyState_SubProxy::global_id ( ) const
inline

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

◆ set_global_id()

void paraview_protobuf::ProxyState_SubProxy::set_global_id ( uint32_t  value)
inline

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

◆ set_name() [2/2]

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

Definition at line 5405 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 1611 of file vtkPVMessage.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::TableStruct_vtkPVMessage_2eproto

friend struct ::TableStruct_vtkPVMessage_2eproto
friend

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

◆ swap

void swap ( ProxyState_SubProxy a,
ProxyState_SubProxy b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int paraview_protobuf::ProxyState_SubProxy::kIndexInFileMessages
static
Initial value:
=
5

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

◆ _class_data_

const ClassData paraview_protobuf::ProxyState_SubProxy::_class_data_
static

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


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