C Enumerator Kinds |
Use “c enumerator” to match all C Enumerator kinds
An enumerator is the identifier assigned a value in an enum type.
An unresolved enumerator is an enumerator identifier that belongs to an enum type that is declared in an included file which is not part of the project.
#include “enumTypes.h” // C Unknown Header File ... etype1 var_1; var_1 = e_val_2; // C Unresolved Enumerator
See Also: Enum Kinds for enumerator type kinds.
Scientific Toolworks, Inc. http://www.scitools.com |