flext
0.6.0
|
This represents an item of the symbol-bound method list. More...
#include <flclass.h>
Public Member Functions | |
BindItem (bool(*f)(flext_base *, t_symbol *s, int, t_atom *, void *), pxbnd_object *px) | |
virtual | ~BindItem () |
void | Unbind (const t_symbol *s) |
![]() | |
Item (AttrItem *a) | |
virtual | ~Item () |
bool | IsAttr () const |
Public Attributes | |
bool(* | fun )(flext_base *, t_symbol *s, int, t_atom *, void *) |
pxbnd_object * | px |
![]() | |
AttrItem * | attr |
Item * | nxt |
This represents an item of the symbol-bound method list.
flext_base::BindItem::BindItem | ( | bool(*)(flext_base *, t_symbol *s, int, t_atom *, void *) | f, |
pxbnd_object * | px | ||
) |
|
virtual |
void flext_base::BindItem::Unbind | ( | const t_symbol * | s | ) |
bool(* flext_base::BindItem::fun) (flext_base *, t_symbol *s, int, t_atom *, void *) |
pxbnd_object* flext_base::BindItem::px |