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
SMSG_AESResult Class Referencefinal

#include <iks.pb.h>

Inheritance diagram for SMSG_AESResult:

Classes

class  _Internal
 

Public Types

enum  : int { kPayloadFieldNumber = 1 , kSignatureFieldNumber = 3 , kSignatureDescriptionFieldNumber = 2 }
 

Public Member Functions

 SMSG_AESResult ()
 
 ~SMSG_AESResult () override
 
constexpr SMSG_AESResult (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SMSG_AESResult (const SMSG_AESResult &from)
 
 SMSG_AESResult (SMSG_AESResult &&from) noexcept
 
SMSG_AESResultoperator= (const SMSG_AESResult &from)
 
SMSG_AESResultoperator= (SMSG_AESResult &&from) noexcept
 
void Swap (SMSG_AESResult *other)
 
void UnsafeArenaSwap (SMSG_AESResult *other)
 
SMSG_AESResultNew () const final
 
SMSG_AESResultNew (::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 SMSG_AESResult &from)
 
void MergeFrom (const SMSG_AESResult &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_payload ()
 
const std::string & payload () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_payload (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_payload ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_payload ()
 
void set_allocated_payload (std::string *payload)
 
void clear_signature ()
 
const std::string & signature () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_signature (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_signature ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_signature ()
 
void set_allocated_signature (std::string *signature)
 
bool has_signaturedescription () const
 
void clear_signaturedescription ()
 
const ::SignatureDescriptionsignaturedescription () const
 
PROTOBUF_FUTURE_MUST_USE_RESULT::SignatureDescription * release_signaturedescription ()
 
::SignatureDescriptionmutable_signaturedescription ()
 
void set_allocated_signaturedescription (::SignatureDescription *signaturedescription)
 
void unsafe_arena_set_allocated_signaturedescription (::SignatureDescription *signaturedescription)
 
::SignatureDescriptionunsafe_arena_release_signaturedescription ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_payload (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_signature (ArgT0 &&arg0, ArgT... args)
 

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 SMSG_AESResultdefault_instance ()
 
static const SMSG_AESResultinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 SMSG_AESResult (::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 (SMSG_AESResult *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_payload () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_payload (const std::string &value)
 
std::string * _internal_mutable_payload ()
 
const std::string & _internal_signature () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_signature (const std::string &value)
 
std::string * _internal_mutable_signature ()
 
bool _internal_has_signaturedescription () const
 
const ::SignatureDescription_internal_signaturedescription () const
 
::SignatureDescription_internal_mutable_signaturedescription ()
 

Static Private Member Functions

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

Private Attributes

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr signature_
 
::SignatureDescriptionsignaturedescription_
 
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 (SMSG_AESResult &a, SMSG_AESResult &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPayloadFieldNumber 
kSignatureFieldNumber 
kSignatureDescriptionFieldNumber 

Constructor & Destructor Documentation

◆ SMSG_AESResult() [1/5]

SMSG_AESResult::SMSG_AESResult ( )
inline

◆ ~SMSG_AESResult()

SMSG_AESResult::~SMSG_AESResult ( )
override

◆ SMSG_AESResult() [2/5]

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

◆ SMSG_AESResult() [3/5]

SMSG_AESResult::SMSG_AESResult ( const SMSG_AESResult from)

◆ SMSG_AESResult() [4/5]

SMSG_AESResult::SMSG_AESResult ( SMSG_AESResult &&  from)
inlinenoexcept

◆ SMSG_AESResult() [5/5]

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

Member Function Documentation

◆ _internal_has_signaturedescription()

bool SMSG_AESResult::_internal_has_signaturedescription ( ) const
inlineprivate

◆ _internal_mutable_payload()

std::string * SMSG_AESResult::_internal_mutable_payload ( )
inlineprivate

◆ _internal_mutable_signature()

std::string * SMSG_AESResult::_internal_mutable_signature ( )
inlineprivate

◆ _internal_mutable_signaturedescription()

SignatureDescription * SMSG_AESResult::_internal_mutable_signaturedescription ( )
inlineprivate

◆ _internal_payload()

const std::string & SMSG_AESResult::_internal_payload ( ) const
inlineprivate

◆ _internal_set_payload()

void SMSG_AESResult::_internal_set_payload ( const std::string &  value)
inlineprivate

◆ _internal_set_signature()

void SMSG_AESResult::_internal_set_signature ( const std::string &  value)
inlineprivate

◆ _internal_signature()

const std::string & SMSG_AESResult::_internal_signature ( ) const
inlineprivate

◆ _internal_signaturedescription()

const ::SignatureDescription & SMSG_AESResult::_internal_signaturedescription ( ) const
inlineprivate

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ArenaDtor()

void SMSG_AESResult::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong()

size_t SMSG_AESResult::ByteSizeLong ( ) const
final

◆ Clear()

void SMSG_AESResult::Clear ( )
final

◆ clear_payload()

void SMSG_AESResult::clear_payload ( )
inline

◆ clear_signature()

void SMSG_AESResult::clear_signature ( )
inline

◆ clear_signaturedescription()

void SMSG_AESResult::clear_signaturedescription ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void SMSG_AESResult::CopyFrom ( const SMSG_AESResult from)

◆ default_instance()

static const SMSG_AESResult & SMSG_AESResult::default_instance ( )
inlinestatic

◆ descriptor()

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece SMSG_AESResult::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int SMSG_AESResult::GetCachedSize ( ) const
inlinefinal

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ has_signaturedescription()

bool SMSG_AESResult::has_signaturedescription ( ) const
inline

◆ internal_default_instance()

static const SMSG_AESResult * SMSG_AESResult::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void SMSG_AESResult::InternalSwap ( SMSG_AESResult other)
private

◆ IsInitialized()

bool SMSG_AESResult::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void SMSG_AESResult::MergeFrom ( const SMSG_AESResult from)

◆ mutable_payload()

std::string * SMSG_AESResult::mutable_payload ( )
inline

◆ mutable_signature()

std::string * SMSG_AESResult::mutable_signature ( )
inline

◆ mutable_signaturedescription()

SignatureDescription * SMSG_AESResult::mutable_signaturedescription ( )
inline

◆ New() [1/2]

SMSG_AESResult * SMSG_AESResult::New ( ) const
inlinefinal

◆ New() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ payload()

const std::string & SMSG_AESResult::payload ( ) const
inline

◆ RegisterArenaDtor()

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

◆ release_payload()

std::string * SMSG_AESResult::release_payload ( )
inline

◆ release_signature()

std::string * SMSG_AESResult::release_signature ( )
inline

◆ release_signaturedescription()

SignatureDescription * SMSG_AESResult::release_signaturedescription ( )
inline

◆ set_allocated_payload()

void SMSG_AESResult::set_allocated_payload ( std::string *  payload)
inline

◆ set_allocated_signature()

void SMSG_AESResult::set_allocated_signature ( std::string *  signature)
inline

◆ set_allocated_signaturedescription()

void SMSG_AESResult::set_allocated_signaturedescription ( ::SignatureDescription signaturedescription)
inline

◆ set_payload() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void SMSG_AESResult::set_payload ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_payload() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void SMSG_AESResult::set_payload ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_signature() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void SMSG_AESResult::set_signature ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_signature() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void SMSG_AESResult::set_signature ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ SetCachedSize()

void SMSG_AESResult::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor()

void SMSG_AESResult::SharedCtor ( )
private

◆ SharedDtor()

void SMSG_AESResult::SharedDtor ( )
private

◆ signature()

const std::string & SMSG_AESResult::signature ( ) const
inline

◆ signaturedescription()

const ::SignatureDescription & SMSG_AESResult::signaturedescription ( ) const
inline

◆ Swap()

void SMSG_AESResult::Swap ( SMSG_AESResult other)
inline

◆ unsafe_arena_release_signaturedescription()

SignatureDescription * SMSG_AESResult::unsafe_arena_release_signaturedescription ( )
inline

◆ unsafe_arena_set_allocated_signaturedescription()

void SMSG_AESResult::unsafe_arena_set_allocated_signaturedescription ( ::SignatureDescription signaturedescription)
inline

◆ UnsafeArenaSwap()

void SMSG_AESResult::UnsafeArenaSwap ( SMSG_AESResult 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 ( SMSG_AESResult a,
SMSG_AESResult b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize SMSG_AESResult::_cached_size_
private

◆ kIndexInFileMessages

constexpr int SMSG_AESResult::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

◆ payload_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr SMSG_AESResult::payload_
private

◆ signature_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr SMSG_AESResult::signature_
private

◆ signaturedescription_

::SignatureDescription* SMSG_AESResult::signaturedescription_
private

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