api_shared_types.h
Go to the documentation of this file.
1 /*
2  * Copyright 2006-2008 The FLWOR Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #ifndef ZORBA_SHARED_TYPES_INCL_H
17 #define ZORBA_SHARED_TYPES_INCL_H
18 
19 #include <memory>
20 
21 #include <zorba/config.h>
22 #include <zorba/smart_ptr.h>
23 
24 namespace zorba {
25 
26  class Zorba;
27  class XQuery;
28  class StaticContext;
29  class DynamicContext;
30  class XmlDataManager;
31  class DocumentManager;
32  class CollectionManager;
33  class StaticCollectionManager;
34  class ItemFactory;
35  class Iterator;
36  class StatelessExternalFunction;
37  class ExternalFunctionParameter;
38  class ExternalModule;
39  class TypeIdentifier;
40  class ItemSequence;
41  class Collection;
42  class Function;
43  class Annotation;
44  class SerializationCallback;
45  class File;
46  class DirectoryIterator;
47  class Serializer;
48  class ModuleInfo;
49 
50  class DiagnosticHandler;
53 
54 #ifndef ZORBA_NO_FULL_TEXT
55  class StemmerProvider;
57 #endif /* ZORBA_NO_FULL_TEXT */
58 
59  // smart pointers
72 
73  // data handlers
74  class Item;
75  class String;
76 
77  // uri resolvers
78  class URIMapper;
79  class Resource;
80  class URLResolver;
81 
82  namespace audit {
83  class Provider;
84  class Event;
85  class ScopedRecord;
86  }
87 
88 } /* namespace zorba */
89 #endif
90 /* vim:set et sw=2 ts=2: */
SmartPtr< QueryLocation > QueryLocation_t
zorba::SmartPtr< Iterator > Iterator_t
zorba::SmartPtr< XQuery > XQuery_t
Interface for URI mapping.
zorba::SmartPtr< Annotation > Annotation_t
The Zorba Item interface.
Definition: item.h:60
zorba::SmartPtr< ModuleInfo > ModuleInfo_t
Interface for URL resolving.
zorba::SmartPtr< File > File_t
A StemmerProvider, given a language, provides a Stemmer for it.
Definition: stemmer.h:88
Representation of the current location location in the remote query.
The Zorba string class.
Definition: zorba_string.h:33
zorba::SmartPtr< DirectoryIterator > DirectoryIterator_t
zorba::SmartPtr< ItemSequence > ItemSequence_t
A TokenizerProvider provides a Tokenizer for a given language.
Definition: tokenizer.h:284
zorba::SmartPtr< Serializer > Serializer_t
zorba::SmartPtr< Collection > Collection_t
zorba::SmartPtr< TypeIdentifier > TypeIdentifier_t
The class representing the result of URL resolution.
Definition: uri_resolvers.h:50
zorba::SmartPtr< StaticContext > StaticContext_t
zorba::SmartPtr< Function > Function_t