ObjFW  Check-in [130d06933a]

Overview
Comment:Small documentation improvement.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 130d06933abcc47dca068f4bdbdf09df77d25c51cd0f649bc3ab8b867a6d6afe
User & Date: js on 2014-01-04 16:05:15
Other Links: manifest | tags
Context
2014-01-05
22:31
Change behaviour of class_getMethodImplementation. check-in: 3cd9d0ad69 user: js tags: trunk
2014-01-04
16:05
Small documentation improvement. check-in: 130d06933a user: js tags: trunk
00:24
Update copyright. check-in: 3b97fc3cd9 user: js tags: trunk
Changes

Modified src/OFDataArray.h from [9cf13b2bd3] to [72b54dca77].

287
288
289
290
291
292
293



294
295
296
297
298
299
300
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303







+
+
+







/*!
 * @brief Removes all items.
 */
- (void)removeAllItems;

/*!
 * @brief Returns the string representation of the data array.
 *
 * The string representation is a hex dump of the data inside the data array,
 * grouped by itemSize bytes.
 *
 * @return The string representation of the data array.
 */
- (OFString*)stringRepresentation;

/*!
 * @brief Returns a string containing the data in Base64 encoding.