|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <iks.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kPayloadFieldNumber = 1 , kRunUuidFieldNumber = 3 , kNonceFieldNumber = 2 , kTimestampFieldNumber = 4 } |
Public Member Functions | |
| SignatureDescription () | |
| ~SignatureDescription () override | |
| constexpr | SignatureDescription (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| SignatureDescription (const SignatureDescription &from) | |
| SignatureDescription (SignatureDescription &&from) noexcept | |
| SignatureDescription & | operator= (const SignatureDescription &from) |
| SignatureDescription & | operator= (SignatureDescription &&from) noexcept |
| void | Swap (SignatureDescription *other) |
| void | UnsafeArenaSwap (SignatureDescription *other) |
| SignatureDescription * | New () const final |
| SignatureDescription * | 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 SignatureDescription &from) |
| void | MergeFrom (const SignatureDescription &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_run_uuid () |
| const std::string & | run_uuid () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_run_uuid (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_run_uuid () |
| PROTOBUF_FUTURE_MUST_USE_RESULT std::string * | release_run_uuid () |
| void | set_allocated_run_uuid (std::string *run_uuid) |
| void | clear_nonce () |
| ::PROTOBUF_NAMESPACE_ID::uint64 | nonce () const |
| void | set_nonce (::PROTOBUF_NAMESPACE_ID::uint64 value) |
| void | clear_timestamp () |
| ::PROTOBUF_NAMESPACE_ID::uint64 | timestamp () const |
| void | set_timestamp (::PROTOBUF_NAMESPACE_ID::uint64 value) |
| 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_run_uuid (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 SignatureDescription & | default_instance () |
| static const SignatureDescription * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
| SignatureDescription (::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 (SignatureDescription *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_run_uuid () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_run_uuid (const std::string &value) |
| std::string * | _internal_mutable_run_uuid () |
| ::PROTOBUF_NAMESPACE_ID::uint64 | _internal_nonce () const |
| void | _internal_set_nonce (::PROTOBUF_NAMESPACE_ID::uint64 value) |
| ::PROTOBUF_NAMESPACE_ID::uint64 | _internal_timestamp () const |
| void | _internal_set_timestamp (::PROTOBUF_NAMESPACE_ID::uint64 value) |
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 | run_uuid_ |
| ::PROTOBUF_NAMESPACE_ID::uint64 | nonce_ |
| ::PROTOBUF_NAMESPACE_ID::uint64 | timestamp_ |
| 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 (SignatureDescription &a, SignatureDescription &b) |
|
private |
|
private |
| anonymous enum : int |
|
inline |
|
override |
|
explicitconstexpr |
| SignatureDescription::SignatureDescription | ( | const SignatureDescription & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
staticprivate |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
| void SignatureDescription::CopyFrom | ( | const SignatureDescription & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinefinal |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inlinestatic |
|
private |
|
final |
|
final |
| void SignatureDescription::MergeFrom | ( | const SignatureDescription & | from | ) |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void SignatureDescription::set_payload | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void SignatureDescription::set_run_uuid | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
finalprivate |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
staticconstexpr |
|
private |
|
private |
|
private |
|
private |
1.9.6