 zorba::internal::ztd::has_insertion_operator_impl::any_t | This dummy class is used to make the matching of the dummy operator<<() worse than the global operator<<() , if any |
 zorba::audit::AuditorTraits< T, flags > | |
 zorba::audit::AuditorTraits< const char * > | |
 zorba::audit::AuditorTraits< const int > | |
 zorba::audit::AuditorTraits< const std::string > | |
 zorba::audit::AuditorTraits< std::pair< std::streampos, std::istream * > > | |
 zorba::audit::AuditorTraits< std::pair< std::streampos, std::ostream * > > | |
 zorba::audit::AuditorTraits< String > | |
 zorba::audit::AuditorTraits< zorba::time::Timer > | |
 zorba::audit::AuditorTraits< zorba::time::Timer, 0x1 > | |
 zorba::audit::AuditorTraits< zorba::time::Timer, 0x2 > | |
 zorba::transcode::auto_attach< StreamType > | A transcode::auto_attach is a class that attaches a transcode::streambuf to a stream and automatically detaches it when the auto_attach object is destroyed |
 zorba::encoding::Base64 | |
 zorba::internal::bool_value< B > | |
 zorba::internal::bool_value< false > | |
  zorba::internal::is_movable< rv< T > > | |
 zorba::internal::bool_value< ZORBA_TR1_NS::is_convertible< T, rv< T > & >::value > | |
  zorba::internal::is_movable< T > | |
 zorba::Tokenizer::Callback | A Callback is called once per token |
 zorba::CollectionManager | This class defines a set of functions for managing persistent collections |
  zorba::StaticCollectionManager | Using the StaticCollectionManager one can retrieve information about statically declared collections and indexes as well as manage them |
 zorba::audit::Configuration | |
 zorba::DebuggerClient | A DBGP client implementation for commands |
 zorba::DebuggerEventHandler | |
  zorba::DefaultDebuggerEventHandler | |
 zorba::DebuggerSocketException | Signals a problem with the execution of a socket call |
 std::default_delete< T > | |
 std::default_delete< T[]> | |
 zorba::internal::ztd::destroy_delete< T > | A deleter class that can be used with unique_ptr |
 zorba::Diagnostic | A Diagnostic is the base class for all Zorba diagnostics (errors and warnings) |
  zorba::internal::SystemDiagnosticBase | |
   zorba::internal::SystemDiagnostic< QNameType > | |
  zorba::UserError | A UserError is-a Diagnostic for user-defined errors via fn:error() |
 zorba::DiagnosticHandler | When registered with an XQuery object, a DiagnosticHandler handles all exceptions and warnings that otherwise would have been thrown or reported |
 zorba::DocumentManager | |
 zorba::DynamicContext | Instances of the class DynamicContext contain the information that is available at the time the query is executed |
 std::enable_if< bool, T > | |
 std::enable_if< true, T > | |
 zorba::EntityData | The class containing data which may be of use to URIMappers and URLResolvers when mapping/resolving a URI |
 zorba::XQueryStackTrace::Entry | |
 zorba::audit::Event | |
 zorba::ExternalFunction | Serves as the base of subclasses that represent the implementation/body of external functions |
  zorba::ContextualExternalFunction | Serves as the base of subclasses that represent the implementation of contextual external functions |
  zorba::NonContextualExternalFunction | Serves as the base of subclasses that represent the implementation of non contextual external functions |
 zorba::ExternalFunctionParameter | Instances of subclasses of this abstract class may be used as parameters to the DynamicContext::addExternalFunctionParameter function |
 zorba::ExternalModule | An external module represents a group of external functions, all belonging to the same target namespace |
 zorba::filesystem_path | |
  zorba::file | |
 zorba::internal::ztd::has_insertion_operator_impl::has_insertion_operator< T > | The implementation class that can be used to determine whether a given type T has a global std::ostream& operator<<(std::ostream&,T const&) defined for it |
  zorba::internal::ztd::has_insertion_operator< T > | |
 zorba::IdentTypes | |
 zorba::Item | The Zorba Item interface |
 zorba::ItemFactory | ItemFactory to create Items |
 zorba::Sequence< T >::iterator | |
 zorba::Thesaurus::iterator | An iterator is used to iterate over lookup results |
 zorba::internal::ztd::less< T > | |
 zorba::internal::ztd::less< char const * > | |
 zorba::internal::diagnostic::location | A location hold the file location of an error |
 zorba::audit::Observation | |
 zorba::internal::diagnostic::parameters | |
 zorba::XmlDataManager::ParseOptions | Stores various properties that affect how a document is parsed |
 zorba::Stemmer::Properties | Various properties of this Stemmer |
 zorba::Tokenizer::Properties | Various properties of this Tokenizer |
 zorba::PropertiesBase | |
  zorba::PropertiesGlobal | This class provides access to global properties |
 zorba::audit::Property | Identifier for a specific piece of information that can be audited |
 zorba::audit::PropertyGroup | Identifier for a set of pieces of information that can be audited together |
 zorba::audit::Provider | |
 zorba::internal::ztd::proxy< OriginalType > | |
 zorba::diagnostic::QName | A QName is the abstract base class for a QName |
  zorba::internal::FixedQName< XQueryErrQName, char const * > | |
   zorba::internal::XQueryErrQName | An XQueryErrQName is-a FixedQName for standard XQuery errors |
  zorba::internal::FixedQName< ZorbaErrQName, char const * > | |
   zorba::internal::ZorbaErrQName | A ZorbaErrQName is-a FixedQName for Zorba errors |
  zorba::internal::FixedQName< ZorbaWarningQName, char const * > | |
   zorba::internal::ZorbaWarningQName | An ZorbaWarningQName is-a FixedQName for Zorba warnings |
  zorba::internal::FixedQName< QNameTraits, LocalnameType > | A FixedQName is-an diagnostic::QName that has a fixed namespace and prefix, but a variable local-name |
  zorba::internal::VariableQName< StringType > | A VariableQName is-an diagnostic::QName that has a variable namespace, prefix, and local-name |
 zorba::audit::Record | |
 zorba::Resource | The class representing the result of URL resolution |
  zorba::StreamResource | Concrete Resource subclass representing access to an entity via a stream |
  zorba::ThesaurusProvider | A ThesaurusProvider is-a Resource for providing thesauri for a given language |
 zorba::internal::rv< T > | |
 zorba::SAX2_Attributes | |
 zorba::SAX2_ContentHandler | Receive notification of events that result from serializing a query result as XML |
  zorba::DefaultContentHandler | A default content handler class implementing the SAX2_ContentHandler and SAX2_LexicalHandler interfaces with all functions being implemented and doing nothing |
 zorba::SAX2_LexicalHandler | |
  zorba::DefaultContentHandler | A default content handler class implementing the SAX2_ContentHandler and SAX2_LexicalHandler interfaces with all functions being implemented and doing nothing |
 zorba::audit::ScopedAuditor< T, flags > | |
 zorba::audit::ScopedRecord | |
 zorba::Sequence< T > | Provides a way for a function to return a sequence of some type T that can be iterated over |
 zorba::SerializationCallback | |
 zorba::internal::ztd::sfinae_base | |
 zorba::SmartObject | |
  zorba::Annotation | |
  zorba::Collection | A Collection is a persistent sequence of node items |
  zorba::DirectoryIterator | This class is the representation of file system file |
  zorba::File | This class is the representation of file system file |
  zorba::Function | Function that is callable from XQuery code, and it gives access to the various properties that are specified in the declaration of the function within a Prolog |
  zorba::ItemSequence | This interface represents an instance of the XQuery 1.0 and XPath 2.0 Data Model (XDM) |
   zorba::EmptySequence | This class is an implementation of the ItemSequence |
   zorba::SingletonItemSequence | A sequence that contains only one item |
   zorba::VectorItemSequence | This class is an implementation of the ItemSequence |
  zorba::Iterator | Interface for an Iterator over an instance of the XML Data Model (i.e., a sequence of items) |
  zorba::QueryLocation | Representation of the current location location in the remote query |
  zorba::Serializer | |
  zorba::StaticContext | Instances of the class StaticContext contain the information that is available at the time the query is compiled |
  zorba::TypeIdentifier | Type identifiers |
  zorba::XQuery | This class is the representation of an XQuery in the Zorba engine |
 zorba::SmartPtr< T > | |
 zorba::StackFrame | Representation of the runtime stack frame |
 zorba::Tokenizer::State | A State contains inter-Tokenizer state, currently the current token, sentence, and paragraph numbers |
 zorba::Stemmer | A Stemmer is used to obtain the "stem" (root) word of of some word |
 zorba::StemmerProvider | A StemmerProvider, given a language, provides a Stemmer for it |
 zorba::store::StoreConsts | |
 zorba::StoreManager | Class contains helper functions to create and destroy the store that is to be used by the zorba library |
 zorba::transcode::stream< StreamType > | A transcode::stream is used to wrap a C++ standard I/O stream with a transcode::streambuf so that transcoding and the management of the streambuf happens automatically |
 zorba::transcode::streambuf | A transcode::streambuf is-a std::streambuf for transcoding character encodings from/to UTF-8 on-the-fly |
 zorba::String | The Zorba string class |
 zorba::Thesaurus | A Thesaurus provides a way to look up related phrases for a given phrase |
 zorba::time::Timer | |
 zorba::Tokenizer | A Tokenizer breaks a string into a stream of word tokens |
 zorba::TokenizerProvider | A TokenizerProvider provides a Tokenizer for a given language |
 std::unique_ptr< T, D > | |
 std::unique_ptr< T[], D > | |
 std::unique_ptr_storage< T, D, bool > | |
 std::unique_ptr_storage< T, D, true > | |
 zorba::URIHelper | A helper class to do uri conversions |
 zorba::URIMapper | Interface for URI mapping |
  zorba::OneToOneURIMapper | Convenience implementation of a mapper that maps URIs to other single URIs |
 zorba::URLResolver | Interface for URL resolving |
 zorba::Version | Provide access to the version of Zorba that is used |
 zorba::XmlDataManager | Using the XmlDataManager one can manage documents and collections |
 zorba::XQueryStackTrace | |
 zorba::Zorba | Single point of access to the Zorba engine |
 Zorba_CompilerHints | Set of hints that can be passed to the query compiler |
 zorba::ZorbaException | A ZorbaException is the base class for all Zorba exceptions |
  zorba::XQueryException | An XQueryException is-a ZorbaException for errors with the user's XQuery |
   zorba::UserException | A UserException is-an XQueryException for errors raised via fn:error() |