Ignition Msgs

API Reference

5.8.1

#include <serialized.pb.h>

Public Types

enum  : int { kComponentFieldNumber = 2 , kTypeFieldNumber = 1 , kRemoveFieldNumber = 3 }
 

Public Member Functions

 SerializedComponent ()
 
constexpr SerializedComponent (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SerializedComponent (const SerializedComponent &from)
 
 SerializedComponent (SerializedComponent &&from) noexcept
 
 ~SerializedComponent () override
 
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
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_component ()
 
void clear_remove ()
 
void clear_type ()
 
const std::stringcomponent () const
 
void CopyFrom (const SerializedComponent &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool IsInitialized () const final
 
void MergeFrom (const SerializedComponent &from)
 
std::stringmutable_component ()
 
SerializedComponentNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
SerializedComponentoperator= (const SerializedComponent &from)
 
SerializedComponentoperator= (SerializedComponent &&from) noexcept
 
PROTOBUF_NODISCARD std::stringrelease_component ()
 
bool remove () const
 
void set_allocated_component (std::string *component)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_component (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_component (ArgT0 &&arg0, ArgT... args)
 
void set_remove (bool value)
 
void set_type (uint64_t value)
 
void Swap (SerializedComponent *other)
 
uint64_t type () const
 
void UnsafeArenaSwap (SerializedComponent *other)
 

Static Public Member Functions

static const SerializedComponentdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const SerializedComponentinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kComponentFieldNumber 
kTypeFieldNumber 
kRemoveFieldNumber 

Constructor & Destructor Documentation

◆ SerializedComponent() [1/5]

SerializedComponent ( )
inline

◆ ~SerializedComponent()

~SerializedComponent ( )
override

◆ SerializedComponent() [2/5]

constexpr SerializedComponent ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ SerializedComponent() [3/5]

◆ SerializedComponent() [4/5]

SerializedComponent ( SerializedComponent &&  from)
inlinenoexcept

◆ SerializedComponent() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_component()

void clear_component ( )
inline

◆ clear_remove()

void clear_remove ( )
inline

◆ clear_type()

void clear_type ( )
inline

◆ component()

const std::string & component ( ) const
inline

◆ CopyFrom()

void CopyFrom ( const SerializedComponent from)

◆ default_instance()

static const SerializedComponent& default_instance ( )
inlinestatic

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

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

◆ GetDescriptor()

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

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

◆ internal_default_instance()

static const SerializedComponent* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const SerializedComponent from)

◆ mutable_component()

std::string * mutable_component ( )
inline

◆ New()

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

◆ operator=() [1/2]

SerializedComponent& operator= ( const SerializedComponent from)
inline

◆ operator=() [2/2]

SerializedComponent& operator= ( SerializedComponent &&  from)
inlinenoexcept

◆ release_component()

std::string * release_component ( )
inline

◆ remove()

bool remove ( ) const
inline

◆ set_allocated_component()

void set_allocated_component ( std::string component)
inline

◆ set_component() [1/2]

void set_component ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_component() [2/2]

PROTOBUF_ALWAYS_INLINE void set_component ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_remove()

void set_remove ( bool  value)
inline

◆ set_type()

void set_type ( uint64_t  value)
inline

◆ Swap()

void Swap ( SerializedComponent other)
inline

◆ type()

uint64_t type ( ) const
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( SerializedComponent other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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