|
flext 0.6.2
|
Public Member Functions | |
| flext_class (t_class *&cl, flext_obj *(*newf)(int, t_atom *), void(*freef)(flext_hdr *)) | |
Public Attributes | |
| t_class *const & | clss |
| flext_obj *(* | newfun )(int, t_atom *) |
| void(* | freefun )(flext_hdr *c) |
| int | argc |
| int * | argv |
| flext_library * | lib |
| bool | dsp:1 |
| bool | noi:1 |
| bool | attr:1 |
| bool | dist:1 |
| flext_base::ItemCont | meths |
| flext_base::ItemCont | attrs |
| flext_class::flext_class | ( | t_class *& | cl, |
| flext_obj *(*)(int, t_atom *) | newf, | ||
| void(*)(flext_hdr *) | freef | ||
| ) |
| int flext_class::argc |
| int* flext_class::argv |
| bool flext_class::attr |
| flext_base::ItemCont flext_class::attrs |
| bool flext_class::dist |
| bool flext_class::dsp |
| flext_library* flext_class::lib |
| flext_base::ItemCont flext_class::meths |
| bool flext_class::noi |