|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmStringView | input |
| size_t | index |
| struct cmPosition | position |
| struct cmArgumentToken | tmp_token |
| cmBool | token_expired |
Used for tokenizing arguments.
| struct cmHost* cmArgumentLexer::host |
The host used for allocating memory.
| size_t cmArgumentLexer::index |
The index of the lexer within the input.
| struct cmStringView cmArgumentLexer::input |
The input to assign the lexer.
| struct cmPosition cmArgumentLexer::position |
The position of the lexer.
| struct cmArgumentToken cmArgumentLexer::tmp_token |
A temporary token to work with.
| cmBool cmArgumentLexer::token_expired |
Whether or not the last scanned token is expired.
1.8.12