|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <iks.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kSessionKeyFieldNumber = 2 , kSessionKeyRefFieldNumber = 3 , kSuccessFieldNumber = 1 } |
Public Member Functions | |
| SMSG_DesfireAuth_Step2 () | |
| ~SMSG_DesfireAuth_Step2 () override | |
| constexpr | SMSG_DesfireAuth_Step2 (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| SMSG_DesfireAuth_Step2 (const SMSG_DesfireAuth_Step2 &from) | |
| SMSG_DesfireAuth_Step2 (SMSG_DesfireAuth_Step2 &&from) noexcept | |
| SMSG_DesfireAuth_Step2 & | operator= (const SMSG_DesfireAuth_Step2 &from) |
| SMSG_DesfireAuth_Step2 & | operator= (SMSG_DesfireAuth_Step2 &&from) noexcept |
| void | Swap (SMSG_DesfireAuth_Step2 *other) |
| void | UnsafeArenaSwap (SMSG_DesfireAuth_Step2 *other) |
| SMSG_DesfireAuth_Step2 * | New () const final |
| SMSG_DesfireAuth_Step2 * | New (::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_DesfireAuth_Step2 &from) |
| void | MergeFrom (const SMSG_DesfireAuth_Step2 &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_session_key () |
| const std::string & | session_key () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_session_key (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_session_key () |
| PROTOBUF_FUTURE_MUST_USE_RESULT std::string * | release_session_key () |
| void | set_allocated_session_key (std::string *session_key) |
| void | clear_session_key_ref () |
| const std::string & | session_key_ref () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_session_key_ref (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_session_key_ref () |
| PROTOBUF_FUTURE_MUST_USE_RESULT std::string * | release_session_key_ref () |
| void | set_allocated_session_key_ref (std::string *session_key_ref) |
| void | clear_success () |
| bool | success () const |
| void | set_success (bool value) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_session_key (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_session_key_ref (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_DesfireAuth_Step2 & | default_instance () |
| static const SMSG_DesfireAuth_Step2 * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
| SMSG_DesfireAuth_Step2 (::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_DesfireAuth_Step2 *other) |
| void | RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena) |
| const std::string & | _internal_session_key () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_session_key (const std::string &value) |
| std::string * | _internal_mutable_session_key () |
| const std::string & | _internal_session_key_ref () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_session_key_ref (const std::string &value) |
| std::string * | _internal_mutable_session_key_ref () |
| bool | _internal_success () const |
| void | _internal_set_success (bool value) |
Static Private Member Functions | |
| ::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
| static void | ArenaDtor (void *object) |
Private Attributes | |
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | session_key_ |
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | session_key_ref_ |
| bool | success_ |
| 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_DesfireAuth_Step2 &a, SMSG_DesfireAuth_Step2 &b) |
|
private |
|
private |
|
inline |
|
override |
|
explicitconstexpr |
| SMSG_DesfireAuth_Step2::SMSG_DesfireAuth_Step2 | ( | const SMSG_DesfireAuth_Step2 & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
staticprivate |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
final |
| void SMSG_DesfireAuth_Step2::CopyFrom | ( | const SMSG_DesfireAuth_Step2 & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinefinal |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inlinestatic |
|
private |
|
final |
|
final |
| void SMSG_DesfireAuth_Step2::MergeFrom | ( | const SMSG_DesfireAuth_Step2 & | from | ) |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void SMSG_DesfireAuth_Step2::set_session_key | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void SMSG_DesfireAuth_Step2::set_session_key_ref | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
finalprivate |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
staticconstexpr |
|
private |
|
private |
|
private |
1.9.6