#include <PrimitiveType.h>
Inheritance diagram for util::PrimitiveType:

Public Methods | |
| virtual | operator bool () const=0 throw (ComputationException&) |
| All primitive types can be used as truth values. | |
|
|
All primitive types can be used as truth values. Typically, this function should return true if the current value of the type is different from zero. Reimplemented from util::Computable. Implemented in util::Boolean, and util::Number. |