sync with tizen_2.0
[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 <FBaseComparerT.h>
54 #include <FBaseDateTime.h>
55 #include <FBaseTimeSpan.h>
56 #include <FBaseBuffer.h>
57 #include <FBaseByteBuffer.h>
58 #include <FBaseUuId.h>
59
60 // Collection
61 #include <FBaseCol.h>
62
63 // Runtime
64 #include <FBaseRt.h>
65
66 // Utility
67 #include <FBaseUtil.h>
68
69
70 /**
71  *      @namespace      Tizen::Base
72  *      @brief          This namespace contains classes and interfaces for basic features.
73  *      @since 2.0
74  *
75  *  @remarks  @b Header @b %file: @b \#include @b <FBase.h> @n
76  *                              @b Library : @b osp-appfw
77  *
78  * The %Base namespace contains classes and interfaces around which the entire Tizen platform is built.
79  * The main features of the namespace include basic data types, collections, runtime libraries, and various utilities.
80  *
81  * For more information on the %Base namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/base_namespace.htm">Base Guide</a>.
82  *
83  *  The following diagram illustrates the relationships between the classes belonging to the %Base namespace.
84  *  @image html base_namespace_classdiagram.png
85  *
86  *
87  *
88  */
89
90 namespace Tizen { namespace Base
91 {
92
93 }} // Tizen::Base
94 #endif // _FBASE_H_