Csound and CsoundAC API
5.17
|
#include <allegro.h>
Public Member Functions | |
Alg_parameter () | |
const char * | attr_name () |
const char | attr_type () |
void | copy (Alg_parameter *) |
void | set_attr (Alg_attribute a) |
void | show () |
~Alg_parameter () |
Data Fields | |
union { | |
const char * a | |
long i | |
bool l | |
double r | |
const char * s | |
}; | |
Alg_attribute | attr |
|
inline |
References attr.
Alg_parameter::~Alg_parameter | ( | ) |
|
inline |
References alg_attr_name, and attr.
|
inline |
References alg_attr_type, and attr.
void Alg_parameter::copy | ( | Alg_parameter * | ) |
|
inline |
void Alg_parameter::show | ( | ) |
union { ... } |
const char* Alg_parameter::a |
Referenced by set_attr().
Alg_attribute Alg_parameter::attr |
Referenced by Alg_parameter(), attr_name(), attr_type(), and set_attr().
long Alg_parameter::i |
bool Alg_parameter::l |
double Alg_parameter::r |
const char* Alg_parameter::s |