ObjFW  Check-in [cbacea7ca3]

Overview
Comment:Implement Key Value Coding for OFDictionary

If the key starts with an @, the @ is stripped and the super method is
called. Otherwise, this is equivalent to -[objectForKey:] /
-[setValue:forKey:].

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cbacea7ca3c0d6364473be5d4fac545e642b78f5d9b82ccc491be2ad5b2c8b58
User & Date: js on 2016-06-05 14:32:21
Other Links: manifest | tags
Context
2016-06-05
15:00
Implement Key Value Coding for OFArray check-in: 05196e511a user: js tags: trunk
14:32
Implement Key Value Coding for OFDictionary check-in: cbacea7ca3 user: js tags: trunk
14:07
Key Value Coding: Handle classes like objects check-in: 6fc7fddef1 user: js tags: trunk
Changes