Differences From Artifact [b9ba1a51a3]:
- File
src/OFHash.h
— part of check-in
[0b32d65e0c]
at
2012-08-06 20:27:42
on branch trunk
— Make class_isMetaClass() ARC-compatible.
Also adds a missing OF_RETURNS_INNER_POINTER. (user: js, size: 1839) [annotate] [blame] [check-ins using]
To Artifact [51a74f2d37]:
- File src/OFHash.h — part of check-in [fb515e8e24] at 2012-10-09 15:07:30 on branch trunk — Make use of instancetype. (user: js, size: 1853) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
29 30 31 32 33 34 35 | #endif /** * \brief Creates a new hash. * * \return A new autoreleased OFHash */ | | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | #endif /** * \brief Creates a new hash. * * \return A new autoreleased OFHash */ + (instancetype)hash; /** * \brief Returns the digest size of the hash, in bytes. * * \return The digest size of the hash, in bytes */ + (size_t)digestSize; |
︙ | ︙ |