@@ -109,10 +109,15 @@ /** * \brief Removes the last object. */ - (void)removeLastObject; +/** + * \brief Removes all objects. + */ +- (void)removeAllObjects; + #ifdef OF_HAVE_BLOCKS /** * \brief Replaces each object with the object returned by the block. * * \param block The block which returns a new object for each object