@@ -28,10 +28,15 @@ /** * \return The number of objects in the OFArray */ - (size_t)count; +/** + * \return The objects of the array as a C array + */ +- (id*)data; + /** * Clones the OFArray, creating a new one. * * \return A new autoreleased copy of the OFArray */