Go to the source code of this file.
Typedefs | |
| typedef int | CASType |
| Defines the type for CASType. | |
Variables | |
| const CASType | CT_FRACTION = 400 |
The type of a Fraction. | |
| const CASType | CT_LONGINT = 1 |
The type of a LongInt. | |
| const CASType | CT_PRODUCT = 300 |
The type of a Product. | |
| const CASType | CT_SUM = 200 |
The type of a Sum. | |
| const CASType | CT_VARIABLE = 100 |
The type of a Variable. | |
CASObject represents. They are also known as type descriptor. Each type descriptor is intended to be used only by one class.
Definition in file castype.h.
| const CASType CT_FRACTION = 400 |
| const CASType CT_LONGINT = 1 |
| const CASType CT_PRODUCT = 300 |
| const CASType CT_VARIABLE = 100 |
1.4.7