|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| enum cmArgumentType | type |
| size_t | content_size |
| size_t | content_max |
| char | content [] |
This structure is used to contain argument data. It is allocated in the same chunk as that character content.
| char cmArgument::content[] |
Contains the argument content.
| size_t cmArgument::content_max |
The max number of characters that can be held in the content address.
| size_t cmArgument::content_size |
The number of characters in the content.
| struct cmHost* cmArgument::host |
The host used to allocate the memory.
| enum cmArgumentType cmArgument::type |
Indicates the argument type.
1.8.12