Package smetana.core
Interface CFunction
-
- All Superinterfaces:
__c__fields
,__ptr__
,Dtcompar_f
,Dtmemory_f
,Dtsearch_f
- All Known Implementing Classes:
CFunctionImpl
public interface CFunction extends __ptr__, Dtmemory_f, Dtcompar_f, Dtsearch_f
-
-
Field Summary
-
Fields inherited from interface h.Dtcompar_f
DEFINITION
-
Fields inherited from interface h.Dtmemory_f
DEFINITION
-
Fields inherited from interface h.Dtsearch_f
DEFINITION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
exe(java.lang.Object... args)
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, plus, setDouble, setInt, setPtr, setStruct, unsupported
-
-