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 double
getDouble()
void
memcopyFrom(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:
memcopyFrom
in interfaceArea
-
getDouble
public double getDouble()
- Specified by:
getDouble
in interface__ptr__
- Overrides:
getDouble
in classUnsupportedC
-
-