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

#include <cmQuery.h>

Data Fields

enum cmQueryType type
 
struct cmStringView key_view
 

Detailed Description

This structure represents a query from the expansion evaluator to the script. It is used to resolve references it finds in function arguments.

Field Documentation

§ key_view

struct cmStringView cmQuery::key_view

A view of the query key. The query key is usually the name of a variable.

§ type

enum cmQueryType cmQuery::type

Indicates the type of the query.


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