@root classes

typedef Number

^ 
The Number representation for evaluation and parsing purposes.

The code below allows the program to use any number representation so long as it has the following properties: 1) All operators (+,-,/,%,*,...) should be overloaded for the class. 2) The class must be able to construct itself from a string. 3) The class must support "0" 4) The class should have overloaded << and >> operators. 5) The class should have a default constructor. As long as the class obeys these rules, it may be typedef'd here and used throughout the program.

Source:
number.h:37
Author:
Jonathan Kitchens
Version:
v0.99
Code:
public typedef ImageWrap Number

Created Sun Oct 6 21:22:20 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.