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