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