The lookUp method finds the specified element in the map, given its key. If the element is found, the method places the contents of the element referenced by the key in the element parameter, and returns the value 1.
Public
int lookUp(const void* theKey, void*& element) const
theKey
The map key
element
The element to look up
The method returns one of the following values: