User-Defined Function API 12.0
Class Hierarchy

Go to the graphical class hierarchy

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