|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmQueryHandler.h>
Data Fields | |
| void * | impl |
| const struct cmStringView *(* | handle_query )(void *impl, const struct cmQuery *query) |
This structure defines the query handler interface. It is used by the expansion evaluator to evaluate variable references.
| const struct cmStringView*(* cmQueryHandler::handle_query) (void *impl, const struct cmQuery *query) |
The query callback function.
| void* cmQueryHandler::impl |
Contains the implementation data.
1.8.12