interConstant

Certain integers that are used repeatedly have been promoted to intervals.

[ kepler | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

AUTHOR

Class Summary

class interConstant

{

public:
static const interval zero;
static const interval one;
static const interval two;
static const interval three;
static const interval four;
static const interval five;
static const interval six;
static const interval eight;
static const interval ten;
static const interval twelve;
protected:
}; // interConstant

Back to the top of interConstant


AUTHOR

Thomas C. Hales

Back to the top of interConstant


const interval zero;

	static const interval zero;

Back to the top of interConstant


const interval one;

	static const interval one;

Back to the top of interConstant


const interval two;

	static const interval two;

Back to the top of interConstant


const interval three;

	static const interval three;

Back to the top of interConstant


const interval four;

	static const interval four;

Back to the top of interConstant


const interval five;

	static const interval five;

Back to the top of interConstant


const interval six;

	static const interval six;

Back to the top of interConstant


const interval eight;

	static const interval eight;

Back to the top of interConstant


const interval ten;

	static const interval ten;

Back to the top of interConstant


const interval twelve;

	static const interval twelve;

Back to the top of interConstant


All Members

public:
static const interval zero;
static const interval one;
static const interval two;
static const interval three;
static const interval four;
static const interval five;
static const interval six;
static const interval eight;
static const interval ten;
static const interval twelve;
protected:

Back to the top of interConstant


Ancestors

Class does not inherit from any other class.

Back to the top of interConstant


Descendants

Class is not inherited by any others.

Back to the top of interConstant


Generated from source by the Cocoon utilities on Thu Nov 6 13:27:26 1997 .

Report problems to jkotula@unimax.com