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

Data Fields

struct cmHosthost
 
struct cmTokenidentifier
 
struct cmArgumentListargument_list
 

Detailed Description

Contains command information from the source code.

Field Documentation

§ argument_list

struct cmArgumentList* cmCommand::argument_list

The command's argument list.

§ host

struct cmHost* cmCommand::host

A pointer to the host for memory allocations.

§ identifier

struct cmToken* cmCommand::identifier

The command identifier.


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