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

Data Fields

struct cmHosthost
 
size_t argument_max
 
size_t argument_count
 
struct cmArgumentargument_array []
 

Detailed Description

This structure is used to store an argument list.

Field Documentation

§ argument_array

struct cmArgument* cmArgumentList::argument_array[]

A pointer to the arguments in the list.

§ argument_count

size_t cmArgumentList::argument_count

The number of arguments currently in the list.

§ argument_max

size_t cmArgumentList::argument_max

The max number of arguments in the list.

§ host

struct cmHost* cmArgumentList::host

A pointer to the host for memory allocations.


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