Doxygen
|
Public Attributes | |
const char * | inputString |
int | inputPosition |
QCString | scope |
QCString | className |
QCString | classTempList |
QCString | funcTempList |
QCString | type |
QCString | name |
QCString | args |
int | sharpCount |
int | roundCount |
bool | classTempListFound |
bool | funcTempListFound |
QCString | exceptionString |
bool | insideObjC |
bool | insidePHP |
bool | insidePython |
Definition at line 55 of file declinfo.l.
QCString declinfoYY_state::args |
Definition at line 65 of file declinfo.l.
QCString declinfoYY_state::className |
Definition at line 60 of file declinfo.l.
QCString declinfoYY_state::classTempList |
Definition at line 61 of file declinfo.l.
bool declinfoYY_state::classTempListFound |
Definition at line 68 of file declinfo.l.
QCString declinfoYY_state::exceptionString |
Definition at line 70 of file declinfo.l.
QCString declinfoYY_state::funcTempList |
Definition at line 62 of file declinfo.l.
bool declinfoYY_state::funcTempListFound |
Definition at line 69 of file declinfo.l.
int declinfoYY_state::inputPosition |
Definition at line 58 of file declinfo.l.
const char* declinfoYY_state::inputString |
Definition at line 57 of file declinfo.l.
bool declinfoYY_state::insideObjC |
Definition at line 71 of file declinfo.l.
bool declinfoYY_state::insidePHP |
Definition at line 72 of file declinfo.l.
bool declinfoYY_state::insidePython |
Definition at line 73 of file declinfo.l.
QCString declinfoYY_state::name |
Definition at line 64 of file declinfo.l.
int declinfoYY_state::roundCount |
Definition at line 67 of file declinfo.l.
QCString declinfoYY_state::scope |
Definition at line 59 of file declinfo.l.
int declinfoYY_state::sharpCount |
Definition at line 66 of file declinfo.l.
QCString declinfoYY_state::type |
Definition at line 63 of file declinfo.l.