ObjFW  Diff

Differences From Artifact [823407a4d9]:

To Artifact [524bd71e53]:


155
156
157
158
159
160
161

162
163
164
165
166
167
168
169
170
171
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172







+










 * @brief Gets the value.
 *
 * If the specified size does not match, this raises an
 * @ref OFOutOfRangeException.
 *
 * @param value The buffer to copy the value into
 * @param size The size of the value
 * @throw OFOutOfRangeException The specified size does not match the value
 */
- (void)getValue: (void *)value size: (size_t)size;
@end

OF_ASSUME_NONNULL_END

#if !defined(NSINTEGER_DEFINED) && !__has_feature(modules)
/* Required for array literals to work */
@compatibility_alias NSValue OFValue;
#endif