|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmLoopObject * | object_array |
| size_t | object_count |
This structure contains the loop implementation data. The implementation uses the UV loop type internally.
| struct cmHost* cmLoop::host |
A pointer to the host interface.
| struct cmLoopObject* cmLoop::object_array |
The array of loop objects.
| size_t cmLoop::object_count |
The number of loop objects.
1.8.12