updated hashtable and started on basic hashtable testing
This commit is contained in:
parent
122eb1d351
commit
c344594af7
7 changed files with 453 additions and 187 deletions
|
|
@ -46,8 +46,7 @@ void ARC_Vector_Create(ARC_Vector **vector, ARC_Vector_CompareDataFn *compareDat
|
|||
/**
|
||||
* @brief destroys an ARC_Vector
|
||||
*
|
||||
* @note this will not free the items stored in the vector
|
||||
* @note please make sure to clear and free the children before destroying an ARC_Vector
|
||||
* @note this will only free the items if destroyDataFn is passed in on creation
|
||||
*
|
||||
* @param[in] vector ARC_Vector to free
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue