|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost | host |
| struct cmHost * | host_from_caller |
| char * | filename |
| struct cmInterpreter * | interpreter |
| enum cmScriptStatus | status |
| struct cmWarningConfig | warning_config |
This structure contains data related to the execution of a script.
| char* cmScriptContext::filename |
The filename of the script.
| struct cmHost cmScriptContext::host |
The host defined by this script context. This is the host that should be used by default. It changes the state of the script based on the messages and diagnostics it receives after relaying them to the caller's host interface.
| struct cmHost* cmScriptContext::host_from_caller |
The host passed from the caller.
| struct cmInterpreter* cmScriptContext::interpreter |
The interpreter executing the CMake code.
| enum cmScriptStatus cmScriptContext::status |
Indicates the status of the script.
| struct cmWarningConfig cmScriptContext::warning_config |
The warning configuration for the script.
1.8.12