OMCollection 类

OMCollection 类中包含使您可以创建和操作 OMCollections 的基本库函数。 OMCollection 是无序的、不受限容器。

这个类是在头文件 omucollec.h 中定义的。

基本模板类
OMStaticArray
构造概要
OMCollection
构造 OMCollection 对象
~OMCollection
销毁 OMCollection 对象
方法概要
add - 将指定元素添加到集合
addat - 将指定元素添加到集合中的指定下标处
remove
- 从集合中删除指定元素
removeAll
- 从集合中删除所有元素
removeByIndex
- 删除在集合中的指定下标处找到的元素
reorganize
- 重新组织集合的内容

反馈