#include <Numeric.hpp>
Public Types | |
enum | State { NEG_INF = 0, NEG_NUM = 1, NUM = 2, INF = 3, NaN = 4 } |
typedef RefCountPointer< const Numeric > | Ptr |
Public Types inherited from AnyAtomicType | |
enum | AtomicObjectType { ANY_SIMPLE_TYPE = 0, ANY_URI = 1, BASE_64_BINARY = 2, BOOLEAN = 3, DATE = 4, DATE_TIME = 5, DAY_TIME_DURATION = 6, DECIMAL = 7, DOUBLE = 8, DURATION = 9, FLOAT = 10, G_DAY = 11, G_MONTH = 12, G_MONTH_DAY = 13, G_YEAR = 14, G_YEAR_MONTH = 15, HEX_BINARY = 16, NOTATION = 17, QNAME = 18, STRING = 19, TIME = 20, UNTYPED_ATOMIC = 21, YEAR_MONTH_DURATION = 22, NumAtomicObjectTypes = 23 } |
typedef RefCountPointer< const AnyAtomicType > | Ptr |
Public Types inherited from Item | |
typedef RefCountPointer< const Item > | Ptr |
Public Member Functions | |
virtual bool | isNumericValue () const |
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 (AnyAtomicType::AtomicObjectType typeIndex, const DynamicContext *context) const =0 |
virtual bool | equals (const AnyAtomicType::Ptr &target, const DynamicContext *context) const |
virtual bool | lessThan (const Numeric::Ptr &other, const DynamicContext *context) const |
Returns true if this is less than other, false otherwise. More... | |
virtual bool | greaterThan (const Numeric::Ptr &other, const DynamicContext *context) const |
Returns true if this is greater than other, false otherwise. More... | |
virtual int | compare (const Numeric::Ptr &other, const DynamicContext *context) const |
Returns less than 0 if this is less that other, 0 if they are the same, and greater than 0 otherwise. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual Numeric::Ptr | mod (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns the arithmetic product of its operands as a Numeric. More... | |
virtual Numeric::Ptr | floor (const DynamicContext *context) const =0 |
Returns the floor of this Numeric. More... | |
virtual Numeric::Ptr | ceiling (const DynamicContext *context) const =0 |
Returns the ceiling of this Numeric. More... | |
virtual Numeric::Ptr | round (const DynamicContext *context) const =0 |
Rounds this Numeric. More... | |
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. More... | |
virtual Numeric::Ptr | invert (const DynamicContext *context) const =0 |
Returns the Additive inverse of this Numeric. More... | |
virtual Numeric::Ptr | abs (const DynamicContext *context) const =0 |
Returns the absolute value of this Numeric. More... | |
virtual Numeric::Ptr | sqrt (const DynamicContext *context) const =0 |
Returns the squart root of this Numeric. More... | |
virtual Numeric::Ptr | sin (const DynamicContext *context) const =0 |
Returns the sin of this Numeric. More... | |
virtual Numeric::Ptr | cos (const DynamicContext *context) const =0 |
Returns the cos root of this Numeric. More... | |
virtual Numeric::Ptr | tan (const DynamicContext *context) const =0 |
Returns the tan of this Numeric. More... | |
virtual Numeric::Ptr | asin (const DynamicContext *context) const =0 |
Returns the asin of this Numeric. More... | |
virtual Numeric::Ptr | acos (const DynamicContext *context) const =0 |
Returns the acos of this Numeric. More... | |
virtual Numeric::Ptr | atan (const DynamicContext *context) const =0 |
Returns the atan of this Numeric. More... | |
virtual Numeric::Ptr | log (const DynamicContext *context) const =0 |
Returns the ln of this Numeric. More... | |
virtual Numeric::Ptr | exp (const DynamicContext *context) const =0 |
Returns the exp of this Numeric. More... | |
virtual Numeric::Ptr | power (const Numeric::Ptr &other, const DynamicContext *context) const =0 |
Returns a Numeric object which is this raised to the power of other. More... | |
virtual bool | isZero () const =0 |
Does this Numeric have value 0? More... | |
virtual bool | isPositive () const =0 |
Is this Numeric positive? More... | |
virtual bool | isNegative () const =0 |
Is this Numeric negative? More... | |
virtual bool | isNaN () const =0 |
virtual bool | isInfinite () const =0 |
virtual bool | isInteger () const |
virtual AnyAtomicType::AtomicObjectType | getPrimitiveTypeIndex () const =0 |
virtual const MAPM & | asMAPM () const =0 |
virtual double | asDouble () const |
virtual int | asInt () const |
virtual State | getState () const =0 |
Public Member Functions inherited from AnyAtomicType | |
virtual bool | isAtomicValue () const |
virtual bool | isNode () const |
virtual bool | isFunction () const |
virtual bool | isDateOrTimeTypeValue () const |
virtual const XMLCh * | getPrimitiveTypeURI () const |
virtual void | generateEvents (EventHandler *events, const DynamicContext *context, bool preserveNS=true, bool preserveType=true) const |
Generate events for this Item to the given EventHandler. More... | |
AnyAtomicType::Ptr | castAs (AtomicObjectType targetIndex, const DynamicContext *context) const |
AnyAtomicType::Ptr | castAsNoCheck (AtomicObjectType targetIndex, const XMLCh *targetURI, const XMLCh *targetType, const DynamicContext *context) const |
AnyAtomicType::Ptr | castAs (AtomicObjectType targetIndex, const XMLCh *targetURI, const XMLCh *targetType, const DynamicContext *context) const |
virtual bool | castable (AtomicObjectType targetIndex, const XMLCh *targetURI, const XMLCh *targetType, const DynamicContext *context) const |
virtual bool | isOfType (const XMLCh *targetURI, const XMLCh *targetType, const DynamicContext *context) const |
virtual bool | isInstanceOfType (const XMLCh *targetURI, const XMLCh *targetType, const StaticContext *context) const |
virtual void | typeToBuffer (DynamicContext *context, xercesc::XMLBuffer &buffer) const |
Debug method to output the type of the item in SequenceType notation. More... | |
bool | castIsSupported (AtomicObjectType targetIndex, const DynamicContext *context) const |
Returns true if (a) both the input type and the target type are built-in schema types and cast is supported for the combination. More... | |
Public Member Functions inherited from Item | |
virtual void * | getInterface (const XMLCh *name) const =0 |
Method for returning arbitrary interfaces from the implementations. More... | |
Public Member Functions inherited from ReferenceCounted | |
ReferenceCounted () | |
virtual | ~ReferenceCounted () |
void | incrementRefCount () const |
Increment the reference count. More... | |
virtual void | decrementRefCount () const |
Decrement the reference count, deleting if it becomes zero. More... | |
unsigned int | getRefCount () const |
Static Public Member Functions | |
static void | checkFloatLimits (Numeric::State &state, MAPM &value) |
static void | checkDoubleLimits (Numeric::State &state, MAPM &value) |
static const XMLCh * | asDecimalString (const MAPM &value, int significantDigits, const StaticContext *context) |
static const XMLCh * | asDoubleString (State state, const MAPM &value, int significantDigits, const StaticContext *context) |
Static Public Attributes | |
static const XMLCh | NaN_string [] |
static const XMLCh | NAN_string [] |
static const XMLCh | INF_string [] |
static const XMLCh | NegINF_string [] |
static const XMLCh | NegZero_string [] |
static const XMLCh | PosZero_string [] |
Static Public Attributes inherited from AnyAtomicType | |
static const XMLCh | fgDT_ANYATOMICTYPE [] |
Static Public Attributes inherited from Item | |
static const XMLCh | gXQilla [] |
The "XQilla" item interface. More... | |
Protected Member Functions | |
virtual AnyAtomicType::Ptr | castAsInternal (AtomicObjectType targetIndex, const XMLCh *targetURI, const XMLCh *targetType, const DynamicContext *context) const |
const XMLCh * | asDecimalString (int significantDigits, const StaticContext *context) const |
const XMLCh * | asDoubleString (int significantDigits, const StaticContext *context) const |
Protected Member Functions inherited from Item | |
Item () | |
Additional Inherited Members | |
Protected Attributes inherited from ReferenceCounted | |
unsigned int | _ref_count |
typedef RefCountPointer<const Numeric> Numeric::Ptr |
enum Numeric::State |
|
pure virtual |
Returns the absolute value of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the acos of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns a Numeric object which is the sum of this and other.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
static |
|
protected |
|
virtual |
|
static |
|
protected |
|
pure virtual |
Returns the asin of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
virtual |
|
pure virtual |
Implemented in ATDecimalOrDerived, ATFloatOrDerived, and ATDoubleOrDerived.
|
pure virtual |
Implements AnyAtomicType.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the atan of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
protectedvirtual |
Reimplemented from AnyAtomicType.
|
pure virtual |
Returns the ceiling of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
static |
|
static |
|
virtual |
Returns less than 0 if this is less that other, 0 if they are the same, and greater than 0 otherwise.
|
pure virtual |
Returns the cos root of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns a Numeric object which is the quotient of this and other.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
virtual |
Implements AnyAtomicType.
|
pure virtual |
Returns the exp of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the floor of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Implements AnyAtomicType.
Implemented in ATDecimalOrDerived, ATFloatOrDerived, and ATDoubleOrDerived.
|
pure virtual |
Implements AnyAtomicType.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Implemented in ATDecimalOrDerived, ATFloatOrDerived, and ATDoubleOrDerived.
|
pure virtual |
Implements AnyAtomicType.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Implements AnyAtomicType.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
virtual |
Returns true if this is greater than other, false otherwise.
|
pure virtual |
Returns the Additive inverse of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
virtual |
|
pure virtual |
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Is this Numeric negative?
Implemented in ATFloatOrDerived, and ATDecimalOrDerived.
|
inlinevirtual |
Reimplemented from AnyAtomicType.
|
pure virtual |
Is this Numeric positive?
Implemented in ATDoubleOrDerived, ATFloatOrDerived, and ATDecimalOrDerived.
|
pure virtual |
Does this Numeric have value 0?
Implemented in ATDoubleOrDerived, ATFloatOrDerived, and ATDecimalOrDerived.
|
virtual |
Returns true if this is less than other, false otherwise.
|
pure virtual |
Returns the ln of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the arithmetic product of its operands as a Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns a Numeric object which is the product of this and other.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns a Numeric object which is this raised to the power of other.
|
pure virtual |
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Rounds this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Rounds this Numeric to the given precision, and rounds a half to even.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the sin of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the squart root of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns a Numeric object which is the difference of this and other.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
pure virtual |
Returns the tan of this Numeric.
Implemented in ATDecimalOrDerived, ATDoubleOrDerived, and ATFloatOrDerived.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |