|
cosi::Quantity Class Reference#include <Quantity.h>
Inheritance diagram for cosi::Quantity:
Detailed DescriptionThis class defines the basic quantity data type. This basic class defines the following three attributes: -Ordered that specifies if the quantity is ordered or not (i.e. the ordering is flat) -Any that specifies if the value held by the quantity is "any value" -Bot that specifies if the value held by the quantity is "no value"All quantities should be derived from this base class.
Constructor & Destructor Documentation
Defailt constructor. By default this constructor sets the fields such that the quantity is not ordered, and holds no value.
Default destructor.
Member Function Documentation
Returns true if the quantity holds "any value".
If the paramter pAny is true, the quantity holds "any value".
Returns true if the quantity holds "no value".
If the paramter pAny is true, the quantity holds "no value".
Returns true if the domain of the quantity is ordered.
If the paramter pAny is true, the domain of the quantity is ordered (and an order should be define by three operators: <, >, ==.
Member Data Documentation
This member is true if value associated with the quantity is "any value".
This member is true if value associated with the quantity is "no value".
This member is true if domain of the quantity is ordered and false otherwise (this field may not be needed).
The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by 1.5.4 |