public class Shared_Int_Array
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Shared_Int_Array() |
protected |
Shared_Int_Array(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_void |
_internal_get_deleter(SWIGTYPE_p_boost__detail__sp_typeinfo ti) |
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_int |
get() |
protected static long |
getCPtr(Shared_Int_Array obj) |
int |
getElement(int i) |
void |
reset() |
int |
setElement(int i,
int value) |
void |
swap(Shared_Int_Array other) |
boolean |
unique() |
long |
use_count() |
protected Shared_Int_Array(long cPtr, boolean cMemoryOwn)
public Shared_Int_Array()
protected static long getCPtr(Shared_Int_Array obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void reset()
public SWIGTYPE_p_int get()
public boolean unique()
public long use_count()
public void swap(Shared_Int_Array other)
public SWIGTYPE_p_void _internal_get_deleter(SWIGTYPE_p_boost__detail__sp_typeinfo ti)
public int getElement(int i)
public int setElement(int i, int value)