csnd
Class CsoundUtilityList

java.lang.Object
  extended by csnd.CsoundUtilityList

public class CsoundUtilityList
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CsoundUtilityList(Csound csound)
           
CsoundUtilityList(long cPtr, boolean cMemoryOwn)
           
CsoundUtilityList(SWIGTYPE_p_CSOUND_ csound)
           
 
Method Summary
 void Clear()
           
 int Count()
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(CsoundUtilityList obj)
           
 java.lang.String Name(int ndx)
           
 
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

CsoundUtilityList

public CsoundUtilityList(long cPtr,
                         boolean cMemoryOwn)

CsoundUtilityList

public CsoundUtilityList(SWIGTYPE_p_CSOUND_ csound)

CsoundUtilityList

public CsoundUtilityList(Csound csound)
Method Detail

getCPtr

public static long getCPtr(CsoundUtilityList obj)

finalize

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

delete

public void delete()

Count

public int Count()

Name

public java.lang.String Name(int ndx)

Clear

public void Clear()