Merge "Fix Dataset for exception case" into tizen_2.1
[platform/framework/native/appfw.git] / inc / FBase.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FBase.h
20  * @brief               This is the header file for the %Base namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Base namespace.
23  */
24 #ifndef _FBASE_H_
25 #define _FBASE_H_
26
27
28 // Base
29 #include <FBaseTypes.h>
30 #include <FBaseErrors.h>
31 #include <FBaseErrorDefine.h>
32 #include <FBaseResult.h>
33 #include <FBaseObject.h>
34 #include <FBaseCharacter.h>
35 #include <FBaseNumber.h>
36 #include <FBaseBoolean.h>
37 #include <FBaseInt8.h>
38 #include <FBaseInteger.h>
39 #include <FBaseShort.h>
40 #include <FBaseLong.h>
41 #include <FBaseLongLong.h>
42 #include <FBaseFloat.h>
43 #include <FBaseDouble.h>
44 #include <FBaseString.h>
45 #include <FBaseInt8Comparer.h>
46 #include <FBaseIntegerComparer.h>
47 #include <FBaseShortComparer.h>
48 #include <FBaseLongComparer.h>
49 #include <FBaseLongLongComparer.h>
50 #include <FBaseFloatComparer.h>
51 #include <FBaseDoubleComparer.h>
52 #include <FBaseStringComparer.h>
53 #include <FBaseStringHashCodeProvider.h>
54 #include <FBaseComparerT.h>
55 #include <FBaseDateTime.h>
56 #include <FBaseTimeSpan.h>
57 #include <FBaseBuffer.h>
58 #include <FBaseByteBuffer.h>
59 #include <FBaseUuId.h>
60
61 // Collection
62 #include <FBaseCol.h>
63
64 // Runtime
65 #include <FBaseRt.h>
66
67 // Utility
68 #include <FBaseUtil.h>
69
70
71 /**
72  *      @namespace      Tizen::Base
73  *      @brief          This namespace contains classes and interfaces for basic features.
74  *      @since 2.0
75  *
76  *  @remarks  @b Header @b %file: @b \#include @b <FBase.h> @n
77  *                              @b Library : @b osp-appfw
78  *
79  * The %Base namespace contains classes and interfaces around which the entire %Tizen platform is built.
80  * The main features of the namespace include basic data types, collections, runtime libraries, and various utilities.
81  *
82  * For more information on the %Base namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/base_namespace.htm">Base Guide</a>.
83  *
84  *  The following diagram illustrates the relationships between the classes belonging to the %Base namespace.
85  *  @image html base_namespace_classdiagram.png
86  *
87  *
88  *
89  */
90
91 namespace Tizen { namespace Base
92 {
93
94 }} // Tizen::Base
95 #endif // _FBASE_H_