#include <cstdint>#include <cstdio>

Go to the source code of this file.
Namespaces | |
| Tlv | |
Typedefs | |
| typedef uint32_t | Tlv::type_t |
Functions | |
| struct | Tlv::__attribute__ ((packed)) header_s |
| static size_t | Tlv::getPadding (size_t size) |
| static size_t | Tlv::getSize (const tlv_s &tlv) |
Variables | |
| constexpr size_t | Tlv::alignmentSize = 4 |
| constexpr size_t | Tlv::UNLIMITED = UINT32_MAX |