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

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