|
Csound and CsoundAC API
5.17
|
#include <cs_glue.hpp>
Public Member Functions | |
| void | Clear () |
| Releases the memory used by the opcode list. | |
| int | Count () |
| Returns the number of opcodes, or -1 if there is no list. | |
| CsoundOpcodeList (CSOUND *csound) | |
| CsoundOpcodeList (Csound *csound) | |
| const char * | InTypes (int ndx) |
| Returns the input types of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range. | |
| const char * | Name (int ndx) |
| Returns the name of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range. | |
| const char * | OutTypes (int ndx) |
| Returns the output types of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range. | |
| ~CsoundOpcodeList () | |
Private Attributes | |
| int | cnt |
| opcodeListEntry * | lst |
| CsoundOpcodeList::CsoundOpcodeList | ( | CSOUND * | csound | ) |
| CsoundOpcodeList::CsoundOpcodeList | ( | Csound * | csound | ) |
| void CsoundOpcodeList::Clear | ( | ) |
Releases the memory used by the opcode list.
Should be called before the Csound instance is destroyed or reset.
| int CsoundOpcodeList::Count | ( | ) |
Returns the number of opcodes, or -1 if there is no list.
| const char* CsoundOpcodeList::InTypes | ( | int | ndx | ) |
Returns the input types of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range.
| const char* CsoundOpcodeList::Name | ( | int | ndx | ) |
Returns the name of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range.
| const char* CsoundOpcodeList::OutTypes | ( | int | ndx | ) |
Returns the output types of the opcode at index 'ndx' (counting from zero), or NULL if the index is out of range.
int CsoundOpcodeList::cnt [private] |
opcodeListEntry* CsoundOpcodeList::lst [private] |
1.7.6.1