rtxHashMapStr2Int.h File Reference

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

#include "rtxsrc/rtxHashMap.h"

Go to the source code of this file.


Detailed Description

String-to-integer hash map interface.

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

Definition in file rtxHashMapStr2Int.h.