ProtoZed  awesome branch
A simple but powerful game framework
Public Member Functions | List of all members
PZ::HashString Class Reference

Public Member Functions

 HashString ()
 
 HashString (const HashString &other)
 
 HashString (const std::string &str)
 
 HashString (const char *str)
 
 HashString (unsigned int hash)
 
 ~HashString ()
 
HashStringoperator= (const HashString &other)
 
HashStringoperator= (const std::string &str)
 
bool operator== (const HashString &other) const
 
bool operator!= (const HashString &other) const
 
bool operator< (const HashString &other) const
 
 operator unsigned int () const
 
const std::string GetReadable () const
 

Constructor & Destructor Documentation

PZ::HashString::HashString ( )
PZ::HashString::HashString ( const HashString other)
PZ::HashString::HashString ( const std::string &  str)
PZ::HashString::HashString ( const char *  str)
PZ::HashString::HashString ( unsigned int  hash)
explicit
PZ::HashString::~HashString ( )

Member Function Documentation

const std::string PZ::HashString::GetReadable ( ) const
PZ::HashString::operator unsigned int ( ) const
inline
bool PZ::HashString::operator!= ( const HashString other) const
bool PZ::HashString::operator< ( const HashString other) const
HashString& PZ::HashString::operator= ( const HashString other)
HashString& PZ::HashString::operator= ( const std::string &  str)
bool PZ::HashString::operator== ( const HashString other) const

The documentation for this class was generated from the following file: