Deeploy.AbstractDataTypes
Functions
|
Generates a Pointer class definition at runtime that wraps around the given referenceType |
|
Helper function to dynamically generate a Struct class from a structTypeDict definition. |
Classes
|
Deeploy abstraction to represent data types that can be expressed in the C language |
|
|
|
Represents any immediate value, e.g. 6, 7.48,. |
|
|
|
Represents a C Pointer type to an underlying BaseType data type |
|
Deeploy data type abstraction for C-like packed structs |
|
Helper type to represent the C void type for pointers |