![]() |
User-Defined Function API
9.0
|
C++ representation of the XQuery type xs:yearMonthDuration. More...
#include <MarkLogic.h>

Public Member Functions |
|
| YearMonthDuration (int v) | |
| YearMonthDuration | operator- () const |
| YearMonthDuration | operator- (YearMonthDurationo) const |
| YearMonthDuration | operator+ () const |
| YearMonthDuration | operator+ (YearMonthDurationo) const |
| YearMonthDuration | operator% (YearMonthDurationo) const |
| YearMonthDuration & | operator%= (YearMonthDurationo) |
| operator int & () | |
| operator const int & () const | |
| bool | operator< (YearMonthDurationo) const |
| bool | operator<= (YearMonthDurationo) const |
| bool | operator> (YearMonthDurationo) const |
| bool | operator>= (YearMonthDurationo) const |
| bool | operator== (YearMonthDurationo) const |
| bool | operator!= (YearMonthDurationo) const |
| YearMonthDuration | operator* (YearMonthDurationo) const |
| YearMonthDuration | operator/ (YearMonthDurationo) const |
| YearMonthDuration | operator-- (int) |
| YearMonthDuration & | operator-- () |
| YearMonthDuration | operator++ (int) |
| YearMonthDuration & | operator++ () |
| YearMonthDuration & | operator-= (YearMonthDurationo) |
| YearMonthDuration & | operator+= (YearMonthDurationo) |
| YearMonthDuration & | operator*= (YearMonthDurationo) |
| YearMonthDuration & | operator/= (YearMonthDurationo) |
Protected Types |
|
|
typedef CTypeWrapper < YearMonthDuration, int > |
Base |
Protected Attributes |
|
| int | val |
C++ representation of the XQuery type xs:yearMonthDuration.