Package smetana.core
Class CArray<O>
- java.lang.Object
-
- smetana.core.UnsupportedC
-
- smetana.core.CArray<O>
-
- All Implemented Interfaces:
__ptr__
public class CArray<O> extends UnsupportedC
-
-
Field Summary
-
Fields inherited from class smetana.core.UnsupportedC
CPT, UID
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <O> CArray<O>ALLOC__(int size, Class<O> cl)Oget__(int i)intminus_(CArray<O> other)CArray<O>plus_(int delta)static <O> CArray<O>REALLOC__(int size, CArray<O> old, Class<O> cl)StringtoString()-
Methods inherited from class smetana.core.UnsupportedC
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Method Detail
-
get__
public O get__(int i)
-
-