![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Parsed TLV (tag-length-value) field from serialized metadata. More...
#include <key_metadata.hpp>
Public Attributes | |
| uint32_t | tag |
| 4-byte tag identifying the field type. | |
| const uint8_t * | data |
| Pointer to the field data within the source buffer. | |
| uint32_t | length |
| Length of the field data in bytes. | |
Parsed TLV (tag-length-value) field from serialized metadata.
Definition at line 309 of file key_metadata.hpp.
| const uint8_t* signet::forge::crypto::detail::meta::TlvField::data |
Pointer to the field data within the source buffer.
Definition at line 311 of file key_metadata.hpp.
| uint32_t signet::forge::crypto::detail::meta::TlvField::length |
Length of the field data in bytes.
Definition at line 312 of file key_metadata.hpp.
| uint32_t signet::forge::crypto::detail::meta::TlvField::tag |
4-byte tag identifying the field type.
Definition at line 310 of file key_metadata.hpp.