CrystalSpace

Public API Reference

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

csutil/strhash.h File Reference

More...

#include "csextern.h"
#include "hashmap.h"

Go to the source code of this file.

Compounds

class  csStringHash
 A string-to-ID hash table. More...

class  csStringHashIterator
 An iterator to iterate over elements in a csStringHash. More...


Typedefs

typedef uint32 csStringID
 An identifier for a string.


Variables

csStringID const csInvalidStringID = (csStringID) ~0
 this ID is the 'invalid' value


Detailed Description

Definition in file strhash.h.


Typedef Documentation

typedef uint32 csStringID
 

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.

Definition at line 33 of file strhash.h.

Referenced by csShaderVariable::GetName(), and iShaderVariableContext::GetVariableAdd().


Variable Documentation

csStringID const csInvalidStringID = (csStringID) ~0
 

this ID is the 'invalid' value

Definition at line 35 of file strhash.h.


Generated for Crystal Space by doxygen 1.2.18