Definition at line 239 of file CMakeDoxygenFilter.cpp.
◆ CMakeParser()
CMakeParser::CMakeParser |
( |
std::istream & | is, |
|
|
std::ostream & | os ) |
|
inline |
◆ curToken()
int CMakeParser::curToken |
( |
| ) |
|
|
inline |
◆ handleDoxygenComment()
void CMakeParser::handleDoxygenComment |
( |
| ) |
|
|
inline |
◆ handleFunction()
void CMakeParser::handleFunction |
( |
| ) |
|
|
inline |
◆ handleMacro()
void CMakeParser::handleMacro |
( |
| ) |
|
|
inline |
◆ handleSet()
void CMakeParser::handleSet |
( |
| ) |
|
|
inline |
◆ handleTopLevelExpression()
void CMakeParser::handleTopLevelExpression |
( |
| ) |
|
|
inline |
◆ nextToken()
int CMakeParser::nextToken |
( |
| ) |
|
|
inline |
Definition at line 253 of file CMakeDoxygenFilter.cpp.
254 {
255 _lastToken = _curToken;
258 {
259
260 _os << std::endl;
262 }
263 return _curToken;
264 }
The documentation for this class was generated from the following file: