CrystalSpace

Public API Reference

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

strhash.h File Reference

More...

#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...


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 32 of file strhash.h.

Referenced by csShaderVariable::GetName, csMaterial::MaterialEngine::GetTextureWrapper, and csMaterial::GetVariable.


Variable Documentation

csStringID const csInvalidStringID = (csStringID) ~0
 

this ID is the 'invalid' value.

Definition at line 34 of file strhash.h.


Generated for Crystal Space by doxygen 1.2.14