![]() |
Public API Reference |
#include "csutil/hashmap.h"
Go to the source code of this file.
Compounds | |
class | csStringHash |
The string hash is a hash of strings, all with different content. More... | |
class | csStringHashIterator |
An iterator to iterate over elements in a csStringHash. More... | |
Typedefs | |
typedef uint32 | csStringID |
An identifier for a string. More... | |
Variables | |
csStringID const | csInvalidStringID = (csStringID) ~0 |
this ID is the 'invalid' value. More... |
Definition in file strhash.h.
|
An identifier for a string. This identifier is equivalent to the contents of a string: If two strings have the same content, they have get the same identifier. If they have different content, they get different identifiers. |
|
this ID is the 'invalid' value.
|