@@ -110,10 +110,12 @@ + (instancetype)mapTableWithKeyFunctions: (of_map_table_functions_t)keyFunctions objectFunctions: (of_map_table_functions_t) objectFunctions capacity: (size_t)capacity; +- init OF_UNAVAILABLE; + /*! * @brief Initializes an already allocated OFMapTable with the specified key * and object functions. * * @param keyFunctions A structure of functions for handling keys @@ -239,10 +241,12 @@ uint32_t _capacity; unsigned long _mutations; unsigned long *_mutationsPtr; uint32_t _position; } + +- init OF_UNAVAILABLE; /*! * @brief Returns the next object. * * @return The next object