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

#include <vtkPVMessage.pb.h>

Inherits Message.

Public Types

enum  : int { kItemFieldNumber = 1 }
 

Public Member Functions

 MessageCollection ()
 
 ~MessageCollection () override
 
constexpr MessageCollection (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 MessageCollection (const MessageCollection &from)
 
 MessageCollection (MessageCollection &&from) noexcept
 
MessageCollectionoperator= (const MessageCollection &from)
 
MessageCollectionoperator= (MessageCollection &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MessageCollection *other)
 
void UnsafeArenaSwap (MessageCollection *other)
 
MessageCollectionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const MessageCollection &from)
 
void MergeFrom (const MessageCollection &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
 
int item_size () const
 
void clear_item ()
 
::paraview_protobuf::Messagemutable_item (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::paraview_protobuf::Message > * mutable_item ()
 
const ::paraview_protobuf::Messageitem (int index) const
 
::paraview_protobuf::Messageadd_item ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::paraview_protobuf::Message > & item () const
 

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 MessageCollectiondefault_instance ()
 
static const MessageCollectioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kItemFieldNumber 

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

Constructor & Destructor Documentation

◆ MessageCollection() [1/5]

paraview_protobuf::MessageCollection::MessageCollection ( )
inline

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

◆ ~MessageCollection()

paraview_protobuf::MessageCollection::~MessageCollection ( )
override

◆ MessageCollection() [2/5]

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

◆ MessageCollection() [3/5]

paraview_protobuf::MessageCollection::MessageCollection ( const MessageCollection from)

◆ MessageCollection() [4/5]

paraview_protobuf::MessageCollection::MessageCollection ( MessageCollection &&  from)
inlinenoexcept

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

◆ MessageCollection() [5/5]

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

Member Function Documentation

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ unknown_fields()

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

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

◆ mutable_unknown_fields()

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

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

◆ descriptor()

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

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

◆ GetDescriptor()

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

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

◆ GetReflection()

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

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

◆ default_instance()

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

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

◆ internal_default_instance()

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

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

◆ Swap()

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

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

◆ UnsafeArenaSwap()

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

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

◆ New()

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

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

◆ CopyFrom()

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

◆ MergeFrom()

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

◆ Clear()

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

◆ IsInitialized()

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

◆ ByteSizeLong()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetMetadata()

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

◆ item_size()

int paraview_protobuf::MessageCollection::item_size ( ) const
inline

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

◆ clear_item()

void paraview_protobuf::MessageCollection::clear_item ( )
inline

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

◆ mutable_item() [1/2]

paraview_protobuf::Message * paraview_protobuf::MessageCollection::mutable_item ( int  index)
inline

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

◆ mutable_item() [2/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::paraview_protobuf::Message > * paraview_protobuf::MessageCollection::mutable_item ( )
inline

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

◆ item() [1/2]

const ::paraview_protobuf::Message & paraview_protobuf::MessageCollection::item ( int  index) const
inline

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

◆ add_item()

paraview_protobuf::Message * paraview_protobuf::MessageCollection::add_item ( )
inline

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

◆ item() [2/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::paraview_protobuf::Message > & paraview_protobuf::MessageCollection::item ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::TableStruct_vtkPVMessage_2eproto

friend struct ::TableStruct_vtkPVMessage_2eproto
friend

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

◆ swap

void swap ( MessageCollection a,
MessageCollection b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int paraview_protobuf::MessageCollection::kIndexInFileMessages
static
Initial value:
=
2

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

◆ _class_data_

const ClassData paraview_protobuf::MessageCollection::_class_data_
static

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


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