CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csConstCharHashKeyHandler Class Reference

A hash key handler for const char* strings. More...

#include <csutil/hashhandlers.h>

List of all members.


Detailed Description

A hash key handler for const char* strings.

It uses strcmp () to compare two strings, so using this key handler is safe even if two strings have the same hash key.

Remarks:
Be aware that this key handler does NOT allocate any copies of the keys! If you want to make copies then you can use csStrKey as the type of the key instead of const char*.

Definition at line 40 of file hashhandlers.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1