coan
6.0.1
A C/C++ Configuration Analyzer
|
Structure representing a set of options that are excluded by another option. More...
#include <get_options.h>
Public Attributes | |
int | excluder |
This option code excludes the others. | |
int const * | excluded |
This 0-terminated list of option codes is excluded by excluder . | |
Structure representing a set of options that are excluded by another option.
Definition at line 104 of file get_options.h.