class
#include <slang/ast/types/AllTypes.h>
UnpackedStructType Represents an unpacked structure of members.
Base classes
Public variables
-
std::
span<const FieldSymbol*const > fields - The fields contained in the struct.
-
uint64_
t selectableWidth - The selectable width of the struct, in bits.
-
uint64_
t bitstreamWidth - The bitstream width of the struct.
- int systemId
- The system-generated ID.