typedef enum SymTypeEnum

Used to specify symbol type

[more] EMPTY_SYMBOL
Empty (default)
[more] CHAR_SYMBOL
character
[more] SHORT_SYMBOL
short integer
[more] INT_SYMBOL
integer
[more] LONG_SYMBOL
long integer
[more] FLOAT_SYMBOL
Floating-point value
[more] DOUBLE_SYMBOL
Double-precision floating-point
[more] VOID_SYMBOL
Void
[more] UNSIGNED_SYMBOL
unsigned
[more] SIGNED_SYMBOL
signed


Documentation

Used to specify symbol type
o EMPTY_SYMBOL
Empty (default)

o CHAR_SYMBOL
character

o SHORT_SYMBOL
short integer

o INT_SYMBOL
integer

o LONG_SYMBOL
long integer

o FLOAT_SYMBOL
Floating-point value

o DOUBLE_SYMBOL
Double-precision floating-point

o VOID_SYMBOL
Void

o UNSIGNED_SYMBOL
unsigned

o SIGNED_SYMBOL
signed

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.