|
flext 0.6.2
|
This represents an item of the method list. More...
#include <flclass.h>
Public Member Functions | |
| MethItem (AttrItem *conn=NULL) | |
| virtual | ~MethItem () |
| void | SetArgs (methfun fun, int argc, int *args) |
| Public Member Functions inherited from flext_base::Item | |
| Item (AttrItem *a) | |
| virtual | ~Item () |
| bool | IsAttr () const |
Public Attributes | |
| int | index |
| int | argc |
| int * | args |
| methfun | fun |
| Public Attributes inherited from flext_base::Item | |
| AttrItem * | attr |
| Item * | nxt |
This represents an item of the method list.
| flext_base::MethItem::MethItem | ( | AttrItem * | conn = NULL | ) |
|
virtual |
| void flext_base::MethItem::SetArgs | ( | methfun | fun, |
| int | argc, | ||
| int * | args ) |
| int flext_base::MethItem::argc |
| int* flext_base::MethItem::args |
| methfun flext_base::MethItem::fun |
| int flext_base::MethItem::index |