加密对象唯一标识符类型定义。 更多...

类 | |
| struct | ara::crypto::CryptoObjectUid |
| CryptoObjectUid定义 更多... | |
函数 | |
| constexpr bool | ara::crypto::operator== (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断两个CryptoObjectUid是否相等 更多... | |
| constexpr bool | ara::crypto::operator< (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断第一个CryptoObjectUid是否小于第二个CryptoObjectUid 更多... | |
| constexpr bool | ara::crypto::operator> (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断第一个CryptoObjectUid是否大于第二个CryptoObjectUid 更多... | |
| constexpr bool | ara::crypto::operator!= (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断第一个CryptoObjectUid是否不等于第二个CryptoObjectUid 更多... | |
| constexpr bool | ara::crypto::operator<= (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断第一个CryptoObjectUid是否小于等于第二个CryptoObjectUid 更多... | |
| constexpr bool | ara::crypto::operator>= (const CryptoObjectUid &lhs, const CryptoObjectUid &rhs) noexcept |
| 判断第一个CryptoObjectUid是否大于等于第二个CryptoObjectUid 更多... | |
| constexpr bool | ara::crypto::CryptoObjectUid::HasSameSourceAs (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否来源一致 更多... | |
| constexpr bool | ara::crypto::CryptoObjectUid::HasEarlierVersionThan (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否早于另一个UID 更多... | |
| constexpr bool | ara::crypto::CryptoObjectUid::HasLaterVersionThan (const CryptoObjectUid &anotherId) const noexcept |
| 判断CryptoObjectUID是否晚于另一个UID 更多... | |
| bool | ara::crypto::CryptoObjectUid::IsNil () const noexcept |
| 判断ID是否为空 更多... | |
| bool | ara::crypto::CryptoObjectUid::SourceIsNil () const noexcept |
| 判断对象生成器的标识符是否为空 更多... | |
加密对象唯一标识符类型定义。
|
inlineconstexprnoexcept |
判断CryptoObjectUID是否早于另一个UID
| [in] | anotherId | 另一个用于比较的ID |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 , 以及 .

|
inlineconstexprnoexcept |
判断CryptoObjectUID是否晚于另一个UID
| N/A |
| [in] | anotherId | 另一个用于比较的ID |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 , , 以及 .

|
inlineconstexprnoexcept |
判断CryptoObjectUID是否来源一致
| N/A |
| [in] | anotherId | 另一个用于比较的ID |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 .
被这些函数引用 .

|
inlinenoexcept |
判断ID是否为空
| N/A |
| [in] | N/A | |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 , , 以及 .

|
inlineconstexprnoexcept |
判断第一个CryptoObjectUid是否不等于第二个CryptoObjectUid
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断第一个CryptoObjectUid是否小于第二个CryptoObjectUid
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断第一个CryptoObjectUid是否小于等于第二个CryptoObjectUid
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断两个CryptoObjectUid是否相等
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断第一个CryptoObjectUid是否大于第二个CryptoObjectUid
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断第一个CryptoObjectUid是否大于等于第二个CryptoObjectUid
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlinenoexcept |
判断对象生成器的标识符是否为空
| N/A |
| [in] | N/A | |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.