class
#include <slang/ast/types/AllTypes.h>
QueueType Represents an unpacked array that provides queue semantics.
Base classes
- class Type
- Base class for all data types in SystemVerilog.
Public variables
- const Type& elementType
- The underlying element type.
-
uint32_
t maxBound - The maximum number of elements allowed in the queue.