40 #ifndef _hashedstring_h
41 #define _hashedstring_h
52 #ifndef HASHED_STRING_32_SEED
55 #define HASHED_STRING_32_SEED 1
132 Int32 GetHash()
const;
138 void SetString(
const String& NewString);
145 void ProtoSerialize(
XML::Node& CurrentRoot)
const;
148 void ProtoDeSerialize(
const XML::Node& OneNode);
151 static String GetSerializableName();
int32_t Int32
An 32-bit integer.
All the definitions for datatypes as well as some basic conversion functions are defined here...
Int32 Hash
The computed hash.
std::ostream & operator<<(std::ostream &stream, const Mezzanine::HashedString32 &x)
Send a HashedString32 down a stream serialized.
An identifier that compares as fast as an integer but has a string.
A light-weight handle for manipulating nodes in DOM tree.
The bulk of the engine components go in this namspace.
String TheString
The Actual string to store.
std::string String
A datatype used to a series of characters.