edu.toronto.cs.tp.cvcl
Class CVectorExpr

java.lang.Object
  extended by edu.toronto.cs.tp.cvcl.CVectorExpr

public class CVectorExpr
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected CVectorExpr()
           
  CVectorExpr(long size)
           
protected CVectorExpr(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void add(Expr x)
           
 void clear()
           
 void delete()
           
protected  void finalize()
           
 Expr get(int i)
           
protected static long getCPtr(CVectorExpr obj)
           
 boolean isEmpty()
           
 void set(int i, Expr x)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CVectorExpr

protected CVectorExpr(long cPtr,
                      boolean cMemoryOwn)

CVectorExpr

protected CVectorExpr()

CVectorExpr

public CVectorExpr(long size)
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(CVectorExpr obj)

size

public long size()

isEmpty

public boolean isEmpty()

clear

public void clear()

add

public void add(Expr x)

get

public Expr get(int i)

set

public void set(int i,
                Expr x)