Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
CStrInternInternals Class Reference

Public Member Functions

 CStrInternInternals (const char *str, size_t len)
 
bool operator== (const CStrInternInternals &b) const
 

Public Attributes

const std::string data
 
const u32 hash
 

Private Member Functions

CStrInternInternalsoperator= (const CStrInternInternals &)
 

Detailed Description

Definition at line 27 of file CStrIntern.cpp.

Constructor & Destructor Documentation

CStrInternInternals::CStrInternInternals ( const char *  str,
size_t  len 
)
inline

Definition at line 30 of file CStrIntern.cpp.

Member Function Documentation

CStrInternInternals& CStrInternInternals::operator= ( const CStrInternInternals )
private
bool CStrInternInternals::operator== ( const CStrInternInternals b) const
inline

Definition at line 36 of file CStrIntern.cpp.

Member Data Documentation

const std::string CStrInternInternals::data

Definition at line 42 of file CStrIntern.cpp.

const u32 CStrInternInternals::hash

Definition at line 43 of file CStrIntern.cpp.


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