cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmLoop Struct Reference

Data Fields

struct cmHosthost
 
struct cmLoopObjectobject_array
 
size_t object_count
 

Detailed Description

This structure contains the loop implementation data. The implementation uses the UV loop type internally.

Field Documentation

§ host

struct cmHost* cmLoop::host

A pointer to the host interface.

§ object_array

struct cmLoopObject* cmLoop::object_array

The array of loop objects.

§ object_count

size_t cmLoop::object_count

The number of loop objects.


The documentation for this struct was generated from the following file: