|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| char * | content |
| size_t | content_size |
This structure is used to contain data for literal expansions.
| char* cmLiteralExpansion::content |
A pointer to the content string.
| size_t cmLiteralExpansion::content_size |
The number of characters in the expansion content.
| struct cmHost* cmLiteralExpansion::host |
A pointer to the host used for memory allocation.
1.8.12