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

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