|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| enum cmTokenType | type |
| struct cmPosition | position |
| size_t | max_size |
| size_t | content_size |
| char | content [] |
Contains a single token.
| char cmToken::content[] |
The character content of the token.
| size_t cmToken::content_size |
The number of characters in the token.
| struct cmHost* cmToken::host |
A pointer to the host used for memory allocation.
| size_t cmToken::max_size |
The max number of characters in the token.
| struct cmPosition cmToken::position |
The starting position of the token within the source code.
| enum cmTokenType cmToken::type |
Indicates the type of this token.
1.8.12