Main Page
ManPage Sections
Data Structures
Files
Examples
Related Pages
S
earch for
qHasharr.c
qHasharrClear
qHasharrGet
qHasharrGetFirstKey
qHasharrGetInt
qHasharrGetNextKey
qHasharrGetStr
qHasharrInit
qHasharrPrint
qHasharrPut
qHasharrPutInt
qHasharrPutStr
qHasharrRemove
qHasharrSize
qHasharrStatus
bool qHasharrClear
(
Q_HASHARR
*
tbl
)
Reset array-hash table
Parameters:
tbl
a pointer of
Q_HASHARR
Returns:
true if successful, otherwise returns false
Note:
You do not need to call this, after
qHasharrInit()
. This is useful when you reset all of data in the hash table.
Definition at line
180
of file
qHasharr.c
.
Generated on Mon Mar 26 07:00:52 2018 for JSOC_Documentation by
1.5.7.1