|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| size_t | argument_max |
| size_t | argument_count |
| struct cmArgument * | argument_array [] |
This structure is used to store an argument list.
| struct cmArgument* cmArgumentList::argument_array[] |
A pointer to the arguments in the list.
| size_t cmArgumentList::argument_count |
The number of arguments currently in the list.
| size_t cmArgumentList::argument_max |
The max number of arguments in the list.
| struct cmHost* cmArgumentList::host |
A pointer to the host for memory allocations.
1.8.12