|
flext 0.6.2
|
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) |
Public Member Functions inherited from flext_base::Item | |
| Item (AttrItem *a) | |
| virtual | ~Item () |
| bool | IsAttr () const |
Public Attributes | |
| bool(* | fun )(flext_base *, t_symbol *s, int, t_atom *, void *) |
| pxbnd_object * | px |
Public Attributes inherited from flext_base::Item | |
| 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 |
| pxbnd_object* flext_base::BindItem::px |