In C++ EventType.find(1)->second can be used to find the value for the key 1.
EventType.find(1)->second
I am new to Objective C.I have implemented CFDictionary to add
CFDictionary
The documentation for CFMutableDictionary says:
CFMutableDictionary
The basic interface for managing dictionaries is provided by CFDictionary Reference.
... which leads you to CFDictionaryGetValue().