|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| enum cmTokenType | type |
| size_t | content_offset |
| size_t | content_size |
| size_t | size |
This structure is used to specify the parameters of a token being produced by the lexer.
| size_t cmTokenSpec::content_offset |
The offset within the reader buffer that the content should start.
| size_t cmTokenSpec::content_size |
The number of characters to put into the token content.
| size_t cmTokenSpec::size |
The total number of characters that the lexer is reading to produce this token.
| enum cmTokenType cmTokenSpec::type |
The type of the token.
1.8.12