LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Classes | 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
CMSG_GenRandom Class Referencefinal

#include <iks.pb.h>

Inheritance diagram for CMSG_GenRandom:

Classes

class  _Internal
 

Public Types

enum  : int { kSizeFieldNumber = 1 }
 

Public Member Functions

 CMSG_GenRandom ()
 
 ~CMSG_GenRandom () override
 
constexpr CMSG_GenRandom (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CMSG_GenRandom (const CMSG_GenRandom &from)
 
 CMSG_GenRandom (CMSG_GenRandom &&from) noexcept
 
CMSG_GenRandomoperator= (const CMSG_GenRandom &from)
 
CMSG_GenRandomoperator= (CMSG_GenRandom &&from) noexcept
 
void Swap (CMSG_GenRandom *other)
 
void UnsafeArenaSwap (CMSG_GenRandom *other)
 
CMSG_GenRandomNew () const final
 
CMSG_GenRandomNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const CMSG_GenRandom &from)
 
void MergeFrom (const CMSG_GenRandom &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
void clear_size ()
 
::PROTOBUF_NAMESPACE_ID::int32 size () const
 
void set_size (::PROTOBUF_NAMESPACE_ID::int32 value)
 

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 CMSG_GenRandomdefault_instance ()
 
static const CMSG_GenRandominternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 CMSG_GenRandom (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (CMSG_GenRandom *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
::PROTOBUF_NAMESPACE_ID::int32 _internal_size () const
 
void _internal_set_size (::PROTOBUF_NAMESPACE_ID::int32 value)
 

Static Private Member Functions

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

Private Attributes

::PROTOBUF_NAMESPACE_ID::int32 size_
 
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 

Friends

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSizeFieldNumber 

Constructor & Destructor Documentation

◆ CMSG_GenRandom() [1/5]

CMSG_GenRandom::CMSG_GenRandom ( )
inline

◆ ~CMSG_GenRandom()

CMSG_GenRandom::~CMSG_GenRandom ( )
override

◆ CMSG_GenRandom() [2/5]

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

◆ CMSG_GenRandom() [3/5]

CMSG_GenRandom::CMSG_GenRandom ( const CMSG_GenRandom from)

◆ CMSG_GenRandom() [4/5]

CMSG_GenRandom::CMSG_GenRandom ( CMSG_GenRandom &&  from)
inlinenoexcept

◆ CMSG_GenRandom() [5/5]

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

Member Function Documentation

◆ _internal_set_size()

void CMSG_GenRandom::_internal_set_size ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inlineprivate

◆ _internal_size()

PROTOBUF_NAMESPACE_ID::int32 CMSG_GenRandom::_internal_size ( ) const
inlineprivate

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ArenaDtor()

void CMSG_GenRandom::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong()

size_t CMSG_GenRandom::ByteSizeLong ( ) const
final

◆ Clear()

void CMSG_GenRandom::Clear ( )
final

◆ clear_size()

void CMSG_GenRandom::clear_size ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CMSG_GenRandom::CopyFrom ( const CMSG_GenRandom from)

◆ default_instance()

static const CMSG_GenRandom & CMSG_GenRandom::default_instance ( )
inlinestatic

◆ descriptor()

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece CMSG_GenRandom::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int CMSG_GenRandom::GetCachedSize ( ) const
inlinefinal

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ internal_default_instance()

static const CMSG_GenRandom * CMSG_GenRandom::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void CMSG_GenRandom::InternalSwap ( CMSG_GenRandom other)
private

◆ IsInitialized()

bool CMSG_GenRandom::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void CMSG_GenRandom::MergeFrom ( const CMSG_GenRandom from)

◆ New() [1/2]

CMSG_GenRandom * CMSG_GenRandom::New ( ) const
inlinefinal

◆ New() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ RegisterArenaDtor()

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

◆ set_size()

void CMSG_GenRandom::set_size ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

◆ SetCachedSize()

void CMSG_GenRandom::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor()

void CMSG_GenRandom::SharedCtor ( )
private

◆ SharedDtor()

void CMSG_GenRandom::SharedDtor ( )
private

◆ size()

PROTOBUF_NAMESPACE_ID::int32 CMSG_GenRandom::size ( ) const
inline

◆ Swap()

void CMSG_GenRandom::Swap ( CMSG_GenRandom other)
inline

◆ UnsafeArenaSwap()

void CMSG_GenRandom::UnsafeArenaSwap ( CMSG_GenRandom other)
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

◆ ::TableStruct_iks_2eproto

friend struct ::TableStruct_iks_2eproto
friend

◆ swap

void swap ( CMSG_GenRandom a,
CMSG_GenRandom b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize CMSG_GenRandom::_cached_size_
private

◆ kIndexInFileMessages

constexpr int CMSG_GenRandom::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

◆ size_

::PROTOBUF_NAMESPACE_ID::int32 CMSG_GenRandom::size_
private

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