Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
FloatValue Class Reference

#include <wrappers.pb.h>

Inheritance diagram for FloatValue:
Inheritance graph
[legend]

Public Types

enum  : int { kValueFieldNumber = 1 }
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_value ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const FloatValue &from)
 
 FloatValue ()
 
 FloatValue (const FloatValue &from)
 
 FloatValue (FloatValue &&from) noexcept
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const FloatValue &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
FloatValueNew () const final
 
FloatValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
FloatValueoperator= (const FloatValue &from)
 
FloatValueoperator= (FloatValue &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_value (float value)
 
void Swap (FloatValue *other)
 
void UnsafeArenaSwap (FloatValue *other)
 
float value () const
 
virtual ~FloatValue ()
 

Static Public Member Functions

static const FloatValuedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const FloatValueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 FloatValue (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (FloatValue *other)
 
voidMaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
float value_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto
 
void swap (FloatValue &a, FloatValue &b)
 

Detailed Description

Definition at line 255 of file wrappers.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 402 of file wrappers.pb.h.

◆ InternalArenaConstructable_

Definition at line 401 of file wrappers.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

Definition at line 387 of file wrappers.pb.h.

Constructor & Destructor Documentation

◆ FloatValue() [1/4]

FloatValue::FloatValue ( )

Definition at line 576 of file wrappers.pb.cc.

◆ ~FloatValue()

FloatValue::~FloatValue ( )
virtual

Definition at line 600 of file wrappers.pb.cc.

◆ FloatValue() [2/4]

FloatValue::FloatValue ( const FloatValue from)

Definition at line 588 of file wrappers.pb.cc.

◆ FloatValue() [3/4]

FloatValue::FloatValue ( FloatValue &&  from)
inlinenoexcept

Definition at line 262 of file wrappers.pb.h.

◆ FloatValue() [4/4]

FloatValue::FloatValue ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Definition at line 581 of file wrappers.pb.cc.

Member Function Documentation

◆ ArenaDtor()

void FloatValue::ArenaDtor ( void object)
staticprivate

Definition at line 609 of file wrappers.pb.cc.

◆ ByteSizeLong()

size_t FloatValue::ByteSizeLong ( ) const
final

Definition at line 751 of file wrappers.pb.cc.

◆ Clear()

void FloatValue::Clear ( )
final

Definition at line 624 of file wrappers.pb.cc.

◆ clear_value()

void FloatValue::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

void FloatValue::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 801 of file wrappers.pb.cc.

◆ CopyFrom() [2/2]

void FloatValue::CopyFrom ( const FloatValue from)

Definition at line 808 of file wrappers.pb.cc.

◆ default_instance()

const FloatValue & FloatValue::default_instance ( )
static

Definition at line 618 of file wrappers.pb.cc.

◆ descriptor()

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

Definition at line 286 of file wrappers.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece FloatValue::FullMessageName ( )
inlinestaticprivate

Definition at line 357 of file wrappers.pb.h.

◆ GetArena()

inline ::PROTOBUF_NAMESPACE_ID::Arena* FloatValue::GetArena ( ) const
inlinefinal

Definition at line 280 of file wrappers.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* FloatValue::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 366 of file wrappers.pb.h.

◆ GetCachedSize()

int FloatValue::GetCachedSize ( ) const
inlinefinal

Definition at line 349 of file wrappers.pb.h.

◆ GetDescriptor()

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

Definition at line 289 of file wrappers.pb.h.

◆ GetMaybeArenaPointer()

void* FloatValue::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 283 of file wrappers.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata FloatValue::GetMetadata ( ) const
final

Definition at line 825 of file wrappers.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata FloatValue::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 376 of file wrappers.pb.h.

◆ GetReflection()

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

Definition at line 292 of file wrappers.pb.h.

◆ InitAsDefaultInstance()

void FloatValue::InitAsDefaultInstance ( )
static

Definition at line 570 of file wrappers.pb.cc.

◆ internal_default_instance()

static const FloatValue* FloatValue::internal_default_instance ( )
inlinestatic

Definition at line 298 of file wrappers.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * FloatValue::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 732 of file wrappers.pb.cc.

◆ InternalSwap()

void FloatValue::InternalSwap ( FloatValue other)
private

Definition at line 819 of file wrappers.pb.cc.

◆ IsInitialized()

bool FloatValue::IsInitialized ( ) const
final

Definition at line 815 of file wrappers.pb.cc.

◆ MaybeArenaPtr()

void* FloatValue::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 369 of file wrappers.pb.h.

◆ MergeFrom() [1/2]

void FloatValue::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 774 of file wrappers.pb.cc.

◆ MergeFrom() [2/2]

void FloatValue::MergeFrom ( const FloatValue from)

Definition at line 789 of file wrappers.pb.cc.

◆ MergePartialFromCodedStream()

bool FloatValue::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 670 of file wrappers.pb.cc.

◆ New() [1/2]

FloatValue* FloatValue::New ( ) const
inlinefinal

Definition at line 324 of file wrappers.pb.h.

◆ New() [2/2]

FloatValue* FloatValue::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 328 of file wrappers.pb.h.

◆ operator=() [1/2]

FloatValue& FloatValue::operator= ( const FloatValue from)
inline

Definition at line 267 of file wrappers.pb.h.

◆ operator=() [2/2]

FloatValue& FloatValue::operator= ( FloatValue &&  from)
inlinenoexcept

Definition at line 271 of file wrappers.pb.h.

◆ RegisterArenaDtor()

void FloatValue::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

Definition at line 613 of file wrappers.pb.cc.

◆ SerializeWithCachedSizes()

void FloatValue::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 714 of file wrappers.pb.cc.

◆ set_value()

void FloatValue::set_value ( float  value)
inline

Definition at line 1552 of file wrappers.pb.h.

◆ SetCachedSize()

void FloatValue::SetCachedSize ( int  size) const
finalprivate

Definition at line 615 of file wrappers.pb.cc.

◆ SharedCtor()

void FloatValue::SharedCtor ( )
inlineprivate

Definition at line 596 of file wrappers.pb.cc.

◆ SharedDtor()

void FloatValue::SharedDtor ( )
inlineprivate

Definition at line 605 of file wrappers.pb.cc.

◆ Swap()

void FloatValue::Swap ( FloatValue other)
inline

Definition at line 308 of file wrappers.pb.h.

◆ UnsafeArenaSwap()

void FloatValue::UnsafeArenaSwap ( FloatValue other)
inline

Definition at line 316 of file wrappers.pb.h.

◆ value()

float FloatValue::value ( ) const
inline

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

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 400 of file wrappers.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 356 of file wrappers.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

Definition at line 405 of file wrappers.pb.h.

◆ swap

void swap ( FloatValue a,
FloatValue b 
)
friend

Definition at line 305 of file wrappers.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize FloatValue::_cached_size_
private

Definition at line 404 of file wrappers.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena FloatValue::_internal_metadata_
private

Definition at line 397 of file wrappers.pb.h.

◆ kIndexInFileMessages

constexpr int FloatValue::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 302 of file wrappers.pb.h.

◆ value_

float FloatValue::value_
private

Definition at line 403 of file wrappers.pb.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05