Structure containing information about current scan context. More...
Public Attributes | |
| char | type [2] |
| int | line0 |
| int | line1 |
| YY_BUFFER_STATE | buffer_state |
| QCString | ns |
| Entry * | entry_fn |
| Entry * | entry_cl |
| Entry * | entry_scan |
| Protection | protection |
| QStringList | after |
Structure containing information about current scan context.
Definition at line 1097 of file tclscanner.cpp.
| QStringList tcl_scan::after |
Definition at line 1108 of file tclscanner.cpp.
| YY_BUFFER_STATE tcl_scan::buffer_state |
Definition at line 1102 of file tclscanner.cpp.
| Entry* tcl_scan::entry_cl |
Definition at line 1105 of file tclscanner.cpp.
| Entry* tcl_scan::entry_fn |
Definition at line 1104 of file tclscanner.cpp.
| Entry* tcl_scan::entry_scan |
Definition at line 1106 of file tclscanner.cpp.
| int tcl_scan::line0 |
Definition at line 1100 of file tclscanner.cpp.
| int tcl_scan::line1 |
Definition at line 1101 of file tclscanner.cpp.
| QCString tcl_scan::ns |
Definition at line 1103 of file tclscanner.cpp.
| Protection tcl_scan::protection |
Definition at line 1107 of file tclscanner.cpp.
| char tcl_scan::type[2] |
Definition at line 1099 of file tclscanner.cpp.
1.8.11