mFrame
載入中...
搜尋中...
無符合項目
Collection.h
1
8
#ifndef MFRAME_B4E61D80_F9A1_469D_84FD_FBB3D8FC11E4
9
#define MFRAME_B4E61D80_F9A1_469D_84FD_FBB3D8FC11E4
10
11
/* ***************************************************************************************
12
* Include
13
*/
14
15
//----------------------------------------------------------------------------------------
16
17
//----------------------------------------------------------------------------------------
18
#include "./../lang/Iterable.h"
19
#include "./../util/Container.h"
20
21
/* ***************************************************************************************
22
* Namespace
23
*/
24
namespace
ufm::util
{
25
template
<
typename
E>
26
struct
Collection;
27
}
// namespace ufm::util
28
29
/* ***************************************************************************************
30
* Class/Interface/Struct
31
*/
32
44
template
<
typename
E =
void
*>
45
struct
ufm::util::Collection
:
public
ufm::lang::Iterable
<E>,
46
public
ufm::util::Container
{
47
/* *************************************************************************************
48
* Method
49
*/
50
};
51
52
/* ***************************************************************************************
53
* End of file
54
*/
55
56
#endif
/* MFRAME_.B4E61D80_F9A1_469D_84FD_FBB3D8FC11E4 */
ufm::util
Definition
Iterable.h:28
ufm::lang::Iterable
[Interface] 定義可迭代集合介面
Definition
Iterable.h:49
ufm::util::Collection
[Interface] 集合介面
Definition
Collection.h:46
ufm::util::Container
[Interface] 集合容器介面 此介面定義了集合容器的基本操作。集合容器用於存儲一組元素, 提供了對這些元素的訪問和操作方法。
Definition
Container.h:36
src
mframe
src
ufm
util
Collection.h
產生者:
1.11.0