Package smetana.core
Class MutableDoublePtr
- java.lang.Object
-
- smetana.core.UnsupportedC
-
- smetana.core.MutableDoublePtr
-
- All Implemented Interfaces:
__c__fields,__ptr__,Area
public class MutableDoublePtr extends UnsupportedC implements Area
-
-
Constructor Summary
Constructors Constructor Description MutableDoublePtr(MutableDouble value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDouble()voidmemcopyFrom(Area source)-
Methods inherited from class smetana.core.UnsupportedC
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getInt, getPtr, getStruct, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
-
-
-
Constructor Detail
-
MutableDoublePtr
public MutableDoublePtr(MutableDouble value)
-
-
Method Detail
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFromin interfaceArea
-
getDouble
public double getDouble()
- Specified by:
getDoublein interface__ptr__- Overrides:
getDoublein classUnsupportedC
-
-