In Rational® Rhapsody®, omu* containers
are containers that are not implemented with templates. The use of
template-free containers reduces the size of the generated code considerably.
An OMUMap is a typeless map.
This
class is defined in the header file omumap.h.
Construction summary- OMUMap
- Constructs an OMUMap object
- ~OMUMap
- Destroys the OMUMap object
Method
summary- operator []
- Returns the element found at the specified location
- add -
adds an element to the map
- find
- Determines whether the specified element is in
the map
- getAt
- Returns the element for the specified key
- getCount
- Returns the number of elements in the map
- getKey
- Gets the element for
the specified key
- isEmpty
- Determines whether the map is empty
- lookUp
- Looks for the specified
element in the map
- remove
- Deletes the specified element from the map
- removeAll
- Deletes all the elements from the map
- removeKey
- Deletes the element from the map, given its key