public class PSDataTypeList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PSDataTypeList() |
protected |
PSDataTypeList(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
delete() |
protected void |
finalize() |
PSDataType |
get(int idx) |
static long |
getCPtr(PSDataTypeList obj) |
void |
push_back(PSDataType value) |
void |
remove(PSDataType value) |
int |
size() |
protected PSDataTypeList(long cPtr, boolean cMemoryOwn)
public PSDataTypeList()
public static long getCPtr(PSDataTypeList obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int size()
public PSDataType get(int idx)
public void push_back(PSDataType value)
public void remove(PSDataType value)
public void clear()