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

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