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

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