public static class FMULibrary.FMUFreeMemory extends java.lang.Object implements FMILibrary.FMICallbackFreeMemory
| Constructor and Description |
|---|
FMUFreeMemory() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.sun.jna.Pointer object)
Free memory.
|
public void apply(com.sun.jna.Pointer object)
apply in interface FMILibrary.FMICallbackFreeMemoryobject - The object to be freed.