|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmOptions.h>
Data Fields | |
| enum cmWarningID | id |
| cmBool | state |
| const char * | arg |
| size_t | arg_index |
This structure contains the setting of a warning from the command line arguments.
| const char* cmWarningOption::arg |
The argument containing the option specifier.
| size_t cmWarningOption::arg_index |
The index of the argument containing the argument specifier.
| enum cmWarningID cmWarningOption::id |
The ID of the warning.
| cmBool cmWarningOption::state |
The state assigned to the warning.
1.8.12