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