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

#include <vtkPVMessage.pb.h>

Inherits Message.

Public Types

enum  : int { kKeyFieldNumber = 1, kValueFieldNumber = 2 }
 

Public Member Functions

 ProxyState_Annotation ()
 
 ~ProxyState_Annotation () override
 
constexpr ProxyState_Annotation (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProxyState_Annotation (const ProxyState_Annotation &from)
 
 ProxyState_Annotation (ProxyState_Annotation &&from) noexcept
 
ProxyState_Annotationoperator= (const ProxyState_Annotation &from)
 
ProxyState_Annotationoperator= (ProxyState_Annotation &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProxyState_Annotation *other)
 
void UnsafeArenaSwap (ProxyState_Annotation *other)
 
ProxyState_AnnotationNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProxyState_Annotation &from)
 
void MergeFrom (const ProxyState_Annotation &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_key () const
 
void clear_key ()
 
const std::stringkey () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_key (ArgT0 &&arg0, ArgT... args)
 
std::stringmutable_key ()
 
PROTOBUF_NODISCARD std::stringrelease_key ()
 
void set_allocated_key (std::string *key)
 
bool has_value () const
 
void clear_value ()
 
const std::stringvalue () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_value (ArgT0 &&arg0, ArgT... args)
 
std::stringmutable_value ()
 
PROTOBUF_NODISCARD std::stringrelease_value ()
 
void set_allocated_value (std::string *value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_key (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_value (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_Annotationdefault_instance ()
 
static const ProxyState_Annotationinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kKeyFieldNumber 
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ ProxyState_Annotation() [1/5]

paraview_protobuf::ProxyState_Annotation::ProxyState_Annotation ( )
inline

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

◆ ~ProxyState_Annotation()

paraview_protobuf::ProxyState_Annotation::~ProxyState_Annotation ( )
override

◆ ProxyState_Annotation() [2/5]

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

◆ ProxyState_Annotation() [3/5]

paraview_protobuf::ProxyState_Annotation::ProxyState_Annotation ( const ProxyState_Annotation from)

◆ ProxyState_Annotation() [4/5]

paraview_protobuf::ProxyState_Annotation::ProxyState_Annotation ( ProxyState_Annotation &&  from)
inlinenoexcept

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

◆ ProxyState_Annotation() [5/5]

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

Member Function Documentation

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ unknown_fields()

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

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

◆ mutable_unknown_fields()

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

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

◆ descriptor()

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

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

◆ GetDescriptor()

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

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

◆ GetReflection()

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

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

◆ default_instance()

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

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

◆ internal_default_instance()

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

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

◆ Swap()

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

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

◆ UnsafeArenaSwap()

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

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

◆ New()

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

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

◆ CopyFrom()

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

◆ MergeFrom()

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

◆ Clear()

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

◆ IsInitialized()

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

◆ ByteSizeLong()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetMetadata()

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

◆ has_key()

bool paraview_protobuf::ProxyState_Annotation::has_key ( ) const
inline

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

◆ clear_key()

void paraview_protobuf::ProxyState_Annotation::clear_key ( )
inline

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

◆ key()

const std::string & paraview_protobuf::ProxyState_Annotation::key ( ) const
inline

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

◆ set_key() [1/2]

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

◆ mutable_key()

std::string * paraview_protobuf::ProxyState_Annotation::mutable_key ( )
inline

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

◆ release_key()

std::string * paraview_protobuf::ProxyState_Annotation::release_key ( )
inline

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

◆ set_allocated_key()

void paraview_protobuf::ProxyState_Annotation::set_allocated_key ( std::string key)
inline

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

◆ has_value()

bool paraview_protobuf::ProxyState_Annotation::has_value ( ) const
inline

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

◆ clear_value()

void paraview_protobuf::ProxyState_Annotation::clear_value ( )
inline

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

◆ value()

const std::string & paraview_protobuf::ProxyState_Annotation::value ( ) const
inline

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

◆ set_value() [1/2]

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

◆ mutable_value()

std::string * paraview_protobuf::ProxyState_Annotation::mutable_value ( )
inline

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

◆ release_value()

std::string * paraview_protobuf::ProxyState_Annotation::release_value ( )
inline

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

◆ set_allocated_value()

void paraview_protobuf::ProxyState_Annotation::set_allocated_value ( std::string value)
inline

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

◆ set_key() [2/2]

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

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

◆ set_value() [2/2]

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

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::TableStruct_vtkPVMessage_2eproto

friend struct ::TableStruct_vtkPVMessage_2eproto
friend

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

◆ swap

void swap ( ProxyState_Annotation a,
ProxyState_Annotation b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int paraview_protobuf::ProxyState_Annotation::kIndexInFileMessages
static
Initial value:
=
6

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

◆ _class_data_

const ClassData paraview_protobuf::ProxyState_Annotation::_class_data_
static

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


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