Package gen.lib.cdt
Class dtdisc__c
- java.lang.Object
-
- gen.lib.cdt.dtdisc__c
-
public class dtdisc__c extends Object
-
-
Constructor Summary
Constructors Constructor Description dtdisc__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ST_dtdisc_s
dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)
static Object
dtmemory(ST_dt_s dt, Object addr, size_t size, ST_dtdisc_s disc)
-
-
-
Field Detail
-
dtmemory
public static CFunction dtmemory
-
-
Method Detail
-
dtmemory
public static Object dtmemory(ST_dt_s dt, Object addr, size_t size, ST_dtdisc_s disc)
-
dtdisc
public static ST_dtdisc_s dtdisc(ST_dt_s dt, ST_dtdisc_s disc, int type)
-
-