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

#include <cmOptions.h>

Data Fields

enum cmWarningID id
 
cmBool state
 
const char * arg
 
size_t arg_index
 

Detailed Description

This structure contains the setting of a warning from the command line arguments.

Field Documentation

§ arg

const char* cmWarningOption::arg

The argument containing the option specifier.

§ arg_index

size_t cmWarningOption::arg_index

The index of the argument containing the argument specifier.

§ id

enum cmWarningID cmWarningOption::id

The ID of the warning.

§ state

cmBool cmWarningOption::state

The state assigned to the warning.


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