Sync with tizen_2.2.1
[platform/framework/native/appfw.git] / inc / FBase.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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
17 /**
18  * @file        FBase.h
19  * @brief       This is the header file for the %Base namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Base namespace.
22  */
23 #ifndef _FBASE_H_
24 #define _FBASE_H_
25
26
27 // Base
28 #include <FBaseTypes.h>
29 #include <FBaseErrors.h>
30 #include <FBaseErrorDefine.h>
31 #include <FBaseResult.h>
32 #include <FBaseObject.h>
33 #include <FBaseCharacter.h>
34 #include <FBaseNumber.h>
35 #include <FBaseBoolean.h>
36 #include <FBaseInt8.h>
37 #include <FBaseInteger.h>
38 #include <FBaseInteger8.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 <FBaseImmutableString.h>
46 #include <FBaseInt8Comparer.h>
47 #include <FBaseIntegerComparer.h>
48 #include <FBaseInteger8Comparer.h>
49 #include <FBaseShortComparer.h>
50 #include <FBaseLongComparer.h>
51 #include <FBaseLongLongComparer.h>
52 #include <FBaseFloatComparer.h>
53 #include <FBaseDoubleComparer.h>
54 #include <FBaseStringComparer.h>
55 #include <FBaseStringHashCodeProvider.h>
56 #include <FBaseComparerT.h>
57 #include <FBaseDateTime.h>
58 #include <FBaseTimeSpan.h>
59 #include <FBaseBuffer.h>
60 #include <FBaseByteBuffer.h>
61 #include <FBaseUuId.h>
62
63 // Collection
64 #include <FBaseCol.h>
65
66 // Runtime
67 #include <FBaseRt.h>
68
69 // Utility
70 #include <FBaseUtil.h>
71
72
73 /**
74  *      @namespace      Tizen::Base
75  *      @brief          This namespace contains classes and interfaces for basic features.
76  *      @since 2.0
77  *
78  *  @remarks  @b Header @b %file: @b \#include @b <FBase.h> @n
79  *                        @b Library: @b osp-appfw
80  *
81  * The %Base namespace contains classes and interfaces around which the entire %Tizen platform is built.
82  * The main features of the namespace include basic data types, collections, runtime libraries, and various utilities.
83  *
84  * For more information on the %Base namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/base_namespace.htm">Base Guide</a>.
85  *
86  * The following diagram illustrates the relationships between the classes belonging to the %Base namespace.
87  * @image html base_namespace_classdiagram.png
88  *
89  *
90  *
91  */
92
93 namespace Tizen { namespace Base
94 {
95
96 }} // Tizen::Base
97 #endif // _FBASE_H_