Botan 3.6.1
Crypto and TLS for C&
|
#include <tpm2_util.h>
Public Member Functions | |
constexpr bool & | operator() (auto &object) const noexcept |
Access the boolean member 'field' from the given object . | |
constexpr bool | operator() (const auto &object) const noexcept |
Read-only access the boolean member 'field' from the given object . | |
Public Attributes | |
FieldPointerT | field |
MaskT | mask |
Helper for the AttributeWrapper to define mappings between boolean members of a struct and the corresponding bit masks
Definition at line 223 of file tpm2_util.h.
|
inlinenodiscardconstexprnoexcept |
Access the boolean member 'field' from the given object
.
Definition at line 228 of file tpm2_util.h.
References Botan::TPM2::PropMap< FieldPointerT, MaskT >::field.
|
inlinenodiscardconstexprnoexcept |
Read-only access the boolean member 'field' from the given object
.
Definition at line 231 of file tpm2_util.h.
References Botan::TPM2::PropMap< FieldPointerT, MaskT >::field.
FieldPointerT Botan::TPM2::PropMap< FieldPointerT, MaskT >::field |
Definition at line 224 of file tpm2_util.h.
Referenced by Botan::TPM2::PropMap< FieldPointerT, MaskT >::operator()(), and Botan::TPM2::PropMap< FieldPointerT, MaskT >::operator()().
MaskT Botan::TPM2::PropMap< FieldPointerT, MaskT >::mask |
Definition at line 225 of file tpm2_util.h.