C Enum Kinds |
Use “c enum” to match all C Enum Type kinds
An ordinary enum type is an enumerated data type which is not a member of a class.
An enum type may be a member of a class. In this case it may be private, protected, or public.
A member or non-member enum type may be unnamed.
An unresolved enum type is an enumerator type that is that is referenced but for which no definition has been found. This can happen when an include file isn't found. An unknown enum type had neither a definition nor a declaration.
See Also: Enumerator Kinds for the enumerator values of enumerated data types.
Scientific Toolworks, Inc. http://www.scitools.com |