rtxHashMapStr2UInt.h File Reference

String-to-unsigned integer hash map interface. More...

#include "rtxsrc/rtxHashMapUndef.h"
#include "rtxsrc/rtxHashMap.h"

Go to the source code of this file.


Detailed Description

String-to-unsigned integer hash map interface.

This relates a string key structure (const OSUTF8CHAR*) to a 32-bit unsigned integer value (OSUINT32). It uses the rtxHashMap .h/.c file as a template.

Definition in file rtxHashMapStr2UInt.h.