Merge "Update deprecated libprivilege-control API functions." into tizen
[platform/framework/native/appfw.git] / inc / FBaseCol.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                FBaseCol.h
19  * @brief               This is the header file for the %Collection namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Collection namespace.
22  *
23  */
24 #ifndef _FBASE_COL_H_
25 #define _FBASE_COL_H_
26
27 #include <FBaseColArrayList.h>
28 #include <FBaseColLinkedList.h>
29 #include <FBaseColQueue.h>
30 #include <FBaseColStack.h>
31 #include <FBaseColHashMap.h>
32 #include <FBaseColMapEntry.h>
33 #include <FBaseColIHashCodeProvider.h>
34 #include <FBaseColMultiHashMap.h>
35 #include <FBaseColIBidirectionalEnumerator.h>
36 #include <FBaseColIBidirectionalEnumeratorT.h>
37 #include <FBaseColIComparerT.h>
38 #include <FBaseColArrayListT.h>
39 #include <FBaseColLinkedListT.h>
40 #include <FBaseColQueueT.h>
41 #include <FBaseColStackT.h>
42 #include <FBaseColHashMapT.h>
43 #include <FBaseColMultiHashMapT.h>
44 #include <FBaseColMapEntryT.h>
45 #include <FBaseColAllElementsDeleter.h>
46 #include <FBaseColStlConverter.h>
47 #include <FBaseColIteratorT.h>
48 #include <FBaseColPairIteratorT.h>
49 #include <FBaseColRandomIteratorT.h>
50
51 /**
52  * @namespace   Tizen::Base::Collection
53  * @brief               This namespace contains classes and interfaces for various collections.
54  * @since 2.0
55  *
56  * @remarks     @b Header @b %file: @b \#include @b <FBase.h> @n
57  *                              @b Library: @b osp-appfw
58  *
59  * The %Collection namespace contains classes and interfaces for various collections
60  * (such as lists, maps, stacks, and queues), which are an aggregation of similar objects.
61  *
62  * For more information on the %Collection namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/collection_namespace.htm">Collection</a>.
63  *
64  * The following diagrams illustrate the relationships between the classes belonging to the %Collection namespace.
65  *
66  * @image html base_collection_namespace_obj_based_classdiagram.png
67  *
68  * @image html base_collection_namespace_template_based_classdiagram.png
69  *
70  *
71  *
72  *
73  */
74
75 namespace Tizen { namespace Base { namespace Collection
76 {
77
78 }}} // Tizen::Base::Collection
79
80 #endif // _FBASE_COL_H_