Ignition Msgs

API Reference

5.8.1

#include <vector3d.pb.h>

Public Types

enum  : int { kHeaderFieldNumber = 1 , kXFieldNumber = 2 , kYFieldNumber = 3 , kZFieldNumber = 4 }
 

Public Member Functions

 Vector3d ()
 
constexpr Vector3d (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Vector3d (const Vector3d &from)
 
 Vector3d (Vector3d &&from) noexcept
 
 ~Vector3d () 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_header ()
 
void clear_x ()
 
void clear_y ()
 
void clear_z ()
 
void CopyFrom (const Vector3d &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const Vector3d &from)
 
::ignition::msgs::Headermutable_header ()
 
Vector3dNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Vector3doperator= (const Vector3d &from)
 
Vector3doperator= (Vector3d &&from) noexcept
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_x (double value)
 
void set_y (double value)
 
void set_z (double value)
 
void Swap (Vector3d *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (Vector3d *other)
 
double x () const
 
double y () const
 
double z () const
 

Static Public Member Functions

static const Vector3ddefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Vector3dinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kXFieldNumber 
kYFieldNumber 
kZFieldNumber 

Constructor & Destructor Documentation

◆ Vector3d() [1/5]

Vector3d ( )
inline

◆ ~Vector3d()

~Vector3d ( )
override

◆ Vector3d() [2/5]

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

◆ Vector3d() [3/5]

Vector3d ( const Vector3d from)

◆ Vector3d() [4/5]

Vector3d ( Vector3d &&  from)
inlinenoexcept

◆ Vector3d() [5/5]

Vector3d ( ::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_header()

void clear_header ( )

◆ clear_x()

void clear_x ( )
inline

◆ clear_y()

void clear_y ( )
inline

◆ clear_z()

void clear_z ( )
inline

◆ CopyFrom()

void CopyFrom ( const Vector3d from)

◆ default_instance()

static const Vector3d& 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

◆ has_header()

bool has_header ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ internal_default_instance()

static const Vector3d* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const Vector3d from)

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ New()

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

◆ operator=() [1/2]

Vector3d& operator= ( const Vector3d from)
inline

◆ operator=() [2/2]

Vector3d& operator= ( Vector3d &&  from)
inlinenoexcept

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_x()

void set_x ( double  value)
inline

◆ set_y()

void set_y ( double  value)
inline

◆ set_z()

void set_z ( double  value)
inline

◆ Swap()

void Swap ( Vector3d other)
inline

◆ unsafe_arena_release_header()

ignition::msgs::Header * unsafe_arena_release_header ( )
inline

◆ unsafe_arena_set_allocated_header()

void unsafe_arena_set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Vector3d other)
inline

◆ x()

double x ( ) const
inline

◆ y()

double y ( ) const
inline

◆ z()

double z ( ) const
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: