30 #ifndef _RTXHASHMAPSTR2UINT_H_ 31 #define _RTXHASHMAPSTR2UINT_H_ 35 #define HASHMAPTYPENAME OSRTHashMapStr2UInt 36 #define HASHMAPENTRYTYPE OSRTHashMapStr2UIntEntry 37 #define HASHMAPKEYTYPE const OSUTF8CHAR* 38 #define HASHMAPVALUETYPE OSUINT32 39 #define HASHMAPINITFUNC rtxHashMapStr2UIntInit 40 #define HASHMAPNEWFUNC rtxNewHashMapStr2UInt 41 #define HASHMAPCOPYFUNC rtxHashMapStr2UIntCopy 42 #define HASHMAPFREEFUNC rtxHashMapStr2UIntFree 43 #define HASHMAPINSERTFUNC rtxHashMapStr2UIntInsert 44 #define HASHMAPPUTFUNC rtxHashMapStr2UIntPut 45 #define HASHMAPSEARCHFUNC rtxHashMapStr2UIntSearch 46 #define HASHMAPREMOVEFUNC rtxHashMapStr2UIntRemove 47 #define HASHMAPSORTFUNC rtxHashMapStr2UIntSort Undefine all hash map symbols to allow reuse of the basic definitions in a different of the map...
Generic hash map interface.