Defines array types. More...
#include "Export.h"
Go to the source code of this file.
Enumerations | |
enum | VPIArrayType |
Array element formats. More... | |
Functions | |
const char * | vpiArrayTypeGetName (VPIArrayType type) |
Returns a string representation of the array type. More... | |
int | vpiArrayTypeGetSize (VPIArrayType type) |
Returns the size in bytes of each array element with the given type. More... | |
Defines array types.
Definition in file ArrayType.h.
const char* vpiArrayTypeGetName | ( | VPIArrayType | type | ) |
Returns a string representation of the array type.
[in] | type | Array type whose name is to be returned. |
int vpiArrayTypeGetSize | ( | VPIArrayType | type | ) |
Returns the size in bytes of each array element with the given type.
[in] | type | The array type to be queried. |