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