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

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