User-Defined Function API 11.0
marklogic::Decimal Class Reference

C++ representation of the XQuery type xs:decimal. More...

#include <MarkLogic.h>

Inheritance diagram for marklogic::Decimal:

Public Member Functions

  Decimal (DecimalType v)
 
Decimal  operator- () const
 
operator- (T o) const
 
Decimal  operator+ () const
 
operator+ (T o) const
 
  operator PT & ()
 
  operator const PT & () const
 
bool  operator< (T o) const
 
bool  operator<= (T o) const
 
bool  operator> (T o) const
 
bool  operator>= (T o) const
 
bool  operator== (T o) const
 
bool  operator!= (T o) const
 
operator* (T o) const
 
operator/ (T o) const
 
operator-- (int)
 
T &  operator-- ()
 
operator++ (int)
 
T &  operator++ ()
 
T &  operator-= (T o)
 
T &  operator+= (T o)
 
T &  operator*= (T o)
 
T &  operator/= (T o)
 

Protected Types

typedef CTypeWrapperF< Decimal, DecimalType >  Base
 

Protected Attributes

PT  val
 

Detailed Description

C++ representation of the XQuery type xs:decimal.


The documentation for this class was generated from the following file: