str_ops.h File Reference
Go to the source code of this file.
|
Data Structures |
| struct | STRSET_OP |
| struct | STRGET_OP |
| struct | STRCPY_OP |
| struct | STRCAT_OP |
| struct | SPRINTF_OP |
| struct | PRINTF_OP |
| struct | PUTS_OP |
| struct | STRSUB_OP |
| struct | STRCHAR_OP |
| struct | STRLEN_OP |
| struct | STRUPPER_OP |
| struct | GETCFG_OP |
| struct | STRINDEX_OP |
Functions |
| int | strset_init (CSOUND *, void *) |
| int | strget_init (CSOUND *, void *) |
| int | strcpy_opcode (CSOUND *, void *) |
| int | strcat_opcode (CSOUND *, void *) |
| int | strcmp_opcode (CSOUND *, void *) |
| int | sprintf_opcode (CSOUND *, void *) |
| int | printf_opcode_init (CSOUND *, void *) |
| int | printf_opcode_set (CSOUND *, void *) |
| int | printf_opcode_perf (CSOUND *, void *) |
| int | puts_opcode_init (CSOUND *, void *) |
| int | puts_opcode_perf (CSOUND *, void *) |
| int | strtod_opcode (CSOUND *, void *) |
| int | strtol_opcode (CSOUND *, void *) |
| int | strsub_opcode (CSOUND *, void *) |
| int | strchar_opcode (CSOUND *, void *) |
| int | strlen_opcode (CSOUND *, void *) |
| int | strupper_opcode (CSOUND *, void *) |
| int | strlower_opcode (CSOUND *, void *) |
| int | getcfg_opcode (CSOUND *, void *) |
| int | strindex_opcode (CSOUND *, void *) |
| int | strrindex_opcode (CSOUND *, void *) |
Function Documentation
| int getcfg_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int printf_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int printf_opcode_perf |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int printf_opcode_set |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int puts_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int puts_opcode_perf |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int sprintf_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strcat_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strchar_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strcmp_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strcpy_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strget_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strindex_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strlen_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strlower_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strrindex_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strset_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strsub_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strtod_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strtol_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int strupper_opcode |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |