#include <ATDoubleOrDerived.hpp>
Inheritance diagram for ATDoubleOrDerived:
Public Types | |
typedef RefCountPointer< const ATDoubleOrDerived > | Ptr |
Public Member Functions | |
virtual const XMLCh * | getPrimitiveTypeName () const=0 |
virtual const XMLCh * | getTypeURI () const=0 |
virtual const XMLCh * | getTypeName () const=0 |
virtual const XMLCh * | asString (const DynamicContext *context) const =0 |
virtual Numeric::Ptr | promoteTypeIfApplicable (const XMLCh *typeURI, const XMLCh *typeName, const DynamicContext *context) const =0 |
virtual Numeric::Ptr | add (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns a Numeric object which is the sum of this and other. | |
virtual Numeric::Ptr | subtract (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns a Numeric object which is the difference of this and other. | |
virtual Numeric::Ptr | multiply (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns a Numeric object which is the product of this and other. | |
virtual Numeric::Ptr | divide (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns a Numeric object which is the quotient of this and other. | |
virtual Numeric::Ptr | mod (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns the arithmetic product of its operands as a Numeric. | |
virtual Numeric::Ptr | floor (const DynamicContext *context) const =0 |
Returns the floor of this Numeric. | |
virtual Numeric::Ptr | ceiling (const DynamicContext *context) const =0 |
Returns the ceiling of this Numeric. | |
virtual Numeric::Ptr | round (const DynamicContext *context) const =0 |
Rounds this Numeric. | |
virtual Numeric::Ptr | roundHalfToEven (const Numeric::Ptr &precision, const DynamicContext *context) const=0 |
Rounds this Numeric to the given precision, and rounds a half to even. | |
virtual Numeric::Ptr | invert (const DynamicContext *context) const =0 |
Returns the Additive inverse of this Numeric. | |
virtual Numeric::Ptr | abs (const DynamicContext *context) const =0 |
Returns the absolute value of this Numeric. | |
virtual bool | isNaN () const=0 |
virtual bool | isInfinite () const=0 |
virtual bool | isZero () const=0 |
Does this Numeric have value 0? | |
virtual bool | isPositive () const=0 |
Is this Numeric positive? | |
virtual AnyAtomicType::AtomicObjectType | getPrimitiveTypeIndex () const=0 |
virtual const MAPM & | asMAPM () const=0 |
virtual State | getState () const=0 |
typedef RefCountPointer<const ATDoubleOrDerived> ATDoubleOrDerived::Ptr |
Reimplemented from Numeric.
virtual const XMLCh* ATDoubleOrDerived::getPrimitiveTypeName | ( | ) | const [pure virtual] |
Implements Numeric.
virtual const XMLCh* ATDoubleOrDerived::getTypeURI | ( | ) | const [pure virtual] |
Implements Numeric.
virtual const XMLCh* ATDoubleOrDerived::getTypeName | ( | ) | const [pure virtual] |
Implements Numeric.
virtual const XMLCh* ATDoubleOrDerived::asString | ( | const DynamicContext * | context | ) | const [pure virtual] |
Implements Numeric.
virtual Numeric::Ptr ATDoubleOrDerived::promoteTypeIfApplicable | ( | const XMLCh * | typeURI, | |
const XMLCh * | typeName, | |||
const DynamicContext * | context | |||
) | const [pure virtual] |
Implements Numeric.
virtual Numeric::Ptr ATDoubleOrDerived::add | ( | const Numeric::Ptr & | other, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Returns a Numeric object which is the sum of this and other.
virtual Numeric::Ptr ATDoubleOrDerived::subtract | ( | const Numeric::Ptr & | other, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Returns a Numeric object which is the difference of this and other.
virtual Numeric::Ptr ATDoubleOrDerived::multiply | ( | const Numeric::Ptr & | other, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Returns a Numeric object which is the product of this and other.
virtual Numeric::Ptr ATDoubleOrDerived::divide | ( | const Numeric::Ptr & | other, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Returns a Numeric object which is the quotient of this and other.
virtual Numeric::Ptr ATDoubleOrDerived::mod | ( | const Numeric::Ptr & | other, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Returns the arithmetic product of its operands as a Numeric.
virtual Numeric::Ptr ATDoubleOrDerived::floor | ( | const DynamicContext * | context | ) | const [pure virtual] |
virtual Numeric::Ptr ATDoubleOrDerived::ceiling | ( | const DynamicContext * | context | ) | const [pure virtual] |
virtual Numeric::Ptr ATDoubleOrDerived::round | ( | const DynamicContext * | context | ) | const [pure virtual] |
virtual Numeric::Ptr ATDoubleOrDerived::roundHalfToEven | ( | const Numeric::Ptr & | precision, | |
const DynamicContext * | context | |||
) | const [pure virtual] |
Rounds this Numeric to the given precision, and rounds a half to even.
virtual Numeric::Ptr ATDoubleOrDerived::invert | ( | const DynamicContext * | context | ) | const [pure virtual] |
virtual Numeric::Ptr ATDoubleOrDerived::abs | ( | const DynamicContext * | context | ) | const [pure virtual] |
Returns the absolute value of this Numeric.
virtual bool ATDoubleOrDerived::isNaN | ( | ) | const [pure virtual] |
Implements Numeric.
virtual bool ATDoubleOrDerived::isInfinite | ( | ) | const [pure virtual] |
Implements Numeric.
virtual bool ATDoubleOrDerived::isZero | ( | ) | const [pure virtual] |
virtual bool ATDoubleOrDerived::isPositive | ( | ) | const [pure virtual] |
virtual AnyAtomicType::AtomicObjectType ATDoubleOrDerived::getPrimitiveTypeIndex | ( | ) | const [pure virtual] |
Implements Numeric.
virtual const MAPM& ATDoubleOrDerived::asMAPM | ( | ) | const [pure virtual] |
Implements Numeric.