Stores information about array characteristics and content. More...
#include <vpi/Array.h>
Collaboration diagram for VPIArrayDataRec:Data Fields | |
| VPIArrayType | type |
| Type of each array element. | |
| uint32_t | size |
| Number of elements in the array. | |
| uint32_t | capacity |
| Maximum number of elements that the array can hold. | |
| uint32_t | stride |
| Size in bytes of each array element. | |
| void * | data |
| Points to the first element of the array. | |