csnd

Class CsoundOpcodeList

public class CsoundOpcodeList extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected CsoundOpcodeList(long cPtr, boolean cMemoryOwn)
CsoundOpcodeList(SWIGTYPE_p_CSOUND_ csound)
CsoundOpcodeList(Csound csound)
Method Summary
voidClear()
intCount()
voiddelete()
protected voidfinalize()
protected static longgetCPtr(CsoundOpcodeList obj)
StringInTypes(int ndx)
StringName(int ndx)
StringOutTypes(int ndx)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

CsoundOpcodeList

protected CsoundOpcodeList(long cPtr, boolean cMemoryOwn)

CsoundOpcodeList

public CsoundOpcodeList(SWIGTYPE_p_CSOUND_ csound)

CsoundOpcodeList

public CsoundOpcodeList(Csound csound)

Method Detail

Clear

public void Clear()

Count

public int Count()

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CsoundOpcodeList obj)

InTypes

public String InTypes(int ndx)

Name

public String Name(int ndx)

OutTypes

public String OutTypes(int ndx)