Deeploy.AbstractDataTypes.PointerClass

Deeploy.AbstractDataTypes.PointerClass(DeeployType: _DeeployType) Type[Pointer[BaseType]]

Generates a Pointer class definition at runtime that wraps around the given referenceType

Parameters:

DeeployType (_DeeployType) – Type of the underlying referencedType

Returns:

Returns a unique Pointer class corresponding to a Pointer to DeeployType

Return type:

Type[Pointer[BaseType]]