Classes | 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
Empty Class Reference

#include <empty.pb.h>

Inheritance diagram for Empty:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Empty &from)
 
 Empty ()
 
 Empty (const Empty &from)
 
 Empty (Empty &&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 Empty &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
EmptyNew () const final
 
EmptyNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Emptyoperator= (const Empty &from)
 
Emptyoperator= (Empty &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void Swap (Empty *other)
 
void UnsafeArenaSwap (Empty *other)
 
virtual ~Empty ()
 

Static Public Member Functions

static const Emptydefault_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 Emptyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 Empty (::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 (Empty *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_
 

Friends

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

Detailed Description

Definition at line 69 of file empty.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 208 of file empty.pb.h.

◆ InternalArenaConstructable_

Definition at line 207 of file empty.pb.h.

Constructor & Destructor Documentation

◆ Empty() [1/4]

Empty::Empty ( )

Definition at line 90 of file empty.pb.cc.

◆ ~Empty()

Empty::~Empty ( )
virtual

Definition at line 112 of file empty.pb.cc.

◆ Empty() [2/4]

Empty::Empty ( const Empty from)

Definition at line 102 of file empty.pb.cc.

◆ Empty() [3/4]

Empty::Empty ( Empty &&  from)
inlinenoexcept

Definition at line 76 of file empty.pb.h.

◆ Empty() [4/4]

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

Definition at line 95 of file empty.pb.cc.

Member Function Documentation

◆ ArenaDtor()

void Empty::ArenaDtor ( void object)
staticprivate

Definition at line 121 of file empty.pb.cc.

◆ ByteSizeLong()

size_t Empty::ByteSizeLong ( ) const
final

Definition at line 226 of file empty.pb.cc.

◆ Clear()

void Empty::Clear ( )
final

Definition at line 136 of file empty.pb.cc.

◆ CopyFrom() [1/2]

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

Definition at line 268 of file empty.pb.cc.

◆ CopyFrom() [2/2]

void Empty::CopyFrom ( const Empty from)

Definition at line 275 of file empty.pb.cc.

◆ default_instance()

const Empty & Empty::default_instance ( )
static

Definition at line 130 of file empty.pb.cc.

◆ descriptor()

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

Definition at line 100 of file empty.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Empty::FullMessageName ( )
inlinestaticprivate

Definition at line 171 of file empty.pb.h.

◆ GetArena()

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

Definition at line 94 of file empty.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 180 of file empty.pb.h.

◆ GetCachedSize()

int Empty::GetCachedSize ( ) const
inlinefinal

Definition at line 163 of file empty.pb.h.

◆ GetDescriptor()

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

Definition at line 103 of file empty.pb.h.

◆ GetMaybeArenaPointer()

void* Empty::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 97 of file empty.pb.h.

◆ GetMetadata()

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

Definition at line 291 of file empty.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Empty::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 190 of file empty.pb.h.

◆ GetReflection()

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

Definition at line 106 of file empty.pb.h.

◆ InitAsDefaultInstance()

PROTOBUF_NAMESPACE_OPEN void Empty::InitAsDefaultInstance ( )
static

Definition at line 84 of file empty.pb.cc.

◆ internal_default_instance()

static const Empty* Empty::internal_default_instance ( )
inlinestatic

Definition at line 112 of file empty.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

Definition at line 212 of file empty.pb.cc.

◆ InternalSwap()

void Empty::InternalSwap ( Empty other)
private

Definition at line 286 of file empty.pb.cc.

◆ IsInitialized()

bool Empty::IsInitialized ( ) const
final

Definition at line 282 of file empty.pb.cc.

◆ MaybeArenaPtr()

void* Empty::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 183 of file empty.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 244 of file empty.pb.cc.

◆ MergeFrom() [2/2]

void Empty::MergeFrom ( const Empty from)

Definition at line 259 of file empty.pb.cc.

◆ MergePartialFromCodedStream()

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

Definition at line 173 of file empty.pb.cc.

◆ New() [1/2]

Empty* Empty::New ( ) const
inlinefinal

Definition at line 138 of file empty.pb.h.

◆ New() [2/2]

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

Definition at line 142 of file empty.pb.h.

◆ operator=() [1/2]

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

Definition at line 81 of file empty.pb.h.

◆ operator=() [2/2]

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

Definition at line 85 of file empty.pb.h.

◆ RegisterArenaDtor()

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

Definition at line 125 of file empty.pb.cc.

◆ SerializeWithCachedSizes()

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

Definition at line 199 of file empty.pb.cc.

◆ SetCachedSize()

void Empty::SetCachedSize ( int  size) const
finalprivate

Definition at line 127 of file empty.pb.cc.

◆ SharedCtor()

void Empty::SharedCtor ( )
inlineprivate

Definition at line 109 of file empty.pb.cc.

◆ SharedDtor()

void Empty::SharedDtor ( )
inlineprivate

Definition at line 117 of file empty.pb.cc.

◆ Swap()

void Empty::Swap ( Empty other)
inline

Definition at line 122 of file empty.pb.h.

◆ UnsafeArenaSwap()

void Empty::UnsafeArenaSwap ( Empty other)
inline

Definition at line 130 of file empty.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 206 of file empty.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 170 of file empty.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fempty_2eproto

Definition at line 210 of file empty.pb.h.

◆ swap

void swap ( Empty a,
Empty b 
)
friend

Definition at line 119 of file empty.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Empty::_cached_size_
private

Definition at line 209 of file empty.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Empty::_internal_metadata_
private

Definition at line 203 of file empty.pb.h.

◆ kIndexInFileMessages

constexpr int Empty::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 116 of file empty.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