castype.h File Reference

Holding the constants indicating the cas types. More...

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.


Detailed Description

This file holds the constants which are used to indicate which type a 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.


Typedef Documentation

typedef int CASType

Defines the type for CASType.

Definition at line 51 of file castype.h.


Variable Documentation

const CASType CT_FRACTION = 400

This is used by Fraction as its type descriptor.

Definition at line 81 of file castype.h.

const CASType CT_LONGINT = 1

This is used by LongInt as its type descriptor.

Definition at line 57 of file castype.h.

const CASType CT_PRODUCT = 300

This is used by Product as its type descriptor.

Definition at line 75 of file castype.h.

const CASType CT_SUM = 200

This is used by Sum as its type descriptor.

Definition at line 69 of file castype.h.

const CASType CT_VARIABLE = 100

This is used by Variable as its type descriptor.

Definition at line 63 of file castype.h.


Generated on Sun Dec 31 01:57:27 2006 for ECAS by  doxygen 1.4.7