CryptoObjectUid定义 更多...
#include <crypto_object_uid.h>

Public 成员函数 | |
| constexpr bool | HasSameSourceAs (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否来源一致 更多... | |
| constexpr bool | HasEarlierVersionThan (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否早于另一个UID 更多... | |
| constexpr bool | HasLaterVersionThan (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否晚于另一个UID 更多... | |
| bool | IsNil () const noexcept |
| 判断ID是否为空 更多... | |
| bool | SourceIsNil () const noexcept |
| 判断对象生成器的标识符是否为空 更多... | |
Public 属性 | |
| Uuid | mGeneratorUid |
| 生成此 COUID 的生成器的 UUID。 更多... | |
| std::uint64_t | mVersionStamp = 0u |
| CryptoObjectUid的versionstamp定义 更多... | |
CryptoObjectUid定义
在文件 第 行定义.
| Uuid ara::crypto::CryptoObjectUid::mGeneratorUid |
生成此 COUID 的生成器的 UUID。
在文件 第 行定义.
被这些函数引用 , 以及 .
| std::uint64_t ara::crypto::CryptoObjectUid::mVersionStamp = 0u |
CryptoObjectUid的versionstamp定义
在文件 第 行定义.
被这些函数引用 , , , 以及 .