Spinning Topp Logo BlackTopp Studios
inc
Classes | Namespaces | Macros | Functions
hashedstring.h File Reference

This implemenation of. More...

#include "datatypes.h"
#include "XML/xml.h"
+ Include dependency graph for hashedstring.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mezzanine::HashedString32
 An identifier that compares as fast as an integer but has a string. More...
 

Namespaces

 Mezzanine
 The bulk of the engine components go in this namspace.
 

Macros

#define HASHED_STRING_32_SEED   1
 A value used to tweak the hash function for maximum randomness.
 

Functions

std::ostream & Mezzanine::operator<< (std::ostream &stream, const Mezzanine::HashedString32 &x)
 Send a HashedString32 down a stream serialized. More...
 

Detailed Description

This implemenation of.

Definition in file hashedstring.h.