30 #ifndef _RTXHASHMAPSTR2INT_H_ 31 #define _RTXHASHMAPSTR2INT_H_ 35 #define HASHMAPTYPENAME OSRTHashMapStr2Int 36 #define HASHMAPENTRYTYPE OSRTHashMapStr2IntEntry 37 #define HASHMAPKEYTYPE const OSUTF8CHAR* 38 #define HASHMAPVALUETYPE OSINT32 39 #define HASHMAPINITFUNC rtxHashMapStr2IntInit 40 #define HASHMAPNEWFUNC rtxNewHashMapStr2Int 41 #define HASHMAPCOPYFUNC rtxHashMapStr2IntCopy 42 #define HASHMAPFREEFUNC rtxHashMapStr2IntFree 43 #define HASHMAPINSERTFUNC rtxHashMapStr2IntInsert 44 #define HASHMAPPUTFUNC rtxHashMapStr2IntPut 45 #define HASHMAPSEARCHFUNC rtxHashMapStr2IntSearch 46 #define HASHMAPREMOVEFUNC rtxHashMapStr2IntRemove 47 #define HASHMAPSORTFUNC rtxHashMapStr2IntSort Undefine all hash map symbols to allow reuse of the basic definitions in a different of the map...
Generic hash map interface.