|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| size_t | argc |
| char ** | argv |
| size_t | pos |
| struct cmWarningOption | warning_option |
| struct cmDefineOption | define_option |
This structure is used for parsing command line arguments.
| size_t cmOptionParser::argc |
The number of arguments to parse.
| char** cmOptionParser::argv |
A pointer to the argument array.
| struct cmDefineOption cmOptionParser::define_option |
A pointer to an definition option.
| struct cmHost* cmOptionParser::host |
A pointer to the host interface.
| size_t cmOptionParser::pos |
The index of the argument that the parser is currently at.
| struct cmWarningOption cmOptionParser::warning_option |
A pointer to a warning option. This structure is returned when a warning is parsed.
1.8.12