User-Defined Function API  9.0
 All Classes Functions Typedefs Enumerations Enumerator
Class Hierarchy

Go to the graphical class hierarchy

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