flext
0.6.0
|
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, metharg *args) |
![]() | |
Item (AttrItem *a) | |
virtual | ~Item () |
bool | IsAttr () const |
Public Attributes | |
int | index |
int | argc |
metharg * | args |
methfun | fun |
![]() | |
AttrItem * | attr |
Item * | nxt |
This represents an item of the method list.
flext_base::MethItem::MethItem | ( | AttrItem * | conn = NULL | ) |
|
virtual |
int flext_base::MethItem::argc |
metharg* flext_base::MethItem::args |
methfun flext_base::MethItem::fun |
int flext_base::MethItem::index |