 marklogic::AggregateUDF |
Encapsulation of a User Defined Function for performing aggregate analysis across co-occurrences in range indexes |
 marklogic::CodePointString |
|
 marklogic::CTypeWrapperBase< T, PT > |
|
  marklogic::CTypeWrapperF< T, PT > |
|
  marklogic::CTypeWrapperU< T, PT > |
|
   marklogic::CTypeWrapper< T, PT > |
|
 marklogic::CTypeWrapperBase< Date, int64_t > |
|
  marklogic::CTypeWrapperU< Date, int64_t > |
|
   marklogic::CTypeWrapper< Date, int64_t > |
|
    marklogic::Date |
C++ representation of the XQuery type xs:date |
 marklogic::CTypeWrapperBase< DateTime, int64_t > |
|
  marklogic::CTypeWrapperU< DateTime, int64_t > |
|
   marklogic::CTypeWrapper< DateTime, int64_t > |
|
    marklogic::DateTime |
C++ representation of the XQuery type xs:dateTime |
 marklogic::CTypeWrapperBase< DayTimeDuration, int64_t > |
|
  marklogic::CTypeWrapperU< DayTimeDuration, int64_t > |
|
   marklogic::CTypeWrapper< DayTimeDuration, int64_t > |
|
    marklogic::DayTimeDuration |
C++ representation of the XQuery type xs:dayTimeDuration |
 marklogic::CTypeWrapperBase< Decimal, DecimalType > |
|
  marklogic::CTypeWrapperF< Decimal, DecimalType > |
|
   marklogic::Decimal |
C++ representation of the XQuery type xs:decimal |
 marklogic::CTypeWrapperBase< GDay, unsigned > |
|
  marklogic::CTypeWrapperU< GDay, unsigned > |
|
   marklogic::GDay |
C++ representation of the XQuery type xs:gDay |
 marklogic::CTypeWrapperBase< GMonth, unsigned > |
|
  marklogic::CTypeWrapperU< GMonth, unsigned > |
|
   marklogic::GMonth |
C++ representation of the XQuery type xs:gMonth |
 marklogic::CTypeWrapperBase< GYear, int > |
|
  marklogic::CTypeWrapperU< GYear, int > |
|
   marklogic::CTypeWrapper< GYear, int > |
|
    marklogic::GYear |
C++ representation of the XQuery type xs:gYear |
 marklogic::CTypeWrapperBase< GYearMonth, int > |
|
  marklogic::CTypeWrapperU< GYearMonth, int > |
|
   marklogic::CTypeWrapper< GYearMonth, int > |
|
    marklogic::GYearMonth |
C++ representation of the XQuery type xs:gYearMonth |
 marklogic::CTypeWrapperBase< Time, int64_t > |
|
  marklogic::CTypeWrapperU< Time, int64_t > |
|
   marklogic::CTypeWrapper< Time, int64_t > |
|
    marklogic::Time |
C++ representation of the XQuery type xs:time |
 marklogic::CTypeWrapperBase< YearMonthDuration, int > |
|
  marklogic::CTypeWrapperU< YearMonthDuration, int > |
|
   marklogic::CTypeWrapper< YearMonthDuration, int > |
|
    marklogic::YearMonthDuration |
C++ representation of the XQuery type xs:yearMonthDuration |
 marklogic::Decoder |
De-serialize values |
 marklogic::Encoder |
Serialize values |
 marklogic::Item |
Encapsulation of XQuery sequence item value type |
 marklogic::LangString |
C++ representation of the RDF type rdf:langString, encapsulating a string value with its language |
 marklogic::LexerUDF |
Encapsulation of a User Defined Function for performing tokenization of text runs |
 marklogic::Map |
A key-value map, equivalent to the MarkLogic XQuery type map:map |
 marklogic::OutputSequence |
A sequence of values produced by your AggregateUDF::finish implementation |
 marklogic::Point |
C++ representation of the MarkLogic XQuery cts:point |
 marklogic::RangeIndex |
Encapsulation of the configuration of a range index |
 marklogic::Registry |
The MarkLogic Server native plugin registry |
 marklogic::Reporter |
Log messages and report errors to MarkLogic Server. You do not need to subclass this class |
 marklogic::Sequence |
A sequence of Item values |
 marklogic::StemmerUDF |
Encapsulation of a User Defined Function for performing stemming of individual words |
 marklogic::String |
C++ representation of the XQuery type xs:string, encapsulating a string value with its collation |
 marklogic::Token |
C++ representation of the MarkLogic token |
 marklogic::TupleIterator |
Iterator over a sequence of N-way co-occurrences of range index values from a single stand. You do not need to subclass this class |