OMCollection class

The OMCollection class contains basic library functions that enable you to create and manipulate OMCollections. An OMCollection is an unordered, unbounded container.

This class is defined in the header file omcollec.h.

Base template class
OMStaticArray
Construction summary
OMCollection
Constructs an OMCollection object
~OMCollection
Destroys the OMCollection object
Method summary
add - adds the specified element to the collection
addat - adds the specified element to the collection at the given index
remove
- deletes the specified element from the collection
removeAll
- deletes all the elements from the collection
removeByIndex
- deletes the element found at the specified index in the collection
reorganize
- reorganizes the contents of the collection

Feedback