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

#include <cmQueryHandler.h>

Data Fields

void * impl
 
const struct cmStringView *(* handle_query )(void *impl, const struct cmQuery *query)
 

Detailed Description

This structure defines the query handler interface. It is used by the expansion evaluator to evaluate variable references.

Field Documentation

§ handle_query

const struct cmStringView*(* cmQueryHandler::handle_query) (void *impl, const struct cmQuery *query)

The query callback function.

§ impl

void* cmQueryHandler::impl

Contains the implementation data.


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